Embedding Javascript on One Page

I have RedBubble and Society6 stores where I sell my artwork. I’d like to embed my shops on one page for people interested in supporting my work. Both sites provide javascript embed codes for this purpose, mine are as follows:

<script type="text/javascript" src="http://www.redbubble.com/assets/external_portfolio.js"></script><script id="rb-xzfcxvzx" type="text/javascript">new RBExternalPortfolio('www.redbubble.com', 'drawnbyjamie', 2, 3).renderIframe();</script>
<script type="text/javascript"><!--
s6_user = "jamiestrassenburg";
s6_format = "300x250";
//--></script>
<script type="text/javascript" src="https://society6.com/js/show_banner.js">
</script>

I’ve gone through several help threads trying to make the shops show up using the Cornerstone editor (this solution didn’t work). But the scripts are not working. What am I missing?

Here is the page I’m trying to embed the stores on: http://www.jamiedraws.com/support-fantasy-artist

Hi Jamie,

I tried checking the page that you have linked and there seems to be a JS error that is causing the issue:

Kindly double check your embed code and see that is is all correct.

https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.