Skip to main content
All CollectionsResourcesFAQ
How to Embed RareCircles into your Shopify Store
How to Embed RareCircles into your Shopify Store

Learn how to embed your portal directly into your Shopify store

Ariane Vishendas avatar
Written by Ariane Vishendas
Updated over a week ago

Step 1: Enable Embed in your Account Settings

In order to embed your RareCircles portal into your Shopify website, you must first enable the embed feature.

To enable the embed, login to your account and navigate to the account settings in the top right hand corner of the window. Scroll to the bottom of the page. Turn on embed and click save. A section will appear with a code snippet.

Convert the code to Liquid.

Liquid is Shopify's coding language. In order to embed your iFrame onto your Shopify website, you must convert your code to this language.

To do so, simply add the following tags before and after the copied code, respectively.

{% capture iframe_code %}
<COPY iframe CODE HERE>
{% endcapture %}
{{ iframe_code }}

Step 2: Create a New Page Template in Shopify

Login to Shopify and create a new page template. This is where you will host your portal.

To create a new page template in Shopify:

  1. Navigate to Online Store > Themes.

  2. Find the theme that you want to edit, and then click Customize.

  3. Use the Template drop-down menu to select a template. Click + Create template.

  4. Remove all content from the Template section in the editor.

  5. Add a custom liquid section.

  6. Copy and paste the code snippet from above.

Note that you can add the embed to any page. We recommend creating a separate page dedicated to the membership experience.

Step 3: Create a New Page in Shopify

Now that you have created the template, you can use it to create your portal page.

To create a new page in Shopify:

  1. Navigate to Online Store > Pages

  2. Click Add page

  3. Give your page a Title

  4. Select your new template under Theme template

  5. Add any desired content to the page body.

  6. Click Save

If you would like to remove the page content, you can do so by customizing the page.

  1. Navigate to the desired page in the theme editor

  2. Select the Page section and add the code below the Custom CSS

{
display: none;
}

That's it! Your new page now displays your portal experience! You can now list this page on your website and share across your preferred marketing channels to start welcoming members!

Did this answer your question?