Viewing Integration with Pinterest

Integration with Pinterest



User: Serge B. 7 years ago
Hi,

I tried to apply what is explained on the web page of Pinterest for a board widget :https://developers.pinterest.com/tools/widget-builder/?type=board&boardHeight=240&boardWidth=400&imageWidth=80&template=square

On the first part :
Copy and paste this code into your page where you want your add-on to appear:
<a data-pin-do="embedBoard" data-pin-board-width="400" data-pin-scale-height="240" data-pin-scale-width="80" href="https://www.pinterest.com/pinterest/official-news/"></a>
I think I did it well by using a "Html Snippet" on my page.

For the second part:
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>
As it is difficult to put it "right before the closing </BODY>, I put it in the "Footer section" of the page description. But I'm not sure ?! And by the way it's not working ! :-(

Anybody have an idea on how to do it ? Or it's not possible ?

Have a nice day
Serge
User: Roddy 7 years ago
Set the HTML Snippet to 423px wide by 353px in height and paste in this code ...

<a data-pin-do="embedBoard" data-pin-board-width="400" data-pin-scale-height="240" data-pin-scale-width="80" href="https://www.pinterest.com/pinterest/official-news/"></a>

Position the empty rectangle where you want it.

Paste this into the Footer Code box in the Page inspector...

<script async defer src="//assets.pinterest.com/js/pinit.js"></script>

Now publish the page to the server to see Pinterest News.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
✔ Best Answer  


Post Reply
You must login or signup to post.