WP Plugin to Do Auto Social Bookmarking

topdost

Regular Member
Joined
Oct 10, 2011
Messages
364
Reaction score
51
All wp experts , can you suggest any site or plugin which does automatic bookmarking to new posts . Thanks
 
Publish2PingFM is a pretty handy plugin for this. It uses ping.fm to do the bookmarking. Link:
Code:
http://wordpress.org/extend/plugins/pingpressfm/
It has been abandoned by the original author so it doesn't work out of the box though. Luckily there is only 1 line of code that needs to be swapped for it to function. Search for this line in publish2pingfm.php:
Code:
add_action('admin_init',array(&$wpPingAdmin,'registerJavaScript'));
and replace it with this:
Code:
add_action('admin_menu',array(&$wpPingAdmin,'registerJavaScript'));
Then it's good to go.
 
Kind of an old thread but this is one of the best free auto social submitters I have found. If used properly can SERIOUSLY boost your traffic.
http://www.nextscripts.com/social-networks-auto-poster-for-wordpress/

Enjoy!
It's works well...
 
There is a plenty solutions... personally i use NextScript for Bookmarking websites and Jetpack Plugin by using only Sharing Plugin to post on Google+ Page / Facebook and Twitter..

Goodluck All
 
^^ come on this thread back to 04-21-2012 things changed since then
 
Back
Top