Skip to main content

    Embed a KJV verse on your site — free

    One copy-paste snippet adds a clean, public-domain King James Version verse to any blog, church site, or newsletter landing page. No signup, no API key.

    Configure

    Affects the reference link color. Leave blank for default blue.

    A biblesundays.com attribution link is included outside the iframe in every embed code. It keeps the widget free and gives you a clean, followed backlink.

    Copy your embed code

    Simple iframe

    Works everywhere. Fixed height matches the size you picked.

    <!-- Bible Sundays KJV verse widget -->
    <iframe src="https://www.biblesundays.com/embed/verse?mode=daily&theme=paper&via=widget" title="KJV Bible Verse — Bible Sundays" width="100%" height="240" style="border:0;max-width:560px;" loading="lazy"></iframe>
    <a href="https://www.biblesundays.com/?utm_source=widget&utm_medium=embed&utm_campaign=widget-widget" target="_blank" rel="noopener" style="font-size:12px;color:#6b7280;text-decoration:none;display:block;margin-top:6px;">biblesundays.com</a>

    Auto-resize iframe (recommended)

    Adds a tiny script that resizes the iframe to fit the verse — no whitespace or scrollbars.

    <!-- Bible Sundays KJV verse widget -->
    <iframe id="bs-verse" src="https://www.biblesundays.com/embed/verse?mode=daily&theme=paper&via=widget" title="KJV Bible Verse — Bible Sundays" width="100%" height="240" style="border:0;max-width:560px;" loading="lazy"></iframe>
    <a href="https://www.biblesundays.com/?utm_source=widget&utm_medium=embed&utm_campaign=widget-widget" target="_blank" rel="noopener" style="font-size:12px;color:#6b7280;text-decoration:none;display:block;margin-top:6px;">biblesundays.com</a>
    <script>
    (function(){
      window.addEventListener("message", function(e){
        if(!e.data || e.data.type !== "biblesundays:embed:resize") return;
        var f = document.getElementById("bs-verse");
        if(f && e.data.height) f.style.height = e.data.height + "px";
      });
    })();
    </script>

    Markdown / static-site fallback

    For GitHub READMEs or sites that strip iframes.

    [![KJV verse — john-3-16](https://www.biblesundays.com/embed/verse?mode=daily&theme=paper&via=widget)](https://www.biblesundays.com/verse/john-3-16)
    
    [biblesundays.com](https://www.biblesundays.com/?utm_source=widget&utm_medium=embed&utm_campaign=widget-widget)

    Track your installs

    Your snippet carries a unique referral code, so you can see which pages the widget loads on and how many readers it sends back — no signup, no cookies on your visitors.

    via=widgetOpen stats page

    Keep this code — it is the only key to your stats page.

    Terms of use

    • The King James Version is in the public domain — quote and embed freely, forever.
    • The widget is served from biblesundays.com. We never inject ads or trackers into it.
    • A "biblesundays.com" attribution link is included outside the iframe in every embed to keep the widget free for everyone.
    • Want a longer daily reading? Try the free daily devotion widget — a KJV passage plus a short reflection that updates every day.
    • Want interaction? Add the free Bible quiz widget — multiple-choice KJV questions with instant answers.
    • Need a custom theme or want to bulk-embed across a network? Get in touch.