Skip to main content

How to: Embedding in Circle

For marketplace admins embedding on their circle.so site

Updated over 2 weeks ago

Thanks to custom html options, you can embed your Builtfirst-powered marketplce on Circle! Follow the steps below to complete the process.


Getting Started: Copy your html embed code

<div id="builtfirst-container"></div>
<script>
function loadBuiltfirst(){
Builtfirst.embed({
baseUrl: "https://[subdomain].builtfirst.com",
containerId: 'builtfirst-container'
});
}
</script>
<script src="https://[subdomain].builtfirst.com/scripts/embed.js" onload="loadBuiltfirst()"></script>

Make sure to replace [subdomain] with the one used for your marketplace. For example: https://acmecoexample.builtfirst.com

Learn more about subdomains in: How to Change Your Marketplace Subdomain


Add the Embed Code to Circle

Step 1) Create and edit an empty post

Step 2) Go to the post's settings

Step 3) Paste the embed code to the custom html section


And that's it! Looking for other embed options? See more in How to: Embedding Your Marketplace.

Did this answer your question?