PDA

View Full Version : Pinterest - pin it



Tonci Ercegovic
February 1, 2013, 06:55 PM
Hello,

I would like to hear from Flynax Team if they plan to add Pinterest to Bookmarks and Share plugin. I would like to have PIN IT for listings, like I have now: Like, Tweet and G+1

Is it possible?

Viktor
February 2, 2013, 06:38 AM
Hello Tonci,

You should change something in files.
Go to ftp://plugins>>bookmarks>>rlBookmarks.class.php

find code:



var $services = array(
'google_plusone' => 'Google Plus',
'facebook_like' => 'Facebook Like',
'tweet' => 'Tweet',


in next line add new:


'pinterest_share' => 'Pinterest',

then go to: ftp://plugins>>bookmarks>>admin>>bookmarks.tpl

find line:


@import url("http://s7.addthis.com/static/r07/widget48.css");

and replace to:


@import url("http://s7.addthis.com/static/r07/widget103.css");

save and check in admin panel.