Pintrest link CMS

Hi

Need to know how to add this pintrest link to photos on CMS, each CMS page with a different link to the specific blog.

I can find the Pintrest page but then i have no idea where to go from here.

Any help?


Here is my public share link: LINK
(how to access public share link)

Hi @Grant1,

What you need to do is:

  1. put this script line in your custom code section of the site, at the “before <body> tag”:
    <script type="text/javascript" async defer src="//assets.pinterest.com/js/pinit.js"></script>

  2. Create a button on your cms item with this link:
    https://www.pinterest.com/pin/create/button/

  3. Add custom <a> attributes to the link as following:
    data-pin-do="buttonPin"
    data-pin-tall="true"
    data-pin-round="true"
    17

That’s it :smiley:

I made a small example for a Pinterest save button here that you can look at and clone.

2 Likes

Awesome, thank you so much!!