Skip to main content
Install Guide

Install Social Perks widgets on any site.

Pick your platform, copy the snippet, paste it in. Two minutes tops. No code knowledge required.

Step 0 Β· Required for every install

Grab your business ID

Open your Social Perks dashboard β†’ Settings β†’ Embed Widgets. Your business ID is the short identifier at the top β€” copy it. You'll paste it into every snippet below in place of YOUR_BUSINESS_ID.

Platform Β· 01

Vanilla HTML

Any static HTML site β€” paste this anywhere in your <body>.

  1. 1Open the HTML file where you want the widget to appear.
  2. 2Paste the snippet below where you want the widget rendered.
  3. 3Replace YOUR_BUSINESS_ID with your business ID from the dashboard.
  4. 4Save and re-deploy your site.
Paste before </body>Copy
<div id="sp-reviews-YOUR_BUSINESS_ID"></div>
<script async src="https://socialperks.onrender.com/api/v1/embed/reviews?businessId=YOUR_BUSINESS_ID&theme=dark&limit=5&format=js"></script>
Platform Β· 02

WordPress

Works with both block editor (Gutenberg) and classic editor. No plugin required.

  1. 1Edit the page or post where you want the widget.
  2. 2Add a 'Custom HTML' block (Gutenberg) or switch to the 'Text' tab (classic).
  3. 3Paste the snippet below.
  4. 4Replace YOUR_BUSINESS_ID with your business ID and publish.
Custom HTML blockCopy
<div id="sp-reviews-YOUR_BUSINESS_ID"></div>
<script async src="https://socialperks.onrender.com/api/v1/embed/reviews?businessId=YOUR_BUSINESS_ID&theme=light&limit=5&format=js"></script>

Note: If you're on WordPress.com Free/Personal plan, custom scripts may be blocked. Use the iframe version instead (see Squarespace).

Platform Β· 03

Shopify

Drop into any page or section template. Theme editor friendly.

  1. 1In Shopify admin, go to Online Store β†’ Pages (or Themes β†’ Edit code for templates).
  2. 2Open the page in HTML mode (the <> icon in the rich text editor).
  3. 3Paste the snippet below.
  4. 4Replace YOUR_BUSINESS_ID and save.
HTML modeCopy
<div id="sp-reviews-YOUR_BUSINESS_ID"></div>
<script async src="https://socialperks.onrender.com/api/v1/embed/reviews?businessId=YOUR_BUSINESS_ID&theme=light&limit=5&format=js"></script>

Note: For a section that shows on every product page, add the snippet to a custom Liquid block in your theme.

Platform Β· 04

Squarespace

Use an iframe β€” Squarespace blocks third-party scripts on most plans.

  1. 1Edit the page and click '+' to add a new block.
  2. 2Choose 'Code' block.
  3. 3Paste the iframe snippet below.
  4. 4Replace YOUR_BUSINESS_ID and save.
Code block (HTML)Copy
<iframe
  src="https://socialperks.onrender.com/embed/widget/YOUR_BUSINESS_ID?theme=light"
  width="100%"
  height="560"
  frameborder="0"
  loading="lazy"
  title="Social Perks reviews"
  style="border:0;border-radius:14px;max-width:420px;"
></iframe>

Note: On Business plans or higher, you can also use the script version inside a Code block.

Platform Β· 05

Wix

Use the HTML iFrame element from the Wix editor.

  1. 1In the Wix editor, click 'Add Elements' β†’ 'Embed Code' β†’ 'Embed HTML'.
  2. 2Place the element where you want the widget.
  3. 3Click 'Enter Code' and paste the iframe snippet below.
  4. 4Replace YOUR_BUSINESS_ID and click 'Update'.
Embed HTMLCopy
<iframe
  src="https://socialperks.onrender.com/embed/widget/YOUR_BUSINESS_ID?theme=light"
  width="100%"
  height="560"
  frameborder="0"
  loading="lazy"
  title="Social Perks reviews"
></iframe>
Platform Β· 06

Webflow

Use the Embed component on any page or as a Symbol for site-wide.

  1. 1In Webflow Designer, drag an 'Embed' component to your page.
  2. 2Paste the script snippet below into the Embed editor.
  3. 3Replace YOUR_BUSINESS_ID and save.
  4. 4Publish your site to see the widget live (it won't render in the Designer preview).
Embed componentCopy
<div id="sp-reviews-YOUR_BUSINESS_ID"></div>
<script async src="https://socialperks.onrender.com/api/v1/embed/reviews?businessId=YOUR_BUSINESS_ID&theme=dark&limit=5&format=js"></script>

Stuck on a platform we missed?

The reviews widget works on anything that supports HTML. If you can paste a snippet, you can install Social Perks.

Site directory

Sixty deep links into the parts of the site most people miss. Pick a category and start digging.

Industries

Marketing playbooks tailored to your kind of business.

Cities

Local insights for the metros we serve.

Tools

Free calculators and generators.

Guides

Step-by-step playbooks.

Compare

How Social Perks stacks up.

Resources

Everything else worth reading.