It would be great if along Twitter, FB, you could add Google's +1 interactive button with count.
It would be great if along Twitter, FB, you could add Google's +1 interactive button with count.
Yes, I would also like to have the Google +1 Button added to the social network options.
It could be worth donations I'm sure.
Just like many people I suppose, I'm waiting for this upgrade too. Unfortunately... One button more.
Already installed the Plugin Plus One but Stupid to use 2 different Plugins. Please upgrade.
Yes, please add the +1 button. Thanks.
In the meantime, I'm using a forked version of Sharedaddy (part of Jetpack, by the Automattic folks) to have the +1 button.
You can see it on my page:
http://huyz.us/2011/google-1-for-sharedaddy-revised/
... and please add Google+ as profile option. Thank you!
Yes... please add Google+ support.
If you don't want to wait for the update, I hard coded the Google+ button into the plugin.
1. <!-- Place this tag in your head or just before your close body tag -->
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
2. in your /share-and-follow/share-and-follow.php file replace the following in line 1678
$buildspace = '<div style="float:right;padding: 0 0 10px 10px" class="interactive_right">';
with
$buildspace = '<div style="float:right;margin-left: 10px;padding: 0 0 10px 10px;" class="interactive_right"><div style="vertical-align: top; padding: 0 8px;float:left;"><g:plusone size="tall"></g:plusone></div>';
3. style accordingly (firebug or chrome developer tool helps)
If this helps someone then... cool!
google+ is growing fast and the Google's +1 interactive button is a most
please update
waiting for Google+ update
One more that wishes to have the Google +1 button!!!
Bring on the Google +1 button! :)
+1. The problem is, the developer seems to have completely disappeared from everywhere. I've tried everything and can't get any support. And I'm a paid-up user.
This is an awesome plug-in and I recommend it. Google+1 integration is the only thing missing!
No Google +1 ? I can't believe this, come on now
I have inserted some code manually to get the G+ button with Share & Follow.
To elaborate: the HTML-code is based on the code that is outputted by the Share & Follow plugin for other buttons, so if you use buttons of another size, the code may not be fit for you. Feel free to change it to fit your needs, because it's quite easy.
I entered this code between line 379 and line 380 of saf-functions.php:
$html.="<li class=\"iconOnly\">
<a rel=\"nofollow\" target=\"_blank\" href=\"https://plusone.google.com/_/+1/confirm?hl=en&url=$page_link\" title=\"+1 this post : $page_title\">
<img src=\"http://blog.mydomain.tld/wp-content/plugins/share-and-follow/images/blank.gif\" height=\"32\" style=\"background: transparent url(http://blog.mydomain.tld/wp-content/plugins/share-and-follow/images/google_plus_32.png) no-repeat;padding:0;margin:0;height:32px;width:32px;\" class=\"image-32\" width=\"32\" alt=\"google+\">
<span class=\"head\">+1 this post</span>
</a>
</li>";
The image used, I saved it myself, but can easily be found on google image search using this query string: "google plus 32"
You must log in to post.