• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Gallery with Pinterest

tmIEzN

New Pleskian
We have a Presence Builder website (version 11.5.6) that we have added a "Pin it" button to. We have added the following code to each page using a sitewide block:

<a href="//pinterest.com/pin/create/button/" data-pin-do="buttonBookmark" ><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" /></a>

Then we added the following code in "Settings" under the "Google Analytics" section, hoping it would be the last thing on every page before the </body> tag:

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

This seems to work fine for every image in the website except images in an image gallery. If using IE or Opera, the "Pin it" button works fine and every image in the image gallery is available to pin. If using Chrome, Firefox or Safari, the "Pin it" button can't seem to find the images. We also tried putting in the following code in the header (Metadata section) but it didn't seem to work either:

<script type="text/javascript">
(function(d){
var f = d.getElementsByTagName('SCRIPT')[0], p = d.createElement('SCRIPT');
p.type = 'text/javascript';
p.async = true;
p.src = '//assets.pinterest.com/js/pinit.js';
f.parentNode.insertBefore(p, f);
}(document));
</script>

All of the code above came directly from the pinterest.com website. Does anyone know of a workaround?

Thanks
 
Try to define protocol in paths like

"http://assets.pinterest.com/images/pidgets/pin_it_button.png"

instead of

"//assets.pinterest.com/images/pidgets/pin_it_button.png"
 
Hi,

I've added module "script" with such content:
<a href="//pinterest.com/pin/create/button/" data-pin-do="buttonBookmark" ><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" /></a>
<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script>

Looks like on published site all works fine (at least in Chrome). Please check up...
 
We can't get it to work with photo galleries (parallels presence builder image storage)? Did it work for you with a gallery?
 
I've added Image Gallery with "Script" module below and have published site. By clicking on "Pin it" button I see Pinterest page with suggestions to "Pin" page with site-header image.

My test site in the editor:
pinterest1.jpg

Published:
pinterest-published_site.jpg

Just after clicking on "Pin it":
pinterest2.jpg

Are something wrong on these screenshots?
 
Notice how you didn't the option to "pin" your img_23052013 image. That is the problem we are having -- we can pin the header logo but nothing else. If you look at the original post it works in some browsers but not all.
 
Back
Top