How to embed simple Instagram script into a page

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
I need to know how to embed this Instagram script into a page such that it works. It is currently seen in this website, http://www.tradewindcyclingteam.com/

I am strongly considering converting the site to nopCommerce, but need to verify I can bring over a few elements like this one.

The code in the page is this:

<script src="http://cdn.lightwidget.com/widgets/lightwidget.js"></script>
<iframe src="//lightwidget.com/widgets/9cb7fd560e2e55c08d65c10d18cc38e1.html" scrolling="no" allowtransparency="true" class="lightwidget-widget" style="width: 100%; border: 0px; overflow: hidden; height: 73px;"></iframe>

Thanks in advance,
Les
4 years ago
Depends if you are using source code version - you can definitely insert it manually

If via a plugin there are a few instagram widget plugins in the marketplace

https://www.nopcommerce.com/marketplace.aspx?searchterm=instagram

Or you can make your own plugin that attaches the script the PublicWidgetZones.HomepageBottom
4 years ago
Thanks! Actually, I just discovered for this that I can insert the iFrame tag and content into the page by using the rich text editor and insert a source code block. Worked like a charm.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.