Search code examples
htmlcsswebwidgetpinterest

Pinterest profile widget is not working all the time


I added a Pinterest profile widget to my website the way I usually do it when building a website. Normally it works fine but for some strange reason this time sometimes it shows and sometimes it doesn't... This is the website I'm talking about: http://bav.kadushimarketing.com/index4.php

This is the code I added: <a data-pin-do="embedUser" href="http://www.pinterest.com/bonaireartvilla/" data-pin-scale-width="65" data-pin-board-width="230">Bonaire Art Villas's profile on Pinterest</a>

And this is the script I added:

<script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script>

I have a lot of other scripts on this website. Is it possible that these scripts conflict with each other? Is there a way to check?


Solution

  • I included a very simple "show element on click" jQuery script that conflicted with the Pinterest script.