Facebook,Twitter,Google plus one Share Buttons WordPress Plugin
I provide paid WP customization Service on fiverr :
- I will customize WordPress or fix WordPress errors for $5
- I will fix your hacked WordPress site for $5
- I will speed up your WordPress site (score 85++ on Google Pagespeed) for $5
- I will make you a beautiful WordPress login page without plugin for $5
- I will optimizes all images without changing visual quality on WordPress site for $5
UPDATED:
REQUIRES WordPress 2.8 and up
CATEGORY: WordPress Plugin
SIZE: 127KB
INSTALLS:42207 -
Note: Read 10. Specify a image for Pinterest set up.

Features:
- Smart Pinterest share, allows you to set the image or get the first image automatically
- All buttons can show counts.
- Show buttons after post contents by default.(See FAQs-2 for how to show buttons elsewhere)
Download:
Current Version V1.3.1 (Old versions)
Frequently Asked Questions (FAQs)
1. Why doesn't show the share buttons after Page content(and Homepage)?
The Javascript required is embedded in the footer of your webpage,even so,to download these JS can waste 1-2 seconds, so I srongly recommend displaying these kind of social share buttons only in posts. Never think about displaying theme on HomePage,that is very scaring...
2. What if I really want to add the buttons after Page Contens or Homepage?(Not, Recommend)
It is not recommended as explained above,but if you really want to do so, simply find if(is_single()) in Facebook_Twitter_Google_plus-one_Share_Buttons.php file, there are two.
- To display buttons after posts and pages, change them to if(is_single()||is_page())
- To display buttons after posts and Homepage, change them to if(is_single()||is_home())
- To display buttons after posts, pages and Homepage, change them to if(is_single()||is_page()||is_home())
- To display buttons after posts and categories, change them to if(is_single()||is_category())
Learn more about WordPress Conditional Tags.
3.Upon activating the plugin, it shows text links,not buttons
Upon activating the plug I only see text links beneath each post saying "Share" and "Tweet". I don't see any settings page for this plugin. Am I missing something?

You must be from China. GWF has prevent the buttons from appearing normally. Maybe you should use a VPN or other proxy.
4.I get some problem with the plugin after updating, I can’t click on the buttons
1. Your WordPress theme is too old and doesn’t support the new version .( Use the old version(V1.0) or find a similar plugin)
2. There are some conflict between this plugin and other plugins you use .(Deactivating other plugins on by one to check which one is the cause).
5.Remove Button in Facebook,Twitter,Google plus one Share Buttons V1.2
V1.2 got four extra buttons and you might want to remove them. As V1.2 hasn't got a Dashboard Option Page,so you have to edit the plugin and deal with the code.(I am now working on V1.3, this version will get a Dashboard Option Page).
See Tutorials :Remove Button in Facebook,Twitter,Google plus one Share Buttons V1.2
6.How to remove the dot beside the buttons?
Some WordPress theme specify the li tag with a background,for example:

To remove the dots or other background image specified by your wordpress theme, simply reinstall the plugin from WordPress.org, I have updated the plugin.
7.Upon activating the plugin, it shows nothing! Even without the text links!
Edit the footer.php file of your theme,make sure there are "<?php wp_footer()?>" before the closing body tag.If not, add it yourself.
The end of footer.php should be something like this:
</div> </div> <?php wp_footer()?> </body> </html>
8.How can i remove the plugin from WP Touch template? I want only the buttons on website template.
Add the following code to wptouch/html/head-area.php file:
remove_filter ('the_content', 'socialbutton');
remove_action('wp_footer', 'socialbutton_integration');
<?php global $wptouch_settings; ?>
<?php global $bnc_wptouch_version; ?>
9.How can I add the buttons before the content of the post, not after?
V1.3 will enable you to choose where to show the buttons, but I've got a lot of work to do these days , so it won't come out soon. To add the buttons before the content,you can use this modified version of the plugin: facebooktwittergoogle-plus-one-BEFORE_POST.zip
10. Specify a image for Pinterest

Add p-img custom field,the value is the image you want to Pin for this post.
If you don't set it , the plugin will fetch the first image in the post as Pinterest image.


{ 9 Comments }
Great remarkable things here. I am very satisfied to see your post. Thank you so much and i am taking a look forward to touch you. Will you please drop me a e-mail?
Very nice post. I just stumbled upon your weblog and wished to say that I’ve really enjoyed surfing around your blog posts. After all I’ll be subscribing to your rss feed and I hope you write again very soon!
Its like you read my mind! You seem to know so much about this, like you wrote the book in it or something. I think that you could do with some pics to drive the message home a bit, but instead of that, this is great blog. A great read. I will definitely be back.
How can put the buttons both at the begining and at the bottom of posts?
Can you can support for StumbleUpon button?
Hi. Thanks for the plugin.
Is there any way to use only the Twitter, Facebook, and Google plus one? I only want those, not Buzz and Digg and stuff.
Thanks.
hi, is that any ways i can put these button any place in the post i like? cos now these button is above my category line ( i place the category line at the bottom of each post and your share bottom is now in the middle).. thanks. anyway this is a great plugin… keep up the good work
ohh… i can fix it now.. thanks again for the great plugin
The huge gap between them is saved for more sharing buttons in the future release.