FeedWind
FeedWind is a content aggregation platform that allows you to display feeds from sources such as RSS, YouTube, Instagram, Facebook, X, and Pinterest using embeddable widgets.
Features of FeedWind include:
- Display content from supported social and feed sources
- FeedWind Analytics allows you to track widget impressions.
- Dedicated widgets for YouTube channels and specialised podcast players.
FeedWind can be used on ShopWired websites to display external content feeds by embedding a into your website.
Account creation
Account creation
To begin using FeedWind with ShopWired, create an account on the FeedWind Website. Once you have configured your widget, FeedWind will provide a JavaScript code snippet.
Adding the widget to your ShopWired website
Adding the widget to your ShopWired website
FeedWind will provide JavaScript code snippet, similar to the example shown below:
<script src="https://feed.mikle.com/js/rssmikle.js"></script> <script> (function() { var params = { rssmikle_url: "YOUR_FEED_URL", rssmikle_frame_width: "100%", rssmikle_frame_height: "600", frame_height_by_article: "0" }; feedwind_show_widget_iframe(params); })(); </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 this script to your ShopWired using a custom HTML section.
- Navigate to Website > Themes
- Select
customise your themefor the theme you want to edit - Select
add a new section - Select the
custom HTMLsection type - Paste the FeedWind embed code into the Custom HTML setting
- Select out of the section and use the theme editor to position the widget on the page
- Save changes to your theme
Recommendations
Recommendations
- Limit the number of widgets per page to reduce layout and performance issues.
- Test the widget on desktop and mobile devices to confirm correct rendering.