Downloads and Integrations

Integrate verified Opinafy testimonials into your website in minutes. Choose your platform and follow the instructions.

WordPress

Official plugin

Official plugin for WordPress. Install, set your Project ID, and testimonials appear automatically. Supports shortcodes, widgets, and Gutenberg.

Quick install:

  1. Download the ZIP file.
  2. In WordPress, go to Plugins → Add New → Upload Plugin.
  3. Upload the ZIP and activate the plugin.
  4. Go to Settings → Opinafy and paste your Project ID.

You can also use the shortcode [opinafy] on any page.

WooCommerce

Extension

WooCommerce extension that automatically displays testimonials on product pages. Supports global or per-product Project ID.

Installation:

  1. Requires the main Opinafy WordPress plugin (download above).
  2. Download the WooCommerce ZIP file.
  3. In WordPress, go to Plugins → Add New → Upload Plugin.
  4. Upload the ZIP and activate the plugin.
  5. Testimonials will automatically appear on product pages.

Shopify

Liquid snippet

Add testimonials to your Shopify store with a custom section. Copy the Liquid snippet and paste it into your theme.

opinafy-section.liquid
{% comment %}
  Opinafy Testimonials Widget
{% endcomment %}

{% assign opinafy_project_id = section.settings.project_id | default: 'YOUR_PROJECT_ID' %}

<div id="opinafy-widget" data-project="{{ opinafy_project_id }}"></div>
<script src="https://opinafy.com/widget.js" defer></script>

{% schema %}
{
  "name": "Opinafy Testimonials",
  "settings": [
    {
      "type": "text",
      "id": "project_id",
      "label": "Opinafy Project ID",
      "info": "Find your Project ID in your Opinafy dashboard"
    }
  ],
  "presets": [
    {
      "name": "Opinafy Testimonials"
    }
  ]
}
{% endschema %}

Installation:

  1. Go to Online Store → Themes → Edit Code.
  2. In the Sections folder, create a new file called opinafy-testimonials.liquid.
  3. Paste the code above.
  4. Go to the Theme Customizer and add the "Opinafy Testimonials" section.
  5. Enter your Project ID in the section settings.

Wix

Integrate Opinafy into your Wix site using the custom HTML embed element.

Installation:

  1. In the Wix editor, click Add (+) → Embed → Custom HTML.
  2. Paste the following code (replace YOUR_PROJECT_ID):
<div id="opinafy-widget" data-project="YOUR_PROJECT_ID"></div>
<script src="https://opinafy.com/widget.js" defer></script>
  1. Resize the HTML element in the editor.
  2. Publish your site.

Check our complete Wix guide for more details.

Squarespace

Add verified testimonials to your Squarespace site with a code block.

Installation:

  1. Edit the page where you want to display testimonials.
  2. Add a Code Block.
  3. Paste the following code (replace YOUR_PROJECT_ID):
<div id="opinafy-widget" data-project="YOUR_PROJECT_ID"></div>
<script src="https://opinafy.com/widget.js" defer></script>
  1. Uncheck "Display Source".
  2. Save and publish.

Check our complete Squarespace guide for more details.

PrestaShop

Module

Official module for PrestaShop. Configure your Project ID from the back office and testimonials appear automatically in your store's footer.

Installation:

  1. Download the ZIP file.
  2. In PrestaShop, go to Modules → Module Manager → Upload Module.
  3. Upload the ZIP and install the module.
  4. Click Configure and paste your Project ID.

Webflow

Integrate Opinafy into your Webflow site using project custom code, page-specific code, or Embed elements.

Quick install:

  1. Go to Project Settings → Custom Code.
  2. Paste the Opinafy code in the Footer Code field.
  3. Or use an Embed element for exact positioning.
<div id="opinafy-widget" data-project="YOUR_PROJECT_ID"></div>
<script src="https://opinafy.com/widget.js" defer></script>

Check our complete Webflow guide for more details.

Google Tag Manager

Install the Opinafy widget via Google Tag Manager. Ideal if you already use GTM to manage your site scripts.

Quick install:

  1. In GTM, create a new Custom HTML tag.
  2. Paste the Opinafy code.
  3. Set the trigger (All Pages or specific pages).
  4. Publish the changes.

Check our complete Google Tag Manager guide for more details.

HTML / Any website

Paste this code into any website to display your testimonials. Works with any platform, CMS, or static site.

HTML
<div id="opinafy-widget" data-project="YOUR_PROJECT_ID"></div>
<script src="https://opinafy.com/widget.js" defer></script>

Instructions:

  1. Copy the code above.
  2. Replace YOUR_PROJECT_ID with your actual Opinafy Project ID.
  3. Paste the code into your page's HTML where you want the testimonials to appear.

Don't have an Opinafy account?

Sign up for free and start collecting verified testimonials from your customers in minutes.