EmbedSocial
EmbedSocial EmbedSocial provides tools for generating and displaying social media feeds, user-generated content, and testimonials on your website.
Features include:
- Display social media feeds
- Embed user-generated content
- Add testimonial widgets
EmbedSocial integrates with ShopWired by embedding code into your theme, allowing you to display social content and testimonials directly on your website.
Creating an EmbedSocial account
Creating an EmbedSocial account
Create an account on the EmbedSocial website at https://embedsocial.com/! EmbedSocial will provide or code for the widget in your EmbedSocial account.
Embedding an EmbedSocial widget as JavaScript
Embedding an EmbedSocial widget as JavaScript
Use this method to embed a JavaScript-based EmbedSocial widget into a ShopWired page using a custom HTML section.
<div class="embedsocial-hashtag" data-ref="YOUR_WIDGET_ID"></div> <script> (function(d, s, id){ if (d.getElementById(id)) {return;} var js = d.createElement(s); js.id = id; js.src = "https://embedsocial.com/cdn/ht.js"; d.getElementsByTagName("head")[0].appendChild(js); }(document, "script", "EmbedSocialHashtagScript")); </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.
- Navigate to Website > Themes
- Select
customise your theme - Select
add a new section - Select the
custom HTMLsection type - Paste the widget’s script and the embed container into the Custom HTML setting
- Select out of the section and position it using the theme editor
To add the widget to a website page, select the Tick here to enter additional custom HTML/JS/CSS setting and paste the code into the field.
Using an EmbedSocial iFrame widget
Using an EmbedSocial iFrame widget
Use this method to embed an iFrame-based EmbedSocial widget into a ShopWired page using a custom HTML section. EmbedSocial provide iFrame embed code similar to the example shown below:
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.
- Navigate to Website > Themes
- Select
customise your theme - Select
add a new section - Select the
custom HTMLsection type - Paste the widget’s script and the embed container into the Custom HTML setting
- Select out of the section and position it using the theme editor
Recommendations
Recommendations
- Install widgets on landing pages where possible to maintain layout control and keep content focused.