Testimonial
Testimonial is a platform for collecting and displaying customer testimonials in text or video format.
Key features include:
- Collection of text and video testimonials
- Star rating support
- Shareable testimonial pages
- Embeddable testimonial widgets
- Export and sharing options for collected testimonials
Testimonial integrates with ShopWired by providing that displays collected testimonials on ShopWired website pages.
Account creation
Account creation
To begin using Testimonial with ShopWired, create an account at the Testimonial Website.
After your account is created and configured, Testimonial will provide the embed code required for installation.
Theme installation
Theme installation
To load Testimonial on every page of your ShopWired website, Testimonial provide an embed code similar to the example shown below:
<script type="text/javascript" src="https://testimonial.to/js/iframeResizer.min.js"></script>
<iframe
id="testimonialto-embed-text-EXAMPLE"
src="https://embed-v2.testimonial.to/text/EXAMPLE"
frameborder="0"
scrolling="no"
width="100%">
</iframe>
<script type="text/javascript">
iFrameResize({ log: false, checkOrigin: false }, "#testimonialto-embed-text-EXAMPLE");
</script>
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.
Add this code to your ShopWired theme:
- Navigate to Website > Themes
- Select the
code editoroption for the active theme - Open the
master.twigfile - Paste the code just above the closing
</head>tag - Select
save changes
Testimonial can now display on on every page of your ShopWired website.
Displaying testimonials on a website page
Displaying testimonials on a website page
Testimonial provides embed code, similar to the example shown below:
<script type="text/javascript" src="https://testimonial.to/js/iframeResizer.min.js"></script>
<iframe
id="testimonialto-embed-text-EXAMPLE"
src="https://embed-v2.testimonial.to/text/EXAMPLE"
frameborder="0"
scrolling="no"
width="100%">
</iframe>
<script type="text/javascript">
iFrameResize({ log: false, checkOrigin: false }, "#testimonialto-embed-text-EXAMPLE");
</script>
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.
Add this code to your ShopWired website page:
- Navigate to Website > Themes
- Select
customise your themefor the active theme - Select
add a new section - Select the
custom HTMLsection type - Paste the embed code into the Custom HTML setting
- Use the theme editor to position the testimonial section on the required page
Recommendations
Recommendations
- Review testimonial display on desktop and mobile to confirm layout and spacing.
- Keep testimonial content concise to avoid excessive page length.