Adding Shopstyle Collective Widget

  • Unknown's avatar

    Hi! I’m trying to add a shopstyle collective widget but when I add the code in the HTML window, it just shows up as a link that brings you to the widget on a new page. How can I put it directly into the post? The code in question is:
    <!– SHOPSTYLE COLLECTIVE WIDGET CODE START –> <div class=”shopsense-widget” data-options=”%7B%22widgetId%22%3A%2257c8909b61d1dd082bbff426%22%2C%22version%22%3A1%2C%22pid%22%3A%22uid2049-34599257-81%22%2C%22size%22%3A178%2C%22columns%22%3A3%2C%22rows%22%3A4%2C%22url%22%3A%22https%3A%2F%2Fapi.shopstyle.com%2Fapi%2Fv2%22%2C%22iframeHeight%22%3A832%2C%22iframeWidth%22%3A639%7D”> <script> !function(doc,s,id){ var e, p, cb; if(!doc.getElementById(id)) { e = doc.createElement(s); e.id = id; cb = new Date().getTime().toString(); p = ‘//shopsensewidget.shopstyle.com/widget-script.js?cb=1472769977210?cb=’ + cb; e.src = p; doc.body.appendChild(e); } if(typeof window.ss_shopsense === ‘object’){ if(doc.readyState === ‘complete’){ window.ss_shopsense.init(); } } }(document, ‘script’, ‘shopsensewidget-script’); </script> <iframe src=”//shopsensewidget.shopstyle.com/#/?options=%7B%22widgetId%22%3A%2257c8909b61d1dd082bbff426%22%2C%22version%22%3A1%2C%22pid%22%3A%22uid2049-34599257-81%22%2C%22size%22%3A178%2C%22columns%22%3A3%2C%22rows%22%3A4%2C%22url%22%3A%22https%3A%2F%2Fapi.shopstyle.com%2Fapi%2Fv2%22%2C%22iframeHeight%22%3A832%2C%22iframeWidth%22%3A639%7D”
    height=”832px”
    width=”639px”
    seamless style=”border: 0;”>
    </iframe> </div> <!– SHOPSTYLE COLLECTIVE WIDGET CODE END –>
    Thanks in advance for any help with this!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    That code contains javascript which isn’t allowed on WordPress.com for security reasons.

  • The topic ‘Adding Shopstyle Collective Widget’ is closed to new replies.