What are your thoughts about implementing "Google +1" as a standard additional social link? Or do I have to that with the customizing option? Thanks for input - Erik W.
What are your thoughts about implementing "Google +1" as a standard additional social link? Or do I have to that with the customizing option? Thanks for input - Erik W.
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
+1 for a +1 button here
+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 16x16 icon and save it in the sociable-30 images\default\16 folder (assuming you are using the 16x16 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.
You must log in to post.