Endorsal
Endorsal is a testimonials and reviews platform that allows approved customer feedback to be displayed on websites using embed-based widgets.
Key features include:
- Collection and approval of testimonials
- Testimonial display widgets
- Rating badge widgets
- Optional floating review widgets
Endorsal integrates with ShopWired by using a global tracking and page-level to display testimonials and rating badges on ShopWired website pages.
Theme installation
Theme installation
Endorsal requires a global tracking script to be added to your ShopWired website, similar to the example shown below:
<script>
!function(){window.var e,t=document;e=function(){var e=t.createElement("script");e.defer=!0,e.src="https://cdn.endorsal.io/widgets/widget.min.js";var n=t.getElementsByTagName("script")[0];n.parentNode.insertBefore(e,n),e.onload=function(){NDRSL.init("EXAMPLE-PROPERTY-ID")}},"interactive"===t.readyState||"complete"===t.readyState?e():t.addEventListener("DOMContentLoaded",e)}();
</script>
The script shown above is provided as an example only. You must copy the exact script provided in your own account, as the script and any ID values will be unique to your website.
Add the global tracking code to your ShopWired theme:
- Navigate to Website > Themes!
- Select
customise your themefor the active theme - Select the
code editoroption - Open the
master.twigfile - Paste the global tracking code immediately before the closing
</head>tag - Select
save changes
Embed rating badges into a website page
Embed rating badges into a website page
Rating badges display an overall rating summary based on approved testimonials.
Endorsal provides a embed code similar to the example shown below:
<div id="ndrs1-badge-EXAMPLE-ID" class="ndrs1-widget ndrs1-inline"></div>
The script shown above is provided as an example only. You must copy the exact script provided in your own account, as the script and any ID values will be unique to your website.
To add a rating badge to a ShopWired website page:
- Navigate to Website > Themes
- Select
customise your themefor the theme you'd like to install it on - Select
add a new section - Select the
custom HTMLsection type - Paste the embedding code into the Custom HTML setting
- Select out of the section and use the theme editor to position the form on the page
Rating badges can now display on the website page.
Embed testimonial widgets into a website page
Embed testimonial widgets into a website page
Testimonial widgets display approved testimonials within page content.
Endorsal provides testimonial widget embed code similar to the example shown below:
<div id="ndrs1-EXAMPLE-WIDGET-ID" class="ndrs1-widget"></div>
The code shown above is provided as an example only. You must copy the exact code provided in your own account, as the code and any ID values will be unique to your website.
To add a testimonial widget to a ShopWired website page:
- Navigate to Website > Themes
- Select
customise your themefor the theme you'd like to install it on - Select
add a new section - Select the
custom HTMLsection type - Paste the embedding code into the Custom HTML setting
- Select out of the section and use the theme editor to position the form on the page
Recommendations
Recommendations
- Ensure testimonials are approved in Endorsal before expecting them to display on the website.
- Confirm the global tracking code is present in
master.twigbefore troubleshooting widget display issues.