I'm trying to embed a Pinterest link, like explained here.
I've added this Pinterest link to a blog:
<a href="https://www.pinterest.com/pin/139330182194785581/" data-pin-do="embedPin"></a>
I've also added script <script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script>
before my </body>
tag.
But the Pinterest image does not show. See a live example here.
From the errors in the Chrome console I don't learn why.
What can I do?
request console
in browser, some status message about requesting the pin. Couldn't this help you in some way? ` PIN_1518090806339.f.callback[0]({"status": "success", "message": "ok", "code": 0, "data": [{"id": "139330182194785581", "error": "Not found"}]}) ` Could you try if that means something? If you could request any other pin? Maybe that might lead us somewhere. – Holding<script async='async' data-pin-hover='true' data-pin-round='true' defer='defer' src='//assets.pinterest.com/js/pinit.js'></script>
instead of your one? – Holding