Skip to main content

How to Use the HTML Block in CraftedStays

The HTML Block allows you to embed custom elements or third-party widgets directly into your CraftedStays site. It’s ideal for adding booking widgets, contact forms, review snippets, social feeds, or any other embeddable content that requires custom HTML.

K
Written by Kin Pagaduan
Updated this week

How to Add an HTML Block

  1. Go to the Page Editor

    • Log in to your CraftedStays dashboard.

    • From the left navigation, select Site > Edit Template then choose the page where you’d like to add custom code.

  2. Add a New Block

    • Hover over an existing section and click Add Section.

    • From the block list, select HTML Block.

  3. Insert Your HTML Code

    • Paste your custom HTML, CSS, or JavaScript into the code editor field.

    • Example:

      <div class="elfsight-app"></div> <script src="https://apps.elfsight.com/p/platform.js" defer></script>
  4. Save and Publish

    • Once everything looks good, click Save and Exit to make the changes live or click View Live Page to test.

Did this answer your question?