Skip to main content

How to Embed your Shapo Widget in Framer

This article explains how to easily add your Shapo widget to Framer

Written by Inbal Eting
Updated over a year ago

Integrating a Shapo widget into Framer is easy using the Embed component. Here’s a step-by-step guide:

  1. Navigate to the Insert menu.

  2. Search for Embed and drag the component onto the canvas.

    Insert menu showing the different embed elements.


  3. Insert the Shapo widget script

    • In the HTML section of the Embed component, add the Shapo widget script using the code snippet provided by Shapo.

    • Example:

      <div id="shapo-widget-xxxxxxxxx"></div>
      <script id="shapo-embed-js" type="text/javascript" src="https://cdn.shapo.io/js/embed.js" defer></script>

  4. Verify the widget is showing up properly

Done!

Did this answer your question?