I’d also like to see a +1 button… it’s not as easy as just adding the icon since the +1 button requires js.
pinterest pinit button too!
+1 – Is there any development on this plugin? Doesn’t seem updated in a while.
I’d also like to see the +1 here.
Yes, another request for a +1 button! And, pinterest is becoming popular and I’d love to add a pin it button to the bottem of my blog posts as well.
Another plea for a +1 button. Please let us know what the likelihood and timing is for this addition.
Would also like to see some kind of Google+ share implementation.
Here is one solution:
http://www.stateofsearch.com/share-on-google-plus-any-website/
I gave it 2 stars for ignoring the Google +1. Its trivial to implement. No worse than the GA code – just plug in the right ID into the script and off you go. So code isn’t a problem. The graphic is freely available so that’s not issue. That only leaves the developer…. hence my 2 star rating. I don’t want a plug in on my blog that isn’t going to be maintained by the developer.
Go find yourself a 16×16 icon and save it in the sociable-30 images\default\16 folder (assuming you are using the 16×16 icons).
Open the “services.php” file and add
'Google Plus' => array (
'favicon' => 'google_plus.png',
'url' => 'https://plusone.google.com/_/+1/confirm?hl=en&url=PERMALINK',
'description' => 'Google Plus',
),
— the entries are in alpha order, so I added it under the “Google Buzz” entry.
Easy as that.