anyone come across wp auto social bookmark submission plugin ?
or any web site provide this service ?
anyone come across wp auto social bookmark submission plugin ?
or any web site provide this service ?
Are you talking about a plugin that puts the various social marketing sites on your blog?
Or a plugin that will automatically send a post to whatever social marketing site you want?
Like twitter, there are a few plugins that will send it to your new post to your twitter account. Or allow others to tweet about your post.
those automatic submit all new postnot something like add to any
thanks
Wordpress.org is your friend. Same with google.
WordPress › Tweet This « WordPress Plugins
There may be more.
I haven't heard of any wordpress plugins that will automatically mass submit the post to social bookmarking sites.
You probably need a custom solution using PHP and cURL for automatic social bookmarking posting with separate modules for each bookmarking site. That way you can build out the application and make updates as needed.
OnlyWire does it, but it's expensive.
Captchas get in the way, so you can be prompted to enter the captcha or pay more to get their team to do it for you (I'm not sure if they have it automated).
You could semi-automate it by hiring people to enter the captcha code i.e. your script would send the image of the captcha to an operative that types in what they see to a web form, like they are dealing with an IM script. Otherwise, you need image-recognition software to recognize the captcha code which is very advanced.
Then, you need to post something meaningful to the book-marking site.
I would rather do article submissions and SEO, but I am very interested to hear people's ideas on how to automate social bookmarking too.
My forum signature is under construction.
thanks andy (not sure why i can't use the thank button).....
i created a property agent site (run on sub domain and wpms), with 400+ member as startup, it hard for me to build them link or article submission on individual page (daily), so adding auto social bookmark plugin should increase my site selling point (extra income to) and reduce my workload for now and future
![]()
I tried the free version of Onlywire. You need to run software from your PC which connects to their site to submit the bookmarks. So, there really isn't any advantage as oppossed to running a bookmarking software from your PC.
You can use a captcha service like DeCaptcher.com API for the Captcha solving. So, no need for image-recognition software.
A PHP and cURL application would be the 'best' option. A good programmer should be able to write an application for between $250-$500. Below is a sample of how you would use cURL to connect the the social site.
The downside to writting your own application is that you will need to keep paying. Without updates you'll find that the application isn't working for a lot of sites.Code:$ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'http://api2.diigo.com/bookmarks'); curl_setopt($ch, CURLOPT_TIMEOUT, $diigotime); curl_setopt($ch, CURLOPT_USERPWD, $diigousername.':'.$diigopassword);
Onlywire isn't bad. Another good option is BookMarkingDemon which is a one-time payment of $147 with free updates for life.
Bookmarking demon is working great for me. The software has automatic account creation, you can spin the bookmark description i.e. {|},supports decaptcha.com captcha solving and you can add lists of pligg sites to get even more bookmarks. You can also ping all the bookmarks after submission.
Bookmarks