Is there any way to add Pinterest? I know they already added it on shareaholic, but I don't see it on my Drupal site.

Thanks!

Comments

sonar_un’s picture

Subscribing

glarsch’s picture

Subscribing

aleksey.tk’s picture

Status: Active » Closed (duplicate)
nabanita.nazir’s picture

You can use the following code and just replaced $content_path,$image_path, $description,$pinterest_image_path with your respective content path,image path of your content,description and the custom pinterest image path respectively.

<a href="http://pinterest.com/pin/create/button/?url=<?php print $content_path ?>&media=<?php print $image_path; ?>&description=<?php print $description;?>" class="pin-it-button" count-layout="horizontal">
<img border="1" src="<?php print $pinterest_image_path?>" title="Pin It" />
</a>