Home › Forums › WoodMart support forum › Couple of problems with new install › Reply To: Couple of problems with new install
mjwilson
You’re right! I missed that!
I went and added the Pinterest code to the live website and it broke the icon on the regular blog page AND the post pages.
This is what Pinterest gives you to add as code for their widget:
Copy and paste this code into your page where you want your add-on to appear:
Don’t forget to include pinit.js once per page, right before the closing </BODY> tag.
<script async defer src=”//assets.pinterest.com/js/pinit.js”></script>
I just added the second line of code (pinit.js) to the bottom of the first code, in the widget area. I don’t know where else to put it?! They say include it “once per page, right before the closing </BODY> tag.
So the code in the widget looks like this:
<script async defer src=”//assets.pinterest.com/js/pinit.js”></script>