Just like the Twitter Widget, an Instagram Widget can be added to show posts directly in the platform without having to leave the site.
Note: The post URL from Instagram is required before implementing this widget.
Add the following code snippet at the bottom of the job's instructions:
<script src="//platform.instagram.com/en_US/embeds.js"></script>
Add the following code snippet into the CML where you would like the widget to appear:
<blockquote class="instagram-media" data-instgrm-captioned="true" data-instgrm-version="4" style="max-width:600px; width:100%">
<a href="{{post_url}}" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_top"></a>
</blockquote>
{{post_url}}
corresponds to the column header in your dataset that contains the URLs
The Instagram widget will appear in the Preview page as below: