Tweet, Like, Google +1 and Share Plugin - Wordpress



A very simple social share plugin with just 4 social icons. Around 99% of the posts are share with these 4 social icons (i.e Twitter, FB Like, Google +1 and FB Share) then why to have more. Lesser social icons means less load on pages and you pages will load much faster.

Support Forum

Due to huge commenting on this page, it is getting difficult to keep track of all the supports and suggestions. So in the interest of the Plugin users I am opening up a support forum for this plugin. Please post a Suggestion or Ask for help in the forum

http://techxt.com/plugin-support-forum/tweet-like-plusone-and-share-plugin/

 

Reference on using the Shortcode and Function to display the button

Display using Shortcode If you want to display the buttons in the post using shortcode then you can do it using [social4i size="large" align="float-right"] [social4i size="large" align="float-right" type="s4_fbshare"]There are two properties to the shortcode

    1. size ( large or small) – defines the size of the button i.e. large buttons or small buttons
    2. align (align-left,align-right, float-left or float-right) – defines the alignment of the buttons
    3. type [Optional] (s4_fblikes4_fbsend, s4_plusone, s4_fbshare or s4_twitter) – To display only single button of your choice.

Display using call of function If you want to embed the code directly to your theme then you can call the below PHP function.

<?php
if(function_exists('display_social4i'))
echo display_social4i("large","float-right");
?>

or

<?php
if(function_exists('display_social4i'))
echo display_social4i("large","float-right","s4_fbshare");
?>

The display_social4i($size, $align,$type) has three parameters same as the shortcode

    1. size ( large or small) – defines the size of the button i.e. large buttons or small buttons
    2. align (align-left, align-right, float-left or float-right) – defines the alignment of the buttons
    3. type [Optional] (s4_fblikes4_fbsend, s4_plusone, s4_fbshare or s4_twitter) – To display only single button of your choice.

When using $type, it circumvents the Database settings. Meaning, you do not have to have Facebook Share Enabled in the standard automatic implementation to get it to show up. This way you can use the Database implementation AND the individual type showing a different network without confusing the two. Example: Show Facebook Like, Google +1 and Twitter, then somewhere else show Facebook Share in template shortcode. In the Database you would have to have Like, +1 and Twitter enabled but you would not have to enable Facebook Share. This is nice so the two functions shortcode and standard function don’t interfere with each other when using $type. Main reason for doing this is the Facebook limitation you mentioned. They do not automatically show the # count when using large icons for Facebook Share. This disrupts the flow of the  buttons when put together.

-Alexander Conroy (who added the $type functionality to the shortcode)

Change Logs

Click on this Link to see Change Logs

Screenshots

 

Display Large buttons or Small buttons

 

 

Download

Download from wordpress repo http://wordpress.org/extend/plugins/only-tweet-like-share-and-google-1/

Credits

Alexander Conroy[ http://www.esotech.org ] Added: $type: s4_plusone, s4_fbshare, s4_fblike,  s4_twitter and s4_fbsend

Report bugs or suggest a feature

Please comment on this page to report a bug or to suggest a feature.

Support Forum

Due to huge commenting on this page, it is getting difficult to keep track of all the supports and suggestions. So in the interest of the Plugin users I am opening up a support forum for this plugin. Please post a Suggestion or Ask for help in the forum

Post  BUGs and Suggestion in the support forum. If you are posting a BUG then post your site URL.

 

 

http://techxt.com/plugin-support-forum/tweet-like-plusone-and-share-plugin/

email : admin@letusbuzz.com

  • http://www.facebook.com/John.SIOD John Young

    Works fine – great plugin. But I don’t want the Share4 to show up on custom posts (testimonials, etc). How do I modify the code to prevent this?

    • http://letusbuzz.com sudipto

      Option add to the plugin to exclude particular posts/pages
      You are just required to put the Post/Page IDs in the option page of the plugin and the Social share buttons won’t get displayed on those pages.
      Thanks for the suggestion
                     

  • Anonymous

    Nice, but there should perhaps be an option to position the buttons either left or right?

    • http://letusbuzz.com sudipto

      Added option to align left and right.
      Thanks for the suggestion

  • http://www.facebook.com/people/Rodolfo-Pereira/1162153856 Rodolfo Pereira

    change the size of the button box facebook, add 55 px to 47px in place, all the themes I tested the button appears on google it, line 49

  • Valdir

    Check out new Social Share Plugin

    Fatal error: Call to undefined function get_feeds() in /home/i100131/public_html/blog/wp-content/plugins/only-tweet-like-share-and-google-1/tweet-like-plusone.php on line 167Thank you!

    • http://letusbuzz.com sudipto

      Rectified the error in version 1.0.1

      • Valdir

        Hi Sudipto!

        Thanks for answering my information
        If you find some other problem I will inform!

        Thank you!
        Sao Paulo – Brazil
        Valdir

        • http://letusbuzz.com sudipto

          Thanks Valdir.
          Your help is much appreciated.

          • Valdir

            Hi Sudipto!

            I hope you continue developing this plugin, for its practicality and functionality, because from now on, it will be used often, because the major social networks are contained in it, congratulations!

            Here his work in operation:
            Inspira Alma
            My Thanks!
            Valdir

  • http://geeksbloggingat.com Nitin Jain

    Hi,

    Great work !

    I just tried using it on my website. The plugin upon activation gave the 4 icons just as expected, however, I am not able to see the “Settings” option for the plugin in the Site Admin page.

    Is there anything special that I am supposed to do ?
    I am using WP 2.8.4

    Thanks & Regards

  • http://geeksbloggingat.com Nitin Jain

    Hi,

    Great work !

    I just tried using it on my website. The plugin upon activation gave the 4 icons just as expected, however, I am not able to see the “Settings” option for the plugin in the Site Admin page.

    Is there anything special that I am supposed to do ?
    I am using WP 2.8.4

    Thanks & Regards

  • http://geeksbloggingat.com Nitin Jain

    Hi,

    Great work !

    I just tried using it on my website. The plugin upon activation gave the 4 icons just as expected, however, I am not able to see the “Settings” option for the plugin in the Site Admin page.

    Is there anything special that I am supposed to do ?
    I am using WP 2.8.4

    Thanks & Regards

    • http://letusbuzz.com sudipto

      You should find the plugin options from Settings > Tweet Like Plusone
      Second thing upgrade your WP. Its an age of rockets and you are still in the Stone age.

      • http://geeksbloggingat.com Nitin Jain

        Thanks. It works great !

        Maybe an option for left, right or center of the icons would be an icing on the cake..

        Cheers..

        • http://letusbuzz.com sudipto

          Suggestion taken into consideration and will be added in the next release.

    • http://letusbuzz.com sudipto

      You should find the plugin options from Settings > Tweet Like Plusone
      Second thing upgrade your WP. Its an age of rockets and you are still in the Stone age.

    • http://letusbuzz.com sudipto

      You should find the plugin options from Settings > Tweet Like Plusone
      Second thing upgrade your WP. Its an age of rockets and you are still in the Stone age.

  • http://www.facebook.com/people/Rodolfo-Pereira/1162153856 Rodolfo Pereira
    • http://letusbuzz.com sudipto

      Rodolfo,
      Thanks for bringing the error to my notice. I will cannot change it to 55. But that a problem with the Facebook. i.e.
      English word “Like” takes less width as compared to
      Portuguese word “Curtir”

    • http://letusbuzz.com sudipto

      I changed the width to 55px. But I didn’t change the version because it was just a minor change. Just delete the installed plugin and then reinstall.

  • http://rdhanz.blogspot.com/ rdhanz

    I like this plugin and the way it looks. But it leaves a huge white space on my web theme. How to fix this?
    http://ismamesir.com/v2/2011/06/kartun-masak/

    • http://letusbuzz.com sudipto

      I have fixed it.

    • http://letusbuzz.com sudipto

      I have fixed it.

      • http://rdhanz.blogspot.com/ rdhanz

        The problem reoccurs after the updates.

        • http://letusbuzz.com sudipto

          Hi Rdhanz,
          I have tracked the error, but right now I am not on my laptop so won’t be able to update the wordpress repo now. I will do the update later today. For now you can edit your style.css file of your theme and add the following code.

          .social4i {    height: 21px;}

    • http://letusbuzz.com sudipto

      I have fixed it.

    • http://letusbuzz.com sudipto

      I have fixed it.

  • VincenzoLaRosa.it

    why don’t add the send button?.. :) after like button?.. (sorry for my english xd :) )

    • http://letusbuzz.com sudipto

      Thanks for the suggestion.
      I will add the send button

  • VincenzoLaRosa.it

    I do not know if he does well for you .. but when I click on the tweet .. the message goes well + instead of space as in “hello+one+article http:……” accented letters and transforms them directly into html …

    • http://letusbuzz.com sudipto

      Hi,
      Can you give me your site url? I want to check it.

      • VincenzoLaRosa.it

        my site address is http://www.vincenzolarosa.it :)

        • http://letusbuzz.com sudipto

          Hi,
          I will rectify the error in the next update. And thanks for reporting. Just wait for few hours.
          And more errors or features that you require?

          • VincenzoLaRosa.it

            in this moment i don’t see other bug, and don’t have more ideas.. :)

          • http://letusbuzz.com sudipto

            Anyways thankyou so much for using the plugin

        • http://letusbuzz.com sudipto

          Hi,
          I will rectify the error in the next update. And thanks for reporting. Just wait for few hours.
          And more errors or features that you require?

      • VincenzoLaRosa.it

        my site address is http://www.vincenzolarosa.it :)

  • Awesomeindianrecipes

    Hi, I downloaded this plugin today and installed in my wordpress site. The buttons are showing uo in posts. But I am lost where to configure my facebook app Id in this, so that I can update my facebook page when I post. Can you please help ? My website is http://www.awesomeindianrecipes.com . Thanks in advance.

    • http://letusbuzz.com sudipto

      Hi,
      This is not a auto post plugin. And also if you want auto updates to your facebook account I suggest you join networkedblogs.com

  • http://letusbuzz.com sudipto

    Hi James,
    check out the plugin option page. By default display on home page is disabled

    • james

      Blah!  Sorry about that.  I saw the checkbox for “Display Above Content” under “Homepage” checked, but missed the fact the parent level (actual option) was disabled. Awesome!

      One thing that might be cool, the ability to see “who” tweeted or shared the link.  Im not sure how difficult this would be to implement, but would be nice.  I added this last night and have “12″ Share’s to facebook, it would be nice to see who shared it. (perhaps just log the facebook url/username, the twitter @user, etc?

      Again, awesome plugin, great work.

      Thanks,
      james

      • http://letusbuzz.com sudipto

        We will never come to know who shared an URL because Facebook never disclose that. And about logging URL, that is not possible. In short its not possible to log facebook shares.

        Thanks for using the plugin

  • Gustmv

    When will be the option of languages?

    • http://letusbuzz.com sudipto

      Hi Gustmv,
      I will add the language soon. But it may take a week or two. :( but hope you are able to understand the options on the option page?

  • Simone

    Hello! I really like to see send button too like other user in this plugin, and I have a question: is possible to add this not automatic but manual ? Thanks!

    • http://letusbuzz.com sudipto

      Hi simone,
      I was about to add the send button today but didn’t get time to do so. The send button is already in my check list. You can start using the plugin. In my next update you will find the send button.

      • Simone

        thanks for reply, and how i can insert the code of plugin manually where I prefer? thanks again

        • http://letusbuzz.com sudipto

          Currently the plugin cannot be inserted manually but I will add this feature soon or may be very soon :)

          • Simone

            thanks :) I hope very soon because if i can’t use this fantastic plugin!

          • http://letusbuzz.com sudipto

            well what kind of manual insert are you looking for?

          • Simone

            simple php code 
             

  • Mark

    When I tweet, the plugin adds “+” between words. Something+like+this.

    • http://letusbuzz.com sudipto

      please update the plugin

      • http://www.selfmademillionairehowto.com Self-made millionaire

        Still doesn’t work, it doesn’t show any numbers on the Like button

        • http://letusbuzz.com sudipto

          Please post your site link I want to have a look.

        • http://letusbuzz.com sudipto

          Please post your site link I want to have a look.

      • http://www.selfmademillionairehowto.com Self-made millionaire

        Still doesn’t work, it doesn’t show any numbers on the Like button

  • http://www.facebook.com/linkkei Linkkei Agregador

    Beautfull!!! Thanks

  • http://letusbuzz.com sudipto

    Upgrade to new version and thanks for reporting

    • http://www.facebook.com/jennicheeseman Jenni Cheeseman

      Thank you so much for the quick fix! Much appreciated and love the plugin. 

  • http://letusbuzz.com sudipto

    Upgrade to new version and thanks for reporting

    • Jaap

      Thanks works like a charm now

  • http://letusbuzz.com sudipto

    Thanks for suggestion.
    I will try to implement it as soon as possible

  • Eseotro127

    Hi. Sorry, but it doesn’t work the “Display Google +” button with this update in my blog. 

    • http://letusbuzz.com sudipto

      check the option page of the plugin and see that the Google +1 button is selected to display.
      Save the settings once.

  • Jaap

    Hi,

    Thanks for quickly fixing the bug. I noticed another thing. I have your plugin enabled for my main blog page and I notice that the page gets very slow. It takes over a minute to load. Problem is that I have nine post on the main page and for every post all 4 buttons including their javascript get loaded. Would be nice if you can optimize that such that these scripts etc only get loaded once

    Thanks

    Jaap

    • http://letusbuzz.com sudipto

      Good suggestion I will try to optimize the plugin

  • Netclick

    Great plugin, thanks for it!
    The only one problem is there aren’t css options so i can’t change icons’ size

    • http://letusbuzz.com sudipto

      The icon size cannot be changed using CSS. They are generated using javascript

  • http://www.douglampi.com Douglas Lampi

    I’m really happy to have found your new plugin! Great Job! Is there a shortcode to embed it within the inner sub-pages of an event calendar or photo gallery plugin?

    • http://letusbuzz.com sudipto

      I am working on the shortcode and will be available very soon

  • http://www.douglampi.com Douglas Lampi

    I’m really happy to have found your new plugin! Great Job! Is there a shortcode to embed it within the inner sub-pages of an event calendar or photo gallery plugin?

  • http://www.facebook.com/djordje.marjanovic Ђорђе Марјановић

    There is a problem with like button in the new version, (1.0.5 and 1.0.6) it’s not showing count numbers, and if you like something, it doesn’t change to gray color like it’s pressed, you…

    • http://letusbuzz.com sudipto

      I checked the plugin and it is working fine on my test site http://themes.letusbuzz.com. Can you post your site link. I would like to have a look.

  • http://www.facebook.com/people/Steve-Embry/1358593851 Steve Embry

    What would cause the Tweet button not to format..all it has is text saying “Tweet”..?

    • http://letusbuzz.com sudipto

      Ok I see lot of people are having problem with the optimized version of plugin. Just wait for few minutes another update is coming.

  • http://www.facebook.com/people/Steve-Embry/1358593851 Steve Embry
    • http://letusbuzz.com sudipto

      The plugin is perfectly fine on my browser any ways just wait for the next update

  • http://twitter.com/retrocoli Renata A. Trocoli

    I can´t open de options page. It shows a fatal error.

    • http://letusbuzz.com sudipto

      can you post the exact error that is shown

  • http://letusbuzz.com sudipto

    I purposely did not add the URL shortening because Twitter is the only place where you will be requiring the URL shortening but it is already using t.co to shorten your URL. Second thing if I use a third party URL shortening then it will slow down your site a bit. I am much concerned that the plugin should not affect the load time of your pages.

  • http://letusbuzz.com sudipto

    I purposely did not add the URL shortening because Twitter is the only place where you will be requiring the URL shortening but it is already using t.co to shorten your URL. Second thing if I use a third party URL shortening then it will slow down your site a bit. I am much concerned that the plugin should not affect the load time of your pages.

  • Dax

    Hi.

    I like your social plugin for WordPress, however it does not seem to work as it suppose. Please check http://www.rezultati.hr .

    • http://letusbuzz.com sudipto

      Please dis select the optimize option from then option page of the plugin and check if its getting displayed

  • http://twitter.com/AldoGnocchi Aldo Gnocchi

    Very nice plugin! Thanks!

  • http://twitter.com/AldoGnocchi Aldo Gnocchi

    Very nice plugin! Thanks!

  • Ags

    Please include an override option to display the code manually wherever we want in a template.

    • http://letusbuzz.com sudipto

      I am already working on the manual insertion… your wait will be over soon :)

  • parperi

    Hello, thank you for the great plugin, it’s exactly what I’ve been looking for!
    I have updated my wp to 3.1.3 and downloaded the newest version of the plugin (1.0.7). Everything else seems to be fine, only that the like button doesn’t show any counts (no gray box next to it). This problem appears only when the size of icons is chosen to be “small”, but works normally when the size is “large”. Could this be fixed, please? 

    • http://letusbuzz.com sudipto

      Can you post your site link so that I can have a look

    • http://letusbuzz.com sudipto

      The like button will show the box only if there like. For zero likes there will be no box next to the small like button

  • http://twitter.com/scottayres Scott Ayres

    When I click Like on a post nothing shows up on my Facebook profile. Where is the setting to assign it to the website url? http://www.thekatytx.com I only have it installed on posts, not pages.

  • http://twitter.com/scottayres Scott Ayres

    When I click Like on a post nothing shows up on my Facebook profile. Where is the setting to assign it to the website url? http://www.thekatytx.com I only have it installed on posts, not pages.

  • http://twitter.com/scottayres Scott Ayres

    When I click Like on a post nothing shows up on my Facebook profile. Where is the setting to assign it to the website url? http://www.thekatytx.com I only have it installed on posts, not pages.

    • http://letusbuzz.com sudipto

      The like button cannot be used to share posts. For that you will have to use the facebook share button

    • http://letusbuzz.com sudipto

      The like button cannot be used to share posts. For that you will have to use the facebook share button

    • http://letusbuzz.com sudipto

      The like button cannot be used to share posts. For that you will have to use the facebook share button

  • Adrian

    Having updated to vs 1.0.7 the tweet button now just shows a text link. See examples at
    http://friendsofmindanao.com/682/ants-pants.html
    http://www.olagoriejewellery.com/articles/521/modern-jewelry-hits-notes.html

    Hope it’s an easy fix.

    Cheers
    Adrian

    • http://letusbuzz.com sudipto

      The buttons show up perfectly on my browser. There is the new version there is an option Optimize which is checked by default. You might try un checking that

  • VincenzoLaRosa.it

    small suggestion, why not givethe possibility to to choose The size of the button , or better, whynot give the possibility to have disposed of the button before the content and the large button after the contents .. :)

    • http://letusbuzz.com sudipto

      Thanks for the suggestion. I will add the feature

  • Kelli

    The tweet button appears as a text link in Chrome. I’ve updated to the most recent version and no change. I’ve unchecked optimize and no change. Help?

    • http://letusbuzz.com sudipto

      refresh your site few times.. It should be alright

  • Sander

    Nice plugin :) . Only thing is I have a ‘Tweet Share’ text appearing in every excerpt?

    • http://letusbuzz.com sudipto

      please post your site link I would like to have a look

  • Karenfour

    I am getting a stack overflow error and only 2 of the 4 buttons are showing up… any ideas on how to fix this?

    • http://letusbuzz.com sudipto

      please post your site link I would like to have a look

  • Jadebmr

    Can you have the buttons show before the “read more” on the blog roll and at the bottom of the post like the ‘WordPress Facebook Like Plugin” does? Right now I am having to use their plugin and yours. I like seeing the info on the blogroll.

    • http://letusbuzz.com sudipto

      please post your site link.

  • Ned B.

    Hi There, nice, well focused plugin. I am using v1.0.7 of your plugin.
    One problem/bug I noticed: when I click the “Tweet” button, a tweet is sent, but the tweet count is not incremented. I notice the the tweet count does not even increment on your own webpage: http://letusbuzz.com/2011/06/tweet-like-google-1-and-share-plugin-wordpress/ so I don’t think it’s a problem with my installation. Thank you for any help you can give.

    • http://letusbuzz.com sudipto

      Hi Ned,
      well thanks for reporting this issue. But this is not my plugin issue but twitter works that way. It may not live update your tweets. http://dev.twitter.com/pages/tweet_button_faq#count-api-increment Still I changed few tags of the plugin so please upgrade to version 1.0.8

      • Ned B.

        Thank you for your prompt response = very professional service. Yes, I will go download v1.0.8 Thank you.

  • http://www.orlandoinformer.com OrlandoInformer

    I think this plugin is awesome. Unfortunately I can’t use it because there is one tiny issue: the formatting of any post I have with Google Maps embedded gets completely messed up. There’s some sort of conflict between the plugin and the Google Maps embed. Any ideas how this can be fixed without deactivating the plugin or removing Google Maps?

    • http://letusbuzz.com sudipto

      can you post the site link where I can have a look.. If you have deactivated the plugin then can you post a link of a screenshot. I would like to see what exactly is happening

      • http://www.orlandoinformer.com OrlandoInformer

        Here’s a screenshot: http://www.image-share.com/ijpg-722-37.html

        You can see that the sidebar is kicked down to the bottom and off to the right. Strange, huh?

        • http://letusbuzz.com sudipto

          Thats strange. Did you try using alignment to left or right instead of float left or right

  • Cgroute-admin

    hi friend, the plugin in awesome i am using it on my blog http://www.cgroute.com .
    The problem is the facebook like always show 0 after someone likes the post, i tried it so much times. Plz have a look, fb like my any post and it will show 1 but then u sign out from ur facebook account and delete any history, refresh browser and when u visit my post again, it will show facebook-like 0 again but it should show 1 because u liked it before.

    I hope u understand what i mean……and again, thax for such a WOW plugin. :)

    • http://letusbuzz.com sudipto

      I have retested the like button and it works fine. Its may be just a cache problem with your site. So let the button be in action for few days and check if the like count increases or not

      • Cgroute

        hya there, yes i checked and its due to wp super cache plugin i am using. Please check
        http://wordpress.org/extend/plugins/wp-super-cache/faq/

        is there any workaround coz a lot of users out there are using wp super cache plugin?

        Another request is to give us an option whether we want to show count or just buttons coz now with super cache i don’t want people to see the count coz it is wrong. thanx

        • http://letusbuzz.com sudipto

          You don’t have to worry about the count. Because even I use a cache plugin. But the cache expires after few hours or at the max a day. After the cache expires correct count will show up

          • Cgroute

            yes its working!!! cheerz…

  • MIke

    Nice plugin, but not sure about the tweet counts. Have a look at http://blog.coachcamp.org

    Far more number of teets presented, than actually available on twitter.
    Any special logic, I am not aware of, a bug or simply an issue with twitter API?

    thx, Michael

    • http://letusbuzz.com sudipto

      Its surely an Twitter API issue because the plugin does nothing more than putting the twitter code at the place you want. The button gets generated by the twitter API.

  • Uli

    Hi guys,
    I love ya plugin. Good work, but on my german blog http://mauzepow.de the tweets aren´t count and next to the fb-like button the counter doesn´t exist!? Can you check them please?

    Furthermore I have an idea for the next update:
    I want to change the share tweet in “[titel] – [link] by @MauzePow:disqus” or something similiar. Can you programm such a setting?

    Nice greetz from Germanys biggest island
    Uli

    • http://letusbuzz.com sudipto

      I think the plugin is working fine on your website. have a look

    • http://letusbuzz.com sudipto

      I think the plugin is working fine on your website. Have a look http://i55.tinypic.com/2433itx.png

      About the second option that you are asking for twitter, when you click on the button you will get the twitter box to edit the post and the link you can use that.. I have taken you suggesting into consideration and will add that feature to the plugin soon

  • Kelli

    HI, love the plugin! I really want to use it but the tweet button displays as a text link when viewed in Chrome. I use Chrome a lot as do a lot of others that will utilize my site so this is important. I installed the update today but still the same issue. Can you help with this, please? Thanks!
    Kelli
    http://www.mommywhereareyou.com

    • http://letusbuzz.com sudipto

      Try unchecking the optimize option for the plugin option page

      • Kelli

        Unchecking did not work. Any other suggestions? :)

        • http://letusbuzz.com sudipto

          If you are using a cache plugin then clear that too

  • http://letusbuzz.com sudipto

    The plugin is working fine on your site on my system. Try to check if from another system. There might be some problem with your system. Or try to use another browser. Its not a plugin issue

  • http://letusbuzz.com sudipto

    I clicked on the like button on your site and it worked fine for me even the count increased. And for the twitter button, Twitter count do not get updated live. Its takes time. This is how twitter button works

  • http://letusbuzz.com sudipto

    Right now there is not option to do that. But I am working on the code and that option will be available soon (in a day or 2)

  • Jeff

    Great plugin! Was wondering if there is any way to adjust the padding so that the buttons won’t sit so close to my adsense ad blocks? Can I do it by editing the code in the plugin itself? I would like the padding to be around 20 px, so that there is clear white space between the buttons and my adsense blocks. Please let me know how I can do this – and thank you again for a GREAT plugin!

    • http://letusbuzz.com sudipto

      yes you can do that for that you need to include css in your theme style.css
      .social4i{
      margin-left: 10px;
      margin-right: 10px;
      }

      setting up the margin can solve the problem

      • Jeff

        Thank you for you reply – are you saying that adding that code to my theme style.css will push the line of buttons down several millimeters so that there is more space between my adsense blocks and the row of buttons (tweet, like, +1)?

        .social4i{
        margin-left: 10px;
        margin-right: 10px;
        }

        • http://letusbuzz.com sudipto

          This code will add a left right margin of 10px to the plugin. If you want to add space to the top or bottom of the plugin then add the below code.

          .social4i{
          margin-left: 10px;
          margin-right: 10px;
          margin-top: 10px;
          margin-bottom:10px;
          }

          • Jeff

            I wanted to add space to the top, so I just put in a html line break at the end of my post and it accomplished the same thing! I was nervous about changing my style sheet, so this was a better solution for  me. But it’s a GREAT plugin – thank you for your help and support!

  • http://letusbuzz.com sudipto

    the function works the way I have listed. Can you re-post the code.your earlier code did not get posted in your comment

  • http://letusbuzz.com sudipto

    Hello Orlando,
    I tried my plugin on the Corporate theme that you are using. And it works fine. I can help you setting it up. I have added the support for shortcode so you can create a temporary page and display the buttons only on that page using shortcode. From plugin options uncheck all other display options. check this page on how to use the shortcode http://letusbuzz.com/tweet-share-like-plusone/. You can post the link for that temporary page here so that I can have a look

  • Adrian

    I am running version 1.1.0 in Firefox 5, with cache cleared and Optimize OFF. The Google +1  icon takes about 10 secs to appear after the other 3 have appeared in place. Example:
    http://www.olagoriejewellery.com/articles/525/jewelry-sites-praise-olympic-torch-design.html

    Any way of making it appear quicker? This seems to be only a problem in FF.

    You will also notice the balloon above the FB Share button doesn’t appear, this also applies to IE9 and Opera 11.11 as well as FF 5.

    Cheers
    Adrian

    • http://letusbuzz.com sudipto

      Well its not a plugin problem. The script may take time to load and execute. It gets loaded form the google server for plusone button. And also its not your website problem.

  • Andrea

    Greetings,
    Beautiful plugin. And I read through your comments to if I could find  an answer my issues, but I cannot seem to find a solution to the buttons being misaligned.

     http://www.napoleongrills.com/images/Recipe_club/likebutton-borked.png

    Can you please help?
    THANKS!

    Andrea

    • http://letusbuzz.com sudipto

      Hi Andrea,
      I cannot tell you the cause of miss alignment looking at the image. Since you are the only one having the problem, there much be something clashing with the plugin. If you can post the link of the page with the plugin activate them may be I can help you

  • Andrea

    Should also mention, that I tried your css style fix as well.
    Changed it from 10 px to 15 with no difference.

    • http://letusbuzz.com sudipto

      Can you post the link of the page?

      • Andrea
        • http://letusbuzz.com sudipto

          your theme do not have a call to the wordpress function wp-head. Not a problem just include this css in your themes style.css file

          div.socialicons p{
          margin-bottom: 0px !important;
          margin-top: 0px !important;
          padding-bottom: 0px !important;
          padding-top: 0px !important;}

          • Andrea

            THERE IT IS! 
            You are BRILLIANT!
            Thank you so much for your help!

            ~Andrea

  • http://twitter.com/mhsurabian Michael Surabian

    Hi.. First social plugin that actually works the way I want. Thank you. I have one problem though. When I tweet a post, it only tweets the post title.. not the link to the post.

    Any ideas?

    http://homesmetrowestma.com/

    • http://letusbuzz.com sudipto

      Did you try to change something in the plugin code?
      I suggest you delete the plugin and reinstall it

      • http://twitter.com/mhsurabian Michael Surabian

        Hi Sudipto.. I tried reinstalling and still have the same issue. I tried deactivating other plugins but still no url in the tweet. Any other ideas?

        • http://letusbuzz.com sudipto

          Hi Michael,
          Its very strange that the link is not getting added to the end of your tweet. There is a way to do that. I can not add that in the plugin it self because the problem is just with your site. To add link to the twitter button you need to edit the plugin code.

          Find the line

          data-text=”‘.$ptitle.’”

          and replace it with

          data-text=”‘.$ptitle.’ – ‘.$plink.’”

          There will be two occurrence of the above line. Replace both.

          • http://twitter.com/mhsurabian Michael Surabian

            Thanks so much. I’ll give it a try.

          • http://twitter.com/mhsurabian Michael Surabian

            That worked. Thanks again for a great plugin and support!

  • http://www.arsenalavenue.com William

    Hi Sudipto,
    Great plugin. Btw, I have a small issue. Do you know how to fix the alignment of the FB Like button? I activate Twitter, FB, and Google Plusone for my post but the Like button somehow appears slightly below the others. My website is http:www.arsenalavenue.com.
    Please have a look at the screenshot: http://i52.tinypic.com/1zf5vg9.jpg
    Thanks.

  • http://www.arsenalavenue.com William

    Hi Sudipto,
    I did not refresh the page since yesterday and Andrea’s issue was the same as mine. I got it fixed with your additional codes. Thanks…

  • http://letusbuzz.com sudipto

    I suppose that you are using cache plugin. I opened your site and saw that all buttons are working perfectly. If you are using a cache plugin then don’t have to worry about the count. once the cache expires it will show you the correct count. And when I tried the send button is also working

  • Carolina Vigna-Marú

    Wow, great plugin!
    Suggestion: please enable more sizes, such as extra-small, minimal, etc. :)
    Thanks!

    • http://letusbuzz.com sudipto

      Thanks for the suggestion. But only google +1 button has an extra small feature. for others like facebook like, you can not have smaller button.
      Thanks for using the plugin

  • http://www.littleoslo.com littleoslo

    this is wonderful and is it allowed to modify all the buttons into the same size? same width n height? 

  • http://www.endeerdesign.com Charmedlisa

    Hi there,

    Amazing plugin.

    Although I have 2 issues:

    1) My FB ‘like box’ does not seem to appear at all. My Twitter and FB share are though. I’ve tried reinstalling the plugin but the problem still exists :(

    2) Is there a way to make the social share icons appear on my featured posts in the content slider?

    My site is http://www.endeerdesign.com if you wanna check it out :)

    Help with either would be so appreciated as I am a bit of a n00b.

  • http://www.endeerdesign.com Charmedlisa

    Hi there,

    Amazing plugin.

    Although I have 2 issues:

    1) My FB ‘like box’ does not seem to appear at all. My Twitter and FB share are though. I’ve tried reinstalling the plugin but the problem still exists :(

    2) Is there a way to make the social share icons appear on my featured posts in the content slider?

    My site is http://www.endeerdesign.com if you wanna check it out :)

    Help with either would be so appreciated as I am a bit of a n00b.

    • http://letusbuzz.com sudipto

      Hi,
      For facebook like not getting displayed—
      First clear your cache if you are using a cache plugin.
      second use un check the option optimize.

      For featured posts.
      There is no option to make the plugin directly get displayed in the featured post plugin. Yes it can be done but for that you need to edit the featured post plugin code. And I don’t suggest to do that if you do not know PHP

    • http://letusbuzz.com sudipto

      Hi,
      For facebook like not getting displayed—
      First clear your cache if you are using a cache plugin.
      second use un check the option optimize.

      For featured posts.
      There is no option to make the plugin directly get displayed in the featured post plugin. Yes it can be done but for that you need to edit the featured post plugin code. And I don’t suggest to do that if you do not know PHP

  • Jason

    The plugin looks great.  it’s not working on my home page – was wondering if it has something to do with excerpts?  My front page is a blog of posts and only the excerpts show.  Woothemes. http://democraticfuture.org/

    Thank you!

    • http://letusbuzz.com sudipto

      By default display on home page is disabled( I know you have turned that on). But the plugin does not play well with excerpts. WordPress strips HTML tags when it shows excerpts. So important parts of the code to display the buttons are stripped.

    • http://letusbuzz.com sudipto

      wait for the next update I am working to get it working with excerpts

  • http://letusbuzz.com sudipto

    Every single feature added to this plugin is added upon user suggestion. If you want some feature then suggest and I will add that.
    And thanks for using this plugin

    • Todd

      I just started using your wonderful plugin two days ago.   Then I noticed I couldn’t get it to work on excerpts. Came here and see you’ve already started work on getting it to work with excerpts. Fantastic!  I’m using Elegant Themes. Looking forward to the update.

      • http://letusbuzz.com sudipto

        The plugin has been already update and should display on excerpts too..

  • http://letusbuzz.com sudipto

    The shortcode only works if you include that in the content. If you want to display the buttons above the H1 tag ( I think you mean the page title), you will have to use the php code to display the button. For the you will have to edit your theme file. I only suggest you to do that if you know about php and wordpess theme file.

  • cong

    Hi, I have a problem with the facebook like button. Everytime i clicked on the button, it doesn’t count at all. even when I desactivate Hypercache, the problem is still there. Any Idea? 
    thanks

    • http://letusbuzz.com sudipto

      Its definitely a cache problem. When you deactivate the plugin still the after after effect remains on the browser cache. But you don’t have to worry about that once the cache expires it will show up the count properly

  • http://letusbuzz.com sudipto

    Un-check optimize option. And if you are using cache plugin then clear it. The plugin should show up

    • http://twitter.com/HempProtein101 HempProtein101

      I do not use any cache plugins and I have tried unchecking optimize option :/

      • http://letusbuzz.com sudipto

        can you post your site URL. I want to have a look

  • http://letusbuzz.com sudipto

    thank you so much I will add the language support to the plugin and then add the translated text.

  • Kelly Hedgespeth

    Love your plugin! It would be great if we could add “via @twitterhandle” to the tweets and have twitterhandle be configurable. Thanks!

    • http://letusbuzz.com sudipto

      Suggestion taken into consideration and will be available in the next update

      • Kelly Hedgespeth

        Thank you! That was quick! :)

        • http://letusbuzz.com sudipto

          Update to version 1.1.2. I have added the via for twitter.

  • http://www.orlandoinformer.com OrlandoInformer

    I LOVE IT!! The conflict between embedded Google Maps and the plugin has been fixed. THANK YOU!!

    Thanks for adding the via twitterhandle too!

    • http://letusbuzz.com sudipto

      Don’t thank me for solving the google maps conflict. I did not do anything to rectify the conflict. :)

  • http://kercommunications.com Nick

    Thanks for making this plugin.
    Is there a way to get it to use my own bit.ly API for tweets?

    • http://letusbuzz.com sudipto

      but why do you want to use a 3rd party URL shortening service? Using a 3rd party shortening service will atleast make your site slower by 50%. Thats why I purposely did not include any URL shortening service because Twitter will anyways use t.co to shorten the URL

  • http://www.facebook.com/elle.billias Elle Billias

    Excellent! Is there a way to customise how to buttons display ie use my own custom icons/images?

    • http://letusbuzz.com sudipto

      the buttons are generated using javascript. So tere is no way that you can change the image of the buttons

  • http://letusbuzz.com sudipto

    I am aware of the thumbnail issue and earlier I did add the support once but many theme were giving errors so had to remove that. I am again coding it differently and will soon add the support to get the post thumbnail to share.

    The # box not getting displayed is facebook share API issue. Can not do anything about that. It gets displayed only if there is substantial # to display or when clicked

  • http://letusbuzz.com sudipto

    Thanks for the suggestion but the retweet panel will take sometime to get added.

  • http://letusbuzz.com sudipto

    Thanks for the suggestion but the retweet panel will take sometime to get added.

  • http://letusbuzz.com sudipto

    I am already working on the Image thumbnail for facebook share and will be added soon

    • Kahil

      I got it working, but I had to use yet another plugin to get it done…  I used the following plugin: http://www.priteshgupta.com/plugins/fix-fblike/

      Would be great if you can integrate something like it into your plugin….using the featured image or if one isn’t set use a default image set in the settings.

      • http://letusbuzz.com sudipto

        Kahil,
        Earlier I had this option then some options of the plugin were clashing with each other so I had to remove it. I will again add the option and thanks for sharing the other plugin link

  • http://letusbuzz.com sudipto

    I did not totally understand the problem. But one thing you should understand that I did not design the plugin to work in a sidebar. So there should be errors in displaying it properly in a sidebar.

  • http://letusbuzz.com sudipto

    I did not totally understand the problem. But one thing you should understand that I did not design the plugin to work in a sidebar. So there should be errors in displaying it properly in a sidebar.

  • http://letusbuzz.com sudipto

    Look sidebars are outside the loop. The plugin has been made only to work only within loop. But if you use it outside loop like in sidebars, Facebook api automatically takes values for the link. That might be the problem. I haven’t tested the plugin yet on sidebar

    • Kahil

      well…  if it is only made to work within the loop, then why do you state that we can use that lil php code snippet to use it anywhere in our theme files?  That code snippet doesn’t work.  If you want and intend the plugin to only work inside the loop and nowhere else, then remove the code snippet and instructions for using it from your description and site.  By giving us the code snippet and telling us we can use it in our themes, you are in turn implying that we can use it anywhere.  Gotta choose one or another bud.

      • http://letusbuzz.com sudipto

        Its not that, for any social plugin to work properly you need to use it inside the loop or else where will it get the URL and Title of the post. if you place it on sidebar then of course the page url can be used but think of Multi post pages like home page or category page where there are many posts you will have to use it in the loop. The php code is there if come one embed the code in his theme itself or use it in those themes which allows hooks (like thesis, genesis, hybrid.. to name a few)

        • Kahil

          then please be more specific in the description regarding the php code snippet.  to most users/devs when we see a piece of code like that to display something, then it implies that we can use it anywhere.  

          as for the sidebar and loop.  if you place the shortcode in a text widget, then it works.

          • http://letusbuzz.com sudipto

            I will be more specific.
            And thank you for correcting me.

  • http://letusbuzz.com sudipto

    I checked both the pages,
    well the plugin has been change by you I guess. (if yes then you are changing the code in the plugin itself. Don’ t do that instead you include the css in your style.css file of your theme. In that ways even if the plugin is updated your css won’t change)

    • papa_mak

      yes, i change the 250 line (file: tweet-like-plusone.php)

      from
      else $css1=”height:29px; “;

      to
      else $css1=”height:29px; padding-top:70px; “;

      but i found the problem before and my changes.

      the only solution (if you can’t suggest something) is the option to exclude a category from the plugin options or the php code. Can you help me about this?

      • http://letusbuzz.com sudipto

        Ok I will add the option to exclude a category. But it will take a day or two to do that

        • papa_mak

          thanks for the support

  • http://earnic.com EARNIC

    hey, it is cool. i am actually looking for a sharing plugin for my new blog. surely will choose this one. thanks for sharing !

  • Anonymous

    i like this, install to http://www.kosovabyte.net, tech and science blog 

  • http://www.facebook.com/profile.php?id=1145301613 Ralph Thornton

    we have just finished putting this on http://www.theweekendhaslanded.co.uk – works a treat, thank you!

  • http://letusbuzz.com sudipto

    The comment box is not getting displayed because the sidebar’s css has been set to overflow:hidden.

    include this line in the end of your style.css file of your theme
    #sidebar {
    overflow: visible !important;
    }

  • http://letusbuzz.com sudipto

    Did you clear your cache after activating the plugin??

    • Anonymous

      yes i cleared it, I even turned-off the hyper-cache plugin
      still the bug occurs, sometimes not..
      I also tried to uncheck the Optimize…

      • http://letusbuzz.com sudipto

        Well I checked many of your pages and everywhere the plugin is working properly.
        Try to use it for 1-2 days and see if the problem continues. Its definitely a cache problem

  • http://www.seoinphiladelphia.com Bill Rowland

    We love the plugin – Thanks.

    However, I have a slight problem. Everything was working perfectly and looked great until the most recent update. Once I upgraded, I now see that the buttons appear in the teasers for our older posts on the homepage. Our site is here: http://www.seoinphiladelphia.com/

    Is there any way to either: 1) Disable the display for the teaser, or 2) Reduce the size of the buttons only for the teaser?

    Sorry if I’m being picky, but I thought I’d ask.

    Thanks again.

    • http://letusbuzz.com sudipto

      I will add the option to remove it from teasers (excerpts) today….
      Hope you don’t mind the buttons in your teasers for a day

      • http://www.seoinphiladelphia.com Bill Rowland

        Thanks a lot & no worries. This is a good plug-in and we totally appreciate the work you’re putting into it.

        I’ll definitely promote it to the members of our SEO Meetup.

        • http://www.seoinphiladelphia.com Bill Rowland

          Thanks for the change!

          I want to shoot you some $ but Paypal is experiencing problems. I’ll keep an eye on it to see when the issue resolves itself and may sure you get our donation.

          Thanks again.

          • http://letusbuzz.com sudipto

            Thanks Bill,
            Your appreciation mattered to me more than your donation. I got your appreciation, I am happy with it. If you find any bug the do report

        • http://www.seoinphiladelphia.com Bill Rowland

          Thanks for the change!

          I want to shoot you some $ but Paypal is experiencing problems. I’ll keep an eye on it to see when the issue resolves itself and may sure you get our donation.

          Thanks again.

  • Guest

    For some reason the number of “likes” does not show up next to the Facebook button when I use small icons. It works as expected with large icons.

    http://crusadefilms.com/2011/06/22/crusade-films-demo-reel/

    • http://letusbuzz.com sudipto

      The count does not show up if the count is zero for small buttons (Facebook has made it that ways)

      • Guest

        OK, that makes sense. Thanks for the quick reply!

  • http://www.geilt.com Geilt

    I just improved your plugin so that it will allow you to override DB Settings in shortcode and plugin to pull 1 at a time to place in template. Can I submit it for review? 

    • http://letusbuzz.com sudipto

      Yes you can post a review. Actually that will be an honour

      • http://www.geilt.com Geilt

        Where should I post? Here is a review of the plugin improvement. http://gei.lt/iObmnU I have included the file for download in the blog. Inside code has comments on what was added. Blog explains how to use. Let me know if you incorporate into a new version so I can update and use yours instead of my modified one. Then I can change link. Sorry did not see this reply earlier as it was hidden under “more comments”.

        • http://letusbuzz.com sudipto

          I will update the code soon then I will let you know.

    • http://www.geilt.com Geilt

      No reply? I Would love to share the code. I have msgd on twitter, etc. 

      • http://letusbuzz.com sudipto

        I did reply back… You are free to share to code / or write a review. See the code is under GNU (do what ever license). Please share a link back to the plugin home page.

        Thanks for appreciating the plugin

  • http://letusbuzz.com sudipto

    I cannot do that. Google automatically generates those links.

    • http://holiday.molwebs.nl M. Olislaegers

      Just a stupid suggestion from Google.. Tnx for looking in to this and your active work to the plugin!

  • http://letusbuzz.com sudipto

    Its a cache plugin problem. Clear the cache then try the like button

  • http://letusbuzz.com sudipto

    The like button on your site works perfectly fine for me…

    • Elena

      I’m afraid it still isn’t working, neither for me nor my friend (that lives in another country and has of course another computer). Any ideas? Nothing gets posted to the FB wall :(

  • http://letusbuzz.com sudipto

    You should upgrade to version 1.1.3 and for ever post and page you should specify a featured image. The featured image will automatically show up when someone shares the post/page

  • http://twitter.com/GundarsTD Gundars The Designer

    I have never had any cache plugins installed on that site, but is still not working.
    Check out http://www.converse.lv/one/brand-popular-shoes/
    Try to press FB like button => it shows 1 and then 0, no info goes to my facebook page.
    Twitter might add the number later, google +1 works perfectly fast(as they all 3 should).
    Any solutions?

    • http://letusbuzz.com sudipto

      The like button is working fine on your website for me

      • http://twitter.com/Gundars_ Gundars

        My apologies, it seems to be part-time working :)
        Nice code, by the way.

  • http://letusbuzz.com sudipto

    I have located the error and will be rectified today. Thanks for reporting

    • jackennils

      Thanks for the fast reply and fixing the error.

      I found out that it’s not only the +1 button, it’s all of them.

  • Jen

    Hey there,

    Can’t seem to get the Like/Send and +1 buttons to show up on my page. Here’s the URL: http://bit.ly/j9USdA

    Also, any chance you could add the option of hiding the counter and showing just the buttons? Might be more effective on new/less popular sites.

    Thanks!

    • http://letusbuzz.com sudipto

      The plugin code is getting generated fine on your pages. Are you using any cache plugin? Then clear the cache.
      Not all buttons give the option to hide the count. So it will no be possible to hide the count in this plugin

      • Jen

        Thanks for the prompt reply. No, no cache plugin currently installed on this site. Any other ideas?

        • http://letusbuzz.com sudipto

          well right now just one just upgrade the plugin. I am try to find the problem and the possible solution.

  • http://letusbuzz.com sudipto

    The code works perfectly fine. You may be having problem with the copied code. The [ " ] and [ ' ] marks get wrongly copied sometimes

  • http://letusbuzz.com sudipto

    The code works perfectly fine. You may be having problem with the copied code. The [ " ] and [ ' ] marks get wrongly copied sometimes.

    Since you want to use it in the header area, you should take care not to use the code on home page and other multi post pages.

  • jackennils

    Thanks again for fixing the home page bug. Installed the new version a couple of minutes ago. Works like a charme! That’s support the way it should always be. Will donate a few bucks right away!

    Cheers!

    • http://letusbuzz.com sudipto

      Thank you so much

  • http://mostlyjunkfood.com marc (mostlyjunkfood.com)

    dig this plugin.  a few things – the +1 has a different count on the home page than on the individual post and the facebook like resets on certain posts.  i can’t be sure if it’s the plugin or google/facebook responsible for the inconsistencies

    • http://letusbuzz.com sudipto

      It also might be the case that you are using a cache plugin. Well try the plugin for few days and see if the count matches

  • http://letusbuzz.com sudipto

    can you post the error?

  • http://www.facebook.com/recasper Cas Per

    I’ve been noticing that when I try to use this, its not showing any amount of facebook shares beside the icon. Shows the amount of twitter shares fine though. Is there a hide option or something for the Facebook share button that I am not seeing? Thanks a million.

  • http://www.facebook.com/recasper Cas Per

    Welp, please ignore that previous comment. I got it to work. Sorry to be a bother. Love this plugin. Keep up the great work.

  • http://www.facebook.com/jayme.haitsuka Jayme Haitsuka

    I am new to word press and (at the risk of sounding like a complete moron) don’t understand how to install this…I’ve read your installation directions and clicked the “download” button…but it’s just a readme file.  what am i doing wrong?

    thank you in advance!

    • http://letusbuzz.com sudipto

      Best way is to Install is Login to your site dashboard.
      Goto Plugins>Add new
      Search the name Tweet like plusone share
      Then click install. After installing do not forget to activate the plugin

  • http://www.facebook.com/jayme.haitsuka Jayme Haitsuka

    Hi there,

    I am new to word press/blogging and would love to use your plug in on my page, unfortunately I don’t understand your installation instructions.  I’ve downloaded the file, but it’s just a readme txt file and I don’t know what do to with it.

    Thank you in advance for answering such a basic question!

  • http://letusbuzz.com sudipto

    the link does not open up. You can just paste the error that is getting displayed

  • Grégoire BLIN

    Since last version, it doesn’t show Facebook like button anymore :(
    Help please…

  • http://letusbuzz.com sudipto

    can you post your site url

  • Grégoire BLIN

    When I’m in settings, Facebook like is activated but test button doesn’t show either…

  • http://letusbuzz.com sudipto

    The like button is getting displayed on your site on my browser. You are just required to clear the cache of your browser or if you are using a cache plugin on your site then please clear that too.

  • Grégoire BLIN

    Ok, it works like a charm, sorry for disturbing… ;)

    • http://letusbuzz.com sudipto

      I am always there for help…..
      And thanks for using the plugin

  • Whatexitru

    I just installed your plugin, and works great except for the facebook like button. For some reason, the like button has stopped working on my site, all the others work fine. Do you have any clue as to why that would be??

    • http://letusbuzz.com sudipto

      clear your cache of your browser as well as your site if you are using any cache plugin

      • Whatexitru

        NO, not using cache plugins….and it doesnt matter whose “like” plugin I use, they all stopped working a bout a month ago…

        • http://letusbuzz.com sudipto

          can you post your site link

  • http://letusbuzz.com sudipto

    First thing the like button is working perfectly fine for me (getting displayed properly). About the count, I think you should change the permalink structure from the default wordpress structure that you are using. (please note doing so, you will loose all button counts and they will all become zero)

    • Whatexitru

      Well, the button displays properly but it does not maintain a running count of likes…and no, cannot change permalinks, I have some pages with 20,000 likes…it all just stopped working about 4 weeks ago. So you have no idea why then? I Googled it and lots of people have same issue…

      • http://letusbuzz.com sudipto

        Look facebook has its own way to keep a count so if if not getting displayed means that its unable to count. We cannot change the button itself because its not in our hands. All we can do is change the site. Well I may not be right that the count problem is because of the permalink structure. But thats my best guess

        • Whatexitru

          You are very helpful and I appreciate your prompt replies! I know its out of your hands, and that the error is probably with FB, is just very frustrating…but I will continue to use your plug in as it is the BEST I have seen. Thank you.

          • http://letusbuzz.com sudipto

            Thankyou so much for using the plugin

  • http://www.geilt.com Geilt

    Sudipto please make sure to specify in description above that when using $type it circumvents the Database settings. Meaning, you do not have to have Facebook Share Enabled in the standard automatic implementation to get it to show up. This way you can use the Database implementation AND the individual type showing a different network without confusing the two. 

    Example: Show Facebook Like, Google +1 and Twitter, then somewhere else show Facebook Share in template shortcode. In the Database you would have to have Like, +1 and Twitter enabled but you would not have to enable Facebook Share. This is nice so the two functions shortcode and standard function don’t interfere with each other when using $type. 

    Main reason for doing this is the Facebook limitation you mentioned. They do not automatically show the # count when using large icons for Facebook Share. This disrupts the flow of the  buttons when put together.

    • http://letusbuzz.com sudipto

      Ok I will add this comment of yours in the description

  • http://www.juststopscreaming.com ToniPatton

    I am having the same problem as whatexitru, after i updated this morning the facebook like button quit working, it will say 1 right when you click it but reverts back to zero.  My readers pointed it out and I tried and it is doing the same thing to me even after clearing everything out.  Not completely sure what to do??

    • http://letusbuzz.com sudipto

      Its a cache problem. If you are using a cache plugin then please clear your cache.
      I appreciate if you use the support forum and create a new topic there. The support forum link is http://techxt.com/plugin-support-forum/tweet-like-plusone-and-share-plugin/. I want all users having same problem can easily refer to the solutions.

      Thank you so much for using this plugin

  • http://letusbuzz.com sudipto

    Please post help request in the plugin forum. Click Link below
    http://techxt.com/plugin-support-forum/tweet-like-plusone-and-share-plugin/

    Thank you for using the plugin

  • Guest Gust

    Please make a Border around the boxes, because they are on the text!
    Please fix that, Thanks!

    • http://letusbuzz.com sudipto

      Thanks for the suggestion I will soon incorporate the feature….

  • http://letusbuzz.com sudipto

    I didnot find the plugin activated on your website. You might have removed that. I would like to have a look at whats happening. I have setup a forum for plugin support please post the issues there. I am unable to track all problems from here. http://techxt.com/plugin-support-forum/tweet-like-plusone-and-share-plugin/

  • http://letusbuzz.com sudipto

    The plugin works perfectly fine on your site.
    Its google +1 and its getting loaded fine
    Just clear your browser cache

  • Anonymous

    Hello bro, its me again.. ;)
    I have a problem on your plugin,
    when I try to click the Like Button or Share button, the description from the posts are automatically added by a text Tweet Share,
    See this screenshot when published on Facebook after i click the Like or Share button.
    http://i.imgur.com/lC1tf.png
    Hope can help about issues. Thanks  a lot.

  • Darren

    Hi, this plug-in is great thank you. But with the Small Buttons why is the spacing so off. The gaps between the icons is huge and is not consistent. Is there any way to fix this, so there is say 5px space between them?

    • http://letusbuzz.com sudipto

      If you reduce the space between the buttons then if there is too much likes (if the count is too high) the buttons will overlap each other

  • http://letusbuzz.com sudipto

    Can you post your site URL. (Please open a new topic in the plugin support forum http://techxt.com/plugin-support-forum/tweet-like-plusone-and-share-plugin)

  • http://giainelsecrets.com/ Giainel

    Hi! I like your plugin, but I have a problem. In my Blog (http://giainelsecrets.com/) the social bottons appear in english, but I would they were in italian language.
    For example, “Like” should be “Mi piace” and Google +1 should redirect to italian Google +1 page. How can I do this?

    Thanks for the attention and sorry for my bad english.

    • http://letusbuzz.com sudipto

      I am working on the language option for the plugin. I will add this feature in 2-3 days

    • http://letusbuzz.com sudipto

      I am working on the language option for the plugin. I will add this feature in 2-3 days

      • http://giainelsecrets.com/ Giainel

        Thank You very much! :)

  • http://giainelsecrets.com/ Giainel

    Hi! I like your plugin, but I have a problem. In my Blog (http://giainelsecrets.com/) the social bottons appear in english, but I would they were in italian language.
    For example, “Like” should be “Mi piace” and Google +1 should redirect to italian Google +1 page. How can I do this?

    Thanks for the attention and sorry for my bad english.

  • Mike

    thank the plugin is very good, but every time I post the word “tweet” stand at the beginning. Please fix the bug. http://www.namibia-hunter.at/woldpress

    • http://letusbuzz.com sudipto

      This bug is already in my TODO list and will be rectified soon

      • Mike

        thank you

  • Lutz Schneider

    Hi! I like your plugin, but I have a problem. In my Blog (http://www.ausgleichsbeträge.de/) the google +1 button not visible?  He is activatet. How can I do?

    Thanks for the attention and sorry for my bad english.

    • http://letusbuzz.com sudipto

      http://www.ausgleichsbeträge.de in your domain name there is a non English character http://www.ausgleichsbetr [ä] ge.de… This can be the reason for the google +1 not getting displayed. But I am not sure that this is the reason for that or not. I checked your site using google chrome which converts your URL to an English alternative.

      • Lutz Schneider

        Thank You very much! I am search an alternative URL.

  • http://www.facebook.com/people/Ochir-Sanjaadorj/605272431 Ochir Sanjaadorj

    how to use thumbnail function? if this works like techcrunch’s that will be cool

    • http://letusbuzz.com sudipto

      I didnot understand what you are referring to.. Social sharing buttons with Icons??

  • papa_mak

    hi,

    there is a problem with google+1 button.

    suddenly it was disappearred!!!!

    • http://letusbuzz.com sudipto

      Can you post your site URL

      • papa_mak

        i use yours plugin on http://www.ipedia.gr and http://www.24net.gr

        everything is ok now!!!

        after the las update of the plugin i saw that there is an option about facebook like language text. I change it to Greek but the text remain at English.

        please check it….

        thanks

        • http://letusbuzz.com sudipto

          ever time you change any options… Please clear your cache. Its just a cache problem

  • http://www.facebook.com/gszczepanik Grzegorz Szczepanik

    hi
    i have little problemo
    if I paste a youtube link on my blog when this plugin is on, video is not displayed, only the address appears. when plugin is off everything is ok

    • http://letusbuzz.com sudipto

      Look if always better to use a plugin to display a youtube or any other video. Use this plugin
      http://wordpress.org/extend/plugins/smart-youtube/ for youtube videos

      • http://www.facebook.com/gszczepanik Grzegorz Szczepanik

        what would be better if I use another plugin, the video displays fine, playlists, hd, everything is ok, an additional plugin is not a solution

        • http://letusbuzz.com sudipto

          look thing is not that if the video is conflicting with the buttons API then it will conflict with any plugin that you will use that uses the default API to display the buttons..
          This plugin only places the display button code on your page which is given by respective button owners (ie Facebook, Twitter and Google).

    • http://letusbuzz.com sudipto

      Look if always better to use a plugin to display a youtube or any other video. Use this plugin
      http://wordpress.org/extend/plugins/smart-youtube/ for youtube videos

  • Aaron

    When you have the “tweet” feature enabled, and then you go to the “monthly post review” on WordPress, the word “tweet” is displayed as a word on the post summary…do you know how to resolve this, as I’ve currently disabled the tweet function which resolves this temporarily.

  • Valdir

    Sudipto Hello! I’m having alignment problems with the button like facebook, is far from the button twitter, I’m not getting a position fix Across the CSS. Help me position it correctly in the nest site, please! Thanks for your help! And succeed with your work! My blog is – http://blog.inspiraalma.com.br Valdir

    • http://letusbuzz.com sudipto

      Valdir,
      I think the plugin is getting a conflict with another plugin. I can arrange the like properly but will have to edit the plugin code a bit. I will not prefer you do that. So rather wait for the next update. I am adding options to add custom CSS.

      • Valdir

        Sudipto Ok! Really thought it was a conflict with another plugin, but I chose to certify with you, because I can not fix, my CSS. I’ll wait for the new upgrade of your plugin and make the changes necessary to adapt the CSS to Inspire the Soul, my blog! Sodipto Thank you! Success for you and for your work too! Valdir

  • Cristi

    I love this plugin, thanks!

  • Peter

    Hello, 

    thanks for plugin. I have a problem with picture shown in FC. Link does not show the picture in post, but shows the picture from main page. Any suggestions?

    Thank you.

    Peter

    • http://letusbuzz.com sudipto

      please set a featured image for ever post… the featured image will show up when you will share on facebook

      • Peter

        Thank you … But, where can I find this set up?

        • http://letusbuzz.com sudipto

          when you edit post or create a new post you will find the option to set featured image (usually at the right hand bottom of the edit page)

  • Honey Burney

    how to use it? please teach me :)

    • http://letusbuzz.com sudipto

      you need to install the plugin first to your website.
      Plugins > Add new (search the name of the plugin and then click install)

      Activate the plugin
      To change setting of the plugin goto
      Steeings > Tweet Like Plusone

  • http://www.lumpenjunge.de Lumpenjunge.de

    Hi, 

    can you add the alignment: center in the next version? Thank you…

    • http://letusbuzz.com sudipto

      thanks for the recommendation.
      But center aligning is very difficult to do….
      I will try my best

  • http://www.lumpenjunge.de Lumpenjunge.de

    Thanks for trying to add center alignment, but i found the next thing I am missing. Can you add a Flattr-Button?

    • http://letusbuzz.com sudipto

      Currently I am not adding any more buttons… (I already have a request for Linkedin and Stumble).. I am sorry about that..

  • Marketing

    Feature Request: Rearrange Icons

    I’ve been having to manually edit the PHP file to rearrange the icons in the order I prefer. In a future release, could you please include the ability to reorder the icons as desired?

    Thanks in advance.

    • http://letusbuzz.com sudipto

      Thanks for the suggestion and I will add the option to rearrange

  • http://letusbuzz.com sudipto

    clear your cache both browser cache and also your website cache if you are using a cache plugin

    • Anonymous

      in the admin panel, the preview of google plus 1 isn’t showing too.. i think there’s an error with plugin?

      • http://letusbuzz.com sudipto

        the google +1 works fine on my browser. It may be just a cache issue on your site

        • Anonymous

          it is possible to change the like button to an iframe code? thanks

          • http://letusbuzz.com sudipto

            I cannot do it on the plugin it self because if I use the iframe code then we wont be able to use the send button..

  • http://letusbuzz.com sudipto

    This plugin is basically for the post/pages. It is always better to use static code for static links(like homepage etc.) from facebook and twitter

  • http://letusbuzz.com sudipto

    Clear your cache. it should work. if not then please create a topic at the support forum along with your website URL
    http://techxt.com/plugin-support-forum/tweet-like-plusone-and-share-plugin/

  • Dragan Stikovac

    It doesnt

  • Dragan Stikovac

    It doesnt work when SFC – Simple Facebook Connect plugin is activated (i have only base plugin activated + sfc for comments). Only Twitter and FB Share buttons appear on the pages, others do not.

    • http://letusbuzz.com sudipto

      I have not tested the plugin for any conflicts with SFC yet

  • http://letusbuzz.com sudipto

    Look if you share with facebook then there will be some picture. For the posts that have videos you can set featured image like this
    http://blog.mailprint.com/wp-content/uploads/2011/04/print-automation-video-thumbnail.bmp

  • http://letusbuzz.com sudipto

    The picture should not be added in the post…. It will be added only on your home page if your theme has featured image display supported on home page

  • Tim K

    Notice: Undefined variable: sharelinks in /[[blognameremoved]]/wp-content/plugins/only-tweet-like-share-and-google-1/tweet-like-plusone.php on line 300

    • http://letusbuzz.com sudipto

      what version of the plugin are you using?

  • http://letusbuzz.com sudipto

    Look if always better to use a plugin to display a youtube or any other video. Use this plugin
    http://wordpress.org/extend/plugins/smart-youtube/ for youtube videos

  • http://pulse.yahoo.com/_HE5PR6D4ITPOKO2HCQW3QKCGXM SolarEnergyAdvantagesFacts.com

    The FB send button does not show up even though it is checked

  • http://letusbuzz.com sudipto

    This issue has been reported by few others… Only few blogs have this issue and I think its conflicting with some CSS of your theme. I will be releasing the next update in a day or two which supports custom CSS. You will be able to use CSS for individual buttons and will be able to align the buttons correctly.

  • http://twitter.com/akosipax Margret Pacana

    Hi! I have the same case: see http://immigrationtocanada.org/category/blog

    • http://letusbuzz.com sudipto

      I dont see any issue….
      What is the problem that you are facing

  • Matteo Stefani

    How i change lang of “Share” to italian lang??

    Only like has changed..

    • http://letusbuzz.com sudipto

      The language of the share button cannot be change…

  • http://www.marawork.com Mara

    I don’t know why your plugin doesn’t work correctly on my site http://www.marawork.com?
    Precisely, ONLY on some posts (not all) I can’t LIKE and TWIT?? (you can see those that have 0 twitts and likes).

    • http://letusbuzz.com sudipto

      There is not a single post with 0 tweets. yes there are few 0 likes but the like button but the button is working fine. I checked it on your site

  • DanielPhillips

    Hey guys, I love the plugin thanks so much, I’ve been using it for about a year now. I have just ran into a problem however, everything is working but the “Like” button. WADUP?

    Thanks dudes!

  • Admin

    Your screenshot implies a gui exists to customize the plugin features.  Does it?  If so, how do I access it?  I have it installed on my blog, http://www.dogstarmist.com but want small buttons at the bottom of the post instead of the default.  Is there any way to change that other than by hand editing your code?

    • http://letusbuzz.com sudipto

      After logging into your dashboard, goto
      Settings > Tweet Like Plusone

  • http://letusbuzz.com sudipto

    The like button is working absolutely fine for me on your site…..

  • http://letusbuzz.com sudipto

    The like button is working perfectly fine.. And for the linkedin button, I am sorry to say will take a little time to get added :(

  • http://letusbuzz.com sudipto

    I didnot get you share it with plusone? May be you are talking about Google plus. If so then it is just in its initial test phase and has no documentation as to how to select a image of our choice while sharing

  • Javier Gómez

    I like your plugin. It should have localization

  • apo

    found a bug:
    when changing the fb-language to german AND enable the send button, there is some overflow because the text is longer.

    • http://letusbuzz.com sudipto

      I am already familiar with this bug. But I cannot include different width parameters for all languages. For this reason only I have included the Custom CSS option. You can change the width of the Like button using custom css

      Thanks for reporting and using the plugin

  • JasonB

    I just want to thank you for your hard work on this plugin. I think a lot of people complain and harass and don’t proactively troubleshoot, so I am sure you could use just a note of thanks.  So thank you for your hard work. 

    • http://letusbuzz.com sudipto

      Thank you so much for your appreciation.

  • http://www.facebook.com/rossen.kovachev Rossen Kovachev

    Please add an option to rearrange the buttons.

    • http://letusbuzz.com sudipto

      Option to arrange the buttons will be added soon

  • http://www.facebook.com/rossen.kovachev Rossen Kovachev

    Please add an option to rearrange the buttons.

  • http://www.facebook.com/rossen.kovachev Rossen Kovachev

    FB like button did not work after update on my blog http://bike-bg.com/

    • http://letusbuzz.com sudipto

      clear your site cache if you are using a cache plugin on your site and also clear your browser cache.

      • http://www.facebook.com/rossen.kovachev Rossen Kovachev

        still not working

        • http://letusbuzz.com sudipto

          Well this a facebook problem
          you need to lint all post URL using this page.
          http://developers.facebook.com/tools/lint/
          All post that has been linted, the like button will work on that

          • http://www.facebook.com/rossen.kovachev Rossen Kovachev

            still not working, maybe the problem is form facebook

  • tomy

    This plugin great works for post and page. love it :) . but i’ve try to adding in homepage, seem no show. maybe because my theme. 

    • http://letusbuzz.com sudipto

      what is your site URL

  • Dennis

    Hi,
    first thanks for providing such a great plugin for free. But there is one little feature I am missing:
    in germany it may be a problem using your plugin because it transmits the ip address of the website users to facebook etc. without their approval (some data privacy stuff…).

    It would be great if you could implement a feature that behaves like this:
    If someone visits the site the buttons appear greyed out (i.e. just images). The User has to click an users defined text next to them to activate them (replacing the images with the iframe).

    I hope this wasn’t suggested before (didn’t read all comments) and that you could implement this as an option in one of you (near) future versions. Thanks…
    – Dennis

    • http://letusbuzz.com sudipto

      Thanks for the suggestion.. I will try my best to implement this feature

  • http://www.facebook.com/people/Andri-Jóns/100002580107821 Andri Jóns

    Is it possible to activate the “show faces” option on the like button? 

    Awesome plugin!

    • http://letusbuzz.com sudipto

      Right now i didnot test whether adding face options will hamper the alignment of the buttons or not. But thanks for the suggestion and i will soon add the options if it does not affect the plugin button display

  • http://letusbuzz.com sudipto

    I will make the changes soon.
    Thankyou for the suggestion

  • http://letusbuzz.com sudipto

    Hi Dinglydel,
    Please be a little clear about what has hurt you… The language or the Plugin..

    And thanks for visiting this page

  • John P.

    Great plugin.  Working on http://onemansblog.com.  Two small requests:
    1) How about adding StumbleUpon? They drive a lot of traffic.
    2) How about adding an “align center” option to the layout?

    Cheers!

    John P.

    • http://letusbuzz.com sudipto

      Thanks for using this plugin. And about your requests
      1. I have already a lot of requests for Linkedin and you are the first to suggest stumble. I want to keep less buttons and will soon add one or 2 more buttons in the near future
      2. Center align is a big problem when it comes to css and cross browser compatibility. So I am not considering this request as of now but will surely be in my lists

  • http://letusbuzz.com sudipto

    I did not understand what you mean by localisation support for plusone because Plusone doesnot have any text on the button. Its just the symbol +1

  • http://www.facebook.com/taratip.ampalop Taratip Ampalop

    Thanks a thousand time !! for good plugin.

  • http://www.facebook.com/taratip.ampalop Taratip Ampalop

    Thanks a thousand time !!
    For a great plugin.

    Now working on http://www.uworkouts.com

    • http://letusbuzz.com sudipto

      The plugin is working fine for me on your website

  • Romance Classic

    it is not support language thai on wordpress 3.2

    this
    http://i1117.photobucket.com/albums/k585/Romance_Classic/2.jpg

  • http://letusbuzz.com sudipto

    Even I am thinking to add the google+ option as soon as google releases the API to add that

  • http://www.facebook.com/carnimeo.andrea Andrea Carnimeo

    There is a way to add the buttons also on the Homepage? i mean, not only on the first article of the homepage, but also on the homepage itself.

    Thank you, best plugin ever

    • http://letusbuzz.com sudipto

      This plugin is specifically for article and right now there is no option to add the buttons for static pages like homepage.

  • http://letusbuzz.com sudipto

    Hi CFA,
    The like button not working is a common facebook problem. Right now the only solution is to Lint every URL once using Facebook Lint http://developers.facebook.com/tools/lint/

    For solutions to more problems check out the plugin support forum.
    http://techxt.com/plugin-support-forum/tweet-like-plusone-and-share-plugin/

    After much persistent request of yours and some more of this plugin users, I have considered to add the Linkedin button. I will add it within 2-3 days

  • http://keypulp.com joeross

    I want to add my two cents and say this is a great plugin. Be wary of requests to add additional social sites. Your triumph is in the minimalism of this epic plugin.

    • http://letusbuzz.com sudipto

      Thanks for the suggestion Jeross. Even I believe that this plugins should have the minimal list. But many of the professional blogs are unable to use this plugin just for the lack of the Linkedin button. So I have just considered to add Linkedin and that will be the 1st and the last button that I will add. Of course to display the button or not will always be on the option page

  • http://blog.skg.com.np Sushil Gupta

    How do I disable the counts from displaying when calling them from functions? Is there any way to do so? By the way, thanks for the plugin, it is great.

    • http://letusbuzz.com sudipto

      No there is no way to disable the count in this plugin

  • http://twitter.com/esterbeatriz Ester Castro

    I have a problem with the Facebook share button. It doesn’t show thumbnails of the shared post. How can I solve this issue?

    • http://letusbuzz.com sudipto

      Thats a problem with Facebook itself. It does not show until and unless it is clicked or has substantial amount of count

  • Marian Murdoch

    Blah. I want it centered in the page! 

    • http://letusbuzz.com sudipto

      If you want to center the plugin then use the custom css option from the plugin option page and set a left margin

      • Chad Agrawal

        Hey, do you mind posting the right css code so I can center the buttons? I would really appreciate it! 

        P.S. Your plugin is awesome :-)

        • http://letusbuzz.com sudipto

          Currently the centering using CSS. Sorry for that :(

  • http://www.ripitgood.net Calophi

    My Google+ button is not showing up. It seems to be floating about offscreen somewhere.  My FB like is also not showing up but that seems to be because you are using the FB syntax to include it and not the iframe way.

    • Alejandro Pérez

      You should try unchecking “Optimize the script for faster loading” checkbox

      that worked for me!

      • http://letusbuzz.com sudipto

        The optimize options doesnot work properly on many sites. Thats why I have kept that as an option. If there is a problem then uncheck that option.

  • Erica Lampley

    I thought that when you clicked tweet, it would include a link to the post. It does not. Just the title shows up (along with my name), but it is not a link….

    • http://letusbuzz.com sudipto

      yes there should be link too. Please post your site URL

  • http://www.geekrevolt.com/ DeShaun Zollicoffer

    Great plugin, but on my site  the Facebook share count only displays when the button is clicked, after that it goes away once the page is reloaded. 

    • http://letusbuzz.com sudipto

      its a problem with the Facebook share API. I can’t do anything about it. It is displayed only if there are substantial count or when it is clicked

  • Scott Abraham

    Hi. This is a really great plug-in, one thing I wanted to know was if I could add a line-break above the plug-in so that it isn’t so close to my text. If so, how?

    Thanks,
    http://premeditatedmurmurs.com/

    • http://letusbuzz.com sudipto

      You can use custom css to do that use margin-top. Insert the following code to custom css in the plugin’s option page

      .social4i{
      margin-top:20px;
      }

  • Scott Abraham

    Hi, I love the plugin; I’m just wondering if it is possible to add a line-break above the plugin so there is a line between the text and the buttons. If so, how?
    Here’s a screenshot of what I mean: http://premeditatedmurmurs.com/tweetlikeplusone.jpg

    Thanks,
    Scott @ Premeditatedmurmurs.com/

    • http://letusbuzz.com sudipto

      use custom css to create gap between content a the buttons

  • http://letusbuzz.com sudipto

    The bar is still under trial and will soon be add to the wordpress repository :)

  • chris

    hey there,

    great plugin, checked out similar ones and thought you were the best and
    once you get the sidebar thing going, kick butt…and i now see that on
    your site. when will that be available..

    and, when i put to post above and below the content on a post, its
    actually showing in the middle and not the top.  anyway to correct that?

    • http://letusbuzz.com sudipto

      Can you please post you site URL, Its very hard to give a solution without looking at the problem.

      The sidebar share will be soon available for download.

  • Margje

    Is it possible to show the shortcode output in the sidebar? I’ve tried it and no buttons are shown. It works only in a post.

    Any options (widget or shortcode) to add the buttons to the sidebar ?

    • http://letusbuzz.com sudipto

      Shortcode output can be shown on sidebars but you need to edit your theme function.php and add this line
      add_filter(‘widget_text’, ‘do_shortcode’);

  • http://letusbuzz.com sudipto

    I dont see any reason why it should not get twitted. I hope that you didn’t tweet all three times in a very short period of time

  • http://letusbuzz.com sudipto

    I did not understand properly by “i want to include each social box for each post that shows listed on the homepage.” ?

    I am always there to help.

    Thanks for using the plugin

  • http://www.eclectic-randomness.com Winter

    I really like this plugin, and I use it to put the “tweet”, “like” and “+1″ small buttons along the bottom of my blog posts.

    I’d like to make a suggestion for a future improvement of the plugin.

    Even though I like using the small buttons at the end of my posts, I’d ALSO like to offer the LARGE version of one of those buttons, at the top of my posts. In my case, it would be “Tweet” button. I’d still like the small tweet button at the bottom of my posts, so it would be a bit redundant I suppose, but I think it would be good to be able to call attention to one of the buttons in this way.

    I can do it now by installing another plugin to make the big icon, but it seems silly to install a separate plugin, and risk more conflicts, just to add in the “Tweet” button at the top.

    Ideally what we’d get, is two groups of checkboxes. “show at top of post” and “show at bottom of post”, with options for “large” and “small” for each group. Here’s an example (assuming the spacing holds up once I post it, and assuming you can see unicode.)

    Top of post – ◉Large – ⚪Small
    - ☑ Twitter via @[_________]
    - ☐ Facebook Like – ☐ Display Facebook Send
    - ☐ Google +1
    - ☐ Facebook Share
    - ☐ Linkedin

    Bottom of Post – ⚪Large – ◉Small
    - ☑ Twitter via @[_________]

    - ☑ Facebook Like – ☐ Display Facebook Send

    - ☑ Google +1

    - ☐ Facebook Share

    - ☐ Linkedin

    • http://letusbuzz.com sudipto

      You will have to edit your theme and use the PHP code to display the button. Right now this is the only option to do what you want to do

    • http://letusbuzz.com sudipto

      You will have to edit your theme and use the PHP code to display the button. Right now this is the only option to do what you want to do

  • http://www.eclectic-randomness.com Winter

    I really like this plugin, and I use it to put the “tweet”, “like” and “+1″ small buttons along the bottom of my blog posts.

    I’d like to make a suggestion for a future improvement of the plugin.

    Even though I like using the small buttons at the end of my posts, I’d ALSO like to offer the LARGE version of one of those buttons, at the top of my posts. In my case, it would be “Tweet” button. I’d still like the small tweet button at the bottom of my posts, so it would be a bit redundant I suppose, but I think it would be good to be able to call attention to one of the buttons in this way.

    I can do it now by installing another plugin to make the big icon, but it seems silly to install a separate plugin, and risk more conflicts, just to add in the “Tweet” button at the top.

    Ideally what we’d get, is two groups of checkboxes. “show at top of post” and “show at bottom of post”, with options for “large” and “small” for each group. Here’s an example (assuming the spacing holds up once I post it, and assuming you can see unicode.)

    Top of post – ◉Large – ⚪Small
    - ☑ Twitter via @[_________]
    - ☐ Facebook Like – ☐ Display Facebook Send
    - ☐ Google +1
    - ☐ Facebook Share
    - ☐ Linkedin

    Bottom of Post – ⚪Large – ◉Small
    - ☑ Twitter via @[_________]

    - ☑ Facebook Like – ☐ Display Facebook Send

    - ☑ Google +1

    - ☐ Facebook Share

    - ☐ Linkedin

  • Bobby

    4 thumbs up !!!

  • Bobby

    4 thumbs up !!!

  • Daylon

    Everything works great for the plugin except that when I view our website on iPhone and iPad the Google + button gets covered by the twitter button. Is it possible to disable post count for future versions and give the option for post count to appear only when somebody tweets, like or google +? 

    • http://letusbuzz.com sudipto

      There are now ways to check the number of count for a post in case of google +1 and change the button accordingly (ie display the count or not)

    • http://letusbuzz.com sudipto

      There are now ways to check the number of count for a post in case of google +1 and change the button accordingly (ie display the count or not)

  • Daylon

    Everything works great for the plugin except that when I view our website on iPhone and iPad the Google + button gets covered by the twitter button. Is it possible to disable post count for future versions and give the option for post count to appear only when somebody tweets, like or google +? 

  • http://letusbuzz.com sudipto

    I am thinking of add the arrange buttons option soon. Till then please bear with the arrangement. Or if you want you can change the code of the plugin.

    • http://www.pgkrzywy.pl Piotr Grabiec

      thanks for info, im waiting for new version!

    • http://www.pgkrzywy.pl Piotr Grabiec

      thanks for info, im waiting for new version!

    • http://www.pgkrzywy.pl Piotr Grabiec

      ps. the best plugin so far for like/G+. Tried more than ten. Good job:)

    • http://www.pgkrzywy.pl Piotr Grabiec

      ps. the best plugin so far for like/G+. Tried more than ten. Good job:)

  • Jan

    The Like and fshare buttons are not recording clicks. Is anyone else experiencing this issue?

    • http://letusbuzz.com sudipto

      Yes Jan many are facing this issue. Search the plugin’s forum. There are few solutions.

    • http://letusbuzz.com sudipto

      Yes Jan many are facing this issue. Search the plugin’s forum. There are few solutions.

  • Jan

    The Like and fshare buttons are not recording clicks. Is anyone else experiencing this issue?

  • Laura

    My site is not showing the Facebook Share count. Example here: http://austinsocialplanner.com/true-colors/

  • Laura

    My site is not showing the Facebook Share count. Example here: http://austinsocialplanner.com/true-colors/

    • http://letusbuzz.com sudipto

      Well its not just you but everyone in this world who is using the share plugin is having this problem. I think Facebook changed its plugin code. Sorry I can’t help you in this.

    • http://letusbuzz.com sudipto

      Well its not just you but everyone in this world who is using the share plugin is having this problem. I think Facebook changed its plugin code. Sorry I can’t help you in this.

  • Dipanagara

    what if i want to rearrange the position? how?
    e.g. fb share in the left side, then like, then twit, then g+

    • http://letusbuzz.com sudipto

      right now its not possible without changing the code of the plugin :( i will add the feature soon to rearrange the buttons

      • Anonymous

        can you just tell us, where to make changes inside the code, to rearrange the buttons? I need G+,FB,Twitter, (no FB share)

        • http://letusbuzz.com sudipto

          search for following IF statements
          =============================
          //to display twitter starts with this IF block and ends above the next
          if(get_option(‘s4_twitter’,’1′) && $type === FALSE || $type == “s4_twitter”){

          //to display FB Like starts with this IF block and ends above the next
          if(get_option(‘s4_fblike’,’1′) && $type === FALSE || $type == “s4_fblike” || $type == “s4_fbsend”){

          //to display Google+1 starts with this IF block and ends above the next
          if(get_option(‘s4_plusone’,’1′) && $type === FALSE || $type == “s4_plusone”){

          //to display Linkedin starts with this IF block and ends above the next
          if(get_option( ‘s4_linkedin’, false )&& $type === FALSE || $type == “s4_linkedin”){

          //to display FB Share starts with this IF block and ends above the next
          if(get_option(‘s4_fbshare’,’1′) && $type === FALSE || $type == “s4_fbshare”){
          ====================================================
          To rearrange you need to arrange these IF blocks
          To disable FB Share, Just unselect the Display FB share from the plugin options

          • Anonymous

            yes. its working. Thank you very much. I tryed a lot of social media plugins, and i like yours most by far ! IF you like to get permanent informations about google+ dont hesitate to visit my blog http://www.googleplus24.com ! good job sir!

  • http://letusbuzz.com sudipto

    I saw your website but since you have deactivated the plugin, it is hard for me to give a solution for the issue :(

    • http://www.jofr.org John Lyman

      I have it activated for the bottom of the article.  When would be a good time to activate it so you could look at it?

      Thanks for the reply.

      • http://letusbuzz.com sudipto

        try using custom CSS and try reducing the height of the plugin the default height is 29px

        try

        .social4i{
        height:25px !important;
        }

        • http://www.jofr.org John Lyman

          Still no dice.  Thank you though.  The plugin just doesn’t appear it wants to place twitter and facebook at the very start of my articles.  

          • http://letusbuzz.com sudipto

            can you change the option of the plugin to display before the content? i want to have a look at the problem

          • http://www.jofr.org John Lyman

            I was hoping that we could figure out a time to do it because if I were to now it might look like that for hours while I’m at work.  

            This is a lot to ask but good time later today to enable it?  Possibly 3:00pm?

          • http://letusbuzz.com sudipto

            when ever you activate the plugin just let me know and if I do not respond within 2hrs then deactivate it.

  • http://letusbuzz.com sudipto

    The facebook share count has stopped to count for everyone

  • http://letusbuzz.com sudipto

    This is really as you know already is outside the scope of the plugin :( . I want to keep the plugin as simple as possible

  • http://letusbuzz.com sudipto

    The count is kept by wholly and solely by Facebook. So its a facebook problem and not the plugin issue

  • http://letusbuzz.com sudipto

    It dosen’t matter if its HTTP or HTTPS. Its just the script and if you want you can download it to your own server and use that path instead. The important thing is that what that script does.

  • http://letusbuzz.com sudipto

    It dosen’t matter if its HTTP or HTTPS. Its just the script and if you want you can download it to your own server and use that path instead. The important thing is that what that script does.

  • Phs

    Hi! Thanks for the fantastic Plugin!
    Feature-Suggest: Integrate FB-Share-Button in FB-Like. If Like is hit a field appears to share it on ones site. Like here: http://wordpress.org/extend/plugins/facebook-like-button/
    Thanks a lot again!
    Best, Philipp

    • http://letusbuzz.com sudipto

      This feature is already there with the fb-like button. Give it a try

  • Carlos de Guzman

    Hi I think the Default Thumbnail URL is not working.  Right now i have the URL set as my websites logo “www.swimbikerun.ph” but right now everytime i click like or share the picture that is loading is one of the button ads.

    • http://letusbuzz.com sudipto

      I checked your site and I didn’t find anything wrong. This is definitely a facebook problem. You can try another facebook plugin just to check if they are working fine or not.

      • Carlos de Guzman

        Hi Sudipto! When you clicked share did it display the websites logo by default?

        • http://letusbuzz.com sudipto

          First the plugin will search for a featured image that you have set for the post. If you have not set any then it will display the default image that you have set in the plugin option page. If you have not set any default image then it will show all the possible images that are on that post and choose a random image

  • http://www.facebook.com/people/Andri-Jóns/100002580107821 Andri Jóns

    So it’s not possible to show faces below the like button? 

    • http://letusbuzz.com sudipto

      Yes right now its not possible

  • http://twitter.com/lachicagamer Maria Vargas

    Hi, I just put this plugin on my website http://www.lachicagamer.com my problem is with the Twitter button when I try to Tweet is just says the title and Via @ lachicagamer but doesn’t have a link of the post.

  • http://letusbuzz.com sudipto

    1. I did not test the site on a mobile browser but if the browsers follow the CSS protocol properly then its should get displayed properly.
    2. I checked the google +1 on your site and its working properly even counting properly when I click it
    3. For twitter count problem refer to this Forum topic http://techxt.com/plugin-support-forum/tweet-like-plusone-and-share-plugin/twitter-count-not-working/

    • Daylon

      Hello, the buttons works fine on web browsers. My count problem is unlike what has been described in the forum. I wouldn’t say it’s a problem but rather a nice to have feature. That feature is hiding post count when it is “0″ and display it when it is >1.

    • Daylon

      Hello, the buttons works fine on web browsers. My count problem is unlike what has been described in the forum. I wouldn’t say it’s a problem but rather a nice to have feature. That feature is hiding post count when it is “0″ and display it when it is >1.

      • http://letusbuzz.com sudipto

        That will require a little complex programming because for this feature I will have to interact with button APIs. This will increase the load time of your pages drastically.

        • Daylon

          Hmm.. I understand. Is there any way then to disable post count from showing up?

          • http://letusbuzz.com sudipto

            The count can be disabled for all buttons except the Facebook like. There is no way to disable the count for facebook like

      • http://letusbuzz.com sudipto

        That will require a little complex programming because for this feature I will have to interact with button APIs. This will increase the load time of your pages drastically.

  • Anonymous

    Hi, I really love the plugin. The design is as simple as i was looking for. The only thing i couldn`t fix yet is, ” HOW TO REORDER THE BUTTONS? – I LIKE TO HAVE G+ FIRST; then FB, then TWITTER”
    Thank you for your help, i really appreciate”

  • Anonymous

    Hi, I really love the plugin. The design is as simple as i was looking for. The only thing i couldn`t fix yet is, ” HOW TO REORDER THE BUTTONS? – I LIKE TO HAVE G+ FIRST; then FB, then TWITTER”
    Thank you for your help, i really appreciate”

  • guest

    Is there a way to use these without the counters?

    • http://letusbuzz.com sudipto

      No right now there is no option to remove the count of the FB like. Yes of course for other buttons it is possible. But since it is not possible for FB Like, I have not added the option to remove the count from other buttons too.

  • http://www.evfoto.net Vincent Poppe-Aelens

    Hi,

    This plugin is great and displays easier each most important social network.

    I’m building a new website and I’ve installed it without any problem.
    Recently, the Google+1 button doesn’t appear no more.

    I don’t understand why.  I also have the Google+1 plugin installed for displaying a widget on the bottom page, all worked before and now I don’t have any Google+1 button, neither through this plugin, nor the official one on the bottom page.
    I didn’t change any settings.

    Anyone have an idea?
    Thank you for your help.
    Kind regards,

    Vincent

    • http://letusbuzz.com sudipto

      what is your site URL?

  • Darkness

    Quick question. Just started using this on my website but the the number of people who Like the article doesn’t appear until you click Like yourself.

    • http://letusbuzz.com sudipto

      Are you talking about the fb like button or the fb share button?

  • http://happeepill.com Evil Bunny

    I love the simplicity. Thank you for the good work. :)

    I would like to suggest having a turn on and off button like how we can turn on/off comments on WordPress. Because some of us have members-only posts and so we don’t need the share icons on some posts.

    • http://letusbuzz.com sudipto

      check out the plugin options. There are options to turn off the buttons on selected posts as well as on categories.

      • http://happeepill.com Evil Bunny

        Whoa. My bad. Totally missed that! :)

      • http://happeepill.com Evil Bunny

        Whoa. My bad. Totally missed that! :)

  • http://letusbuzz.com sudipto

    I don’t really know what the problem is with your site. One thing I did note is that you have included a script to display the top ad. You have included it before opening of the tag. Where as it should be just after opening of the tag.

  • http://twitter.com/kashifyy Kashif Yaqub

    why my blog is loading  ?? i am not even using it linkedin. how do i remove that?
    example page http://bestquotesby.com/best-humor-quotes-funny-quotes-humorous-sayings/2011/08/

    • http://letusbuzz.com sudipto

      Right now there is no way to remove the loading of the scripts. All scripts are loaded by default. I am updating the plugin and the scripts that are not used will be removed.

  • Sanjay Jain

    How can I gwt the page id, so that I block share button to some pages.

    • http://letusbuzz.com sudipto

      there are plugins available to do so. Try Reveal ID plugin

  • http://www.thecontentcause.com Dan Harvey

    Nice plugin, but is there any way for the buttons to show up in RSS readers?

    • http://letusbuzz.com sudipto

      no this is not possible with rss feeds.

  • Veragonpower

    Hi Where i can found setting options?
    thks :)

    • http://letusbuzz.com sudipto

      settings > tweet like plusone from your left sidebar after you login to your dashboard

  • Guterboit

    Changelog please? Thank you for this great plugin!

  • Guterboit

    Changelog please? Thank you for this great plugin!

  • http://www.facebook.com/people/Mere-Mereffs/100000611050823 Mere Mereffs

    Hi,

    I’ve noticed bug in the latest (Version 1.2.0 ) code:
    The Facebook Share speechbubble is displayed twice, overlapping each other:
    http://zoltanb.co.uk/launchpadcleaner/

    • http://letusbuzz.com sudipto

      use this custom css code to remove the background

      div.s4fbshare{
      background:none !important;
      }

  • Chris Arriola

    This is such a great plug-in! Is there anyway to view who shared?

    • http://letusbuzz.com sudipto

      There is no way to see who shared :(

  • Anonymous

    I dont wan’t to show counts above button like how many people like it how many people tweet it, I want to remove no of count is there any way?

    • http://letusbuzz.com sudipto

      currently no count option is not supported with this plugin

  • Eric Evenstad

     This is by far the best social media share plugin i’ve found. Thanks a bunch! Dumb question though. Can you please tell me how to get to the option page that you have picture above? I’d love to be able to tweak it a little.

  • Eric Evenstad

    Never mind in regards to my question about the options page. I figured it out. Thanks again for the great plug in

  • http://www.freegiffgaffsim.tk freegiffgaffsim

    Does anyone know of a similar thing for blogger?

    I have buttons installed but they are site wide and not relevant to each post :(

    http://freegiffgaffsim.blogspot.com/

  • http://letusbuzz.com sudipto

    Yes it can be done using custom css. But the space can not be reduced much because each button has different width. So you can match the spacing only by increasing the space between the buttons

  • http://letusbuzz.com sudipto

    Thanks for the suggestion

  • Anonymous

    whenever i tweet no. of tweet is not increasing what to do? facebook, and google plus count is incresing but twitter tweet is not increasing why?

    • http://letusbuzz.com sudipto

      The twitter count does not increase live. The count is updated once in few hours. That is how twitter works

      • Anonymous

        i have tweeted 20 posts almost 1 week ago but still its showing 0 tweets in all posts

        • http://letusbuzz.com sudipto

          did you install some other twitter plugin. you can install and see whether they are showing the count or not

  • http://letusbuzz.com sudipto

    The buttons seems to work fine on you site. Twitter count is not updated live.The count is updated onces in few hours

  • René Thor

    i have a problem with the share button since i updated to 1.2.0 5min ago.
    http://eabmages.de/webcam/wagenstedter-knoten/#zeitraffer

    any solutions?

    • http://letusbuzz.com sudipto

      use this custom css

      .s4fbshare{
      background:none !important;
      }

  • Ryan

    We have a small problem with the plugin: The Facebook like button comment box pops up but then disappears the first time you click it. Can you please check our plugin at http://blog.travelbug.co.nz/?  Thanks!

    • http://letusbuzz.com sudipto

      the buttons are working fine on your blog. I am still confused why you are using the end ‘?’ in the site you url that you gave

  • Aalden

    I’m only getting the tweet and google button. The Facebook button looks like the number count bubble with the F in it, and linkdin is nowhere to be seen. 

    HALP!!

    • http://letusbuzz.com sudipto

      please post your site url

  • http://photos.takaweb.org Taka

    Really a great plugin for wordpress, thank you. 
    But it’s not really optimized with WPtouch plugin :(

    • http://letusbuzz.com sudipto

      I have not tested the plugin with any mobile plugin yet. I will do it soon and make the necessary changes.

      • http://photos.takaweb.org Taka

        Thanks for the quick update =)

        Hope that later the integration will be included but for now desactivate the plugin in mobile browser it’s a good idea.

        Sorry, my english is bad, I’m french >_<

  • Andreaskohler

    hey there! great plugin!
    one problem. i can´te open the settings menue in wordpress as shown on your screenshot….just the editor…

    how can i center the plugin on my testsite?
    http://blog.andreaslux.com/2011/08/18/hensel-book-project/

  • http://letusbuzz.com sudipto

    what theme are you using???

  • http://letusbuzz.com sudipto

    what theme are you using???

  • http://twitter.com/CinnamonHollow Cinnamon Hollow

    I would like the ability to use bit.ly to shorten my tweet url

    • http://letusbuzz.com sudipto

      but why do you want to use bit.ly when twitter already has an URL shortening service? Do u track the clicks?

      I have purposely not added any URL shortening service because that will slow down your page speed

  • http://letusbuzz.com sudipto

    what version of the plugin are you using?

  • http://www.dervis-az.com Aytekin

    hello, I just added plugin to my blog: http://www.dervis-az.com
    Thanks for plugin! But I need to make a little change, not sure how? I’d like to have plugins after the text (not before, as it’s now) and need to make smaller size, because they look too big. 
    Please, advice.
    Thanks a lt!

    • http://letusbuzz.com sudipto

      you can have smaller buttons and also set the plugins to display after content. Just go to the plugin options. There are a lot many options there for you to easily customize the plugin.

      goto Settings > Tweet Like Plusone from your dashboard

      • http://www.dervis-az.com Aytekin

        gotcha, done! thanks a lot! :)

  • http://twitter.com/Pocketdroid PocketDroid

    shortner doesnt work with the latest version of the plugin 

    • http://letusbuzz.com sudipto

      There is not shortening service added with this plugin. Twitter automatically shortens all URLs using t.co.
      What is your site URL?

  • Ariel Souza

    Hey buddy thanks for this awesome plugin, it’s helping me a lot, but i’m having some problems with my theme, it shows the buttons just on the single page post, in the index page the buttons do not appear !!

    What could be the problem ?
    Thanks
    Regards

    • http://letusbuzz.com sudipto

      Check out the plugin option page. There are options to display the buttons on the homepage

  • http://twitter.com/inhibitii inhibitii.ro

    on my blog button like form facebook not show why? inhibitii.ro

    • http://letusbuzz.com sudipto

      are you using shortcode or the php function call to display the buttons? If so then please make sure that “Load all Scripts” Option is checked in the plugin options. If it still dosen’t work then try to un check the option “Optimize script for faster loading”

  • http://www.thevoiceforlove.com DavidPaul Doyle

    I’m using your plug-in on my website: http://www.thevoiceforlove.com/community/ I noticed that the Google +1 button doesn’t show up on my iPad. Are you aware of that problem? Do you have a fix for it? Thank you.

    • http://letusbuzz.com sudipto

      I am aware of the issue and people have already reported it. But I can’t help you in this. This is a google +1 api issue

  • http://www.artgoddess.org Artgoddess

    Hello! Is your plugin capable of tracking analytics of cliked buttons? This is a suggestion, in case you want to introduce in your plugin:

    http://yoast.com/social-buttons/

    By the way, thank you very much for your work.

    • http://letusbuzz.com sudipto

      Thanks for the suggestion. But I have not thought of implementing the analytic tracking of the buttons because
      1. This will definitely increase the load time of your pages
      2. There is not fruitful usage of the statistic collected of button clicked. I mean what will you do by knowing who clicked the button. All you need to know is whether people liked / shared your article or not. That you can understand by looking at the button count.

      Right now my main target is to make this plugin as light as possible so that it does not increase the load time of the website.

  • Crumbcake13

    Hello, I love this app but all of a sudden my like counter disappeared.  The counter box over the like button is gone everything else works great.  What can I do?

    • http://letusbuzz.com sudipto

      please post your site URL. I would like to have a look

  • http://letusbuzz.com sudipto

    Well it needs the right margin if a site is getting too many likes. The bubble of the like plugin increases in size when the like count increases. If you do not give margin then a 3 digit like count will collide with the google +1 button

    • http://psplinux.info Crimbo

      Ar ok! Fairdoos, could swap the order of buttons? Could be an option in the settings to configure order of buttons or ‘margin’. Sorry, giving you more work. Cheers for the reply.

      • http://letusbuzz.com sudipto

        I am already working on that
        Anyways thanks for the suggestion

  • Carlos de Guzman

    Hi Sudipto!

    Here’s my website with your plugin. :) http://www.swimbikerun.ph

    First of all awesome work!

    Just wanna ask how come everytime i share a post on facebook the title of the post doesnt show up?

    also is there a way to align the tweet align with the rest of the icons?

    • http://letusbuzz.com sudipto

      I saw you web site. One error that I found was your top header ad. It has been placed at the wrong place. All contents should be after the tag. Remove the code from the header (before tag) and place it after opening of tag.

  • http://www.facebook.com/jide.odukoya Jide Odukoya

    Hi Sorry I have this error whenever I click on the like and share button
     window.fbAsyncInit = function() { FB.init({appId:
    Pls How do I fix it? This appears where the content is supposed to appear.
    Thanks.

  • http://www.gernot-gawlik.de Simsalaseo Gernot

    Nice PlugIn, Thank you very much.

  • http://www.techzons.com/ Ahsanul Karim

    I love this 5 plugin pack. It saves loading time.

  • http://www.voyagemd.com VoyageMD Administrator

    As one of the administrators on a site called VoyageMD the no of tweets is stuck on 1038 no matter how many time people try to click on the button the number never changes. Do you know why this is?

    • http://letusbuzz.com sudipto

      It sometime takes a day for the tweet to get updated. Twitter count is not live updated like facebook and google +1

  • http://letusbuzz.com sudipto

    Thanks for the enhancement…. :) I like when people experiment.

  • http://www.cmather.com/ Maria McDonald

    Was looking all over the world for this! thanks – My customer wanted these social media icons laid out correctly. It wasn’t aligning correctly until we found your plugin. Finally this plugin fixed it for us – So thanks!

    • http://letusbuzz.com sudipto

      Thanks for using this plugin. Feel free to suggest features to make it the best social sharing plugin.

  • noobtech

    what about integrating flattr in this great plugin?

    • http://letusbuzz.com sudipto

      I will add options to add custom buttons. The users will be able to add more buttons

  • Jojo

    It would be nice if it was possible to change the size of the icons (large/small) for each “Where to display” option. I for example would like to have small icons above the content on the home page and large icons above the content on the posts. Thanks!

    • http://letusbuzz.com sudipto

      Suggestion taken into consideration and the option will be added soon

  • George

    Would love to see Social Media Analytics support added, per this: http://code.google.com/apis/analytics/docs/tracking/gaTrackingSocial.html

    • http://letusbuzz.com sudipto

      I see too many requests for analytics support. I will try to add them to the buttons.

  • Vinay

    I’ve two problems and three questions: 1) I don’t see the LinkedIn button, 2) There is no setting link on the pluggin. Do you have a solution?, 3) Do you give the performance reports like “sexy bookmark”, etc people deliver about the spread of links and its analysis? Thanks.

    • http://letusbuzz.com sudipto

      1. The Linkedin button is not selected to display by default.
      2. Goto Settings > Tweet Like plusone for the plugin’s setting page.
      3. No the plugin do not provide any analytics. This is a very simple plugin optimized for faster loading of your site.

  • http://twitter.com/AdolfoPeccin Adolfo Peccin

    Why you don’t use Asynchronous feature on Google +1 Button? It will speed up the page load. 

    • http://letusbuzz.com sudipto

      That feature is on my to do list.. I will add the async load of scripts in the upcoming updates.

  • Daniel Febres

    Hi!
    I’m using your plugin http://www.guayanabouquet.comEven I choose ES_es (language), the Facebook Share button still showing “Share”.
    Is it possible to change to “Compartir”?

    Thanks for your plugin! I does exactly I wanted to

    • http://letusbuzz.com sudipto

      No it can not be done. This is because Facebook has stopped its developement on the Share button and it was never upgraded to change language

  • Anonymous

    how do i use that “Display Custom Buttons” option. Do i need to link the thumbnail to a .png  or .jpg to be able to display more buttons ?? like Reddit for example id like to have Reddit share button

  • dekomail

    Please, add changelog to plugin.

  • Kyle B

    Hello great plugin but I am curious on how you did one thing.  I am looking to have the facebook/twitter/etc icons on the side just like this page were it scrolls down and when you hover over them the facebook like button and number of likes shows up instead of having them all on the page at once.  I think the example on this page looks much cleaner how would you go across accomplishing this? 
    Thank you much

  • Dan

    How do I make share buttons go to the bottom of the page by default? So it is at the bottom of the post rather than the top? http://fivestarbootcamps.com/2011/08/15/welcome/

    • http://letusbuzz.com sudipto

      There is an option to do that goto Settings > Tweet like plusone in your dashboard

  • Trancentral

    Hi thx for your plugin, i just ask  me if it is possible to place it center position, standard seems it´s placed on the left side. i use it on ym page *trancentral.net*

    Thx in advance 

    • http://letusbuzz.com sudipto

      place the below code in custom CSS options of the plugin. If you add more buttons then adjust the width value accordingly

      .social4in{
      float: none !important;
      height: 29px;
      margin: 0 auto;
      width: 341px;
      }

      • Trancentral

        thx for fast replie, u mean i could find the css settings on the  tweet-like-plusone.php file? u can help me where to place it Xactly?, cause im a noooob  ;(

        • http://letusbuzz.com sudipto

          no there is an option on the option page of this plugin where you can post custom CSS. Just add the css there

          Login to your dashboard
          goto
          Settings > Tweet Like Plusone

          • Trancentral

            ah ok comprende!!!!!!!   thx a lot, think i will get it now working!  respect for your work ;)

  • http://twitter.com/StefanBaesmann Stefan Bäsmann

    hello,
    i have Language in German but the Button on my blog is english ?

    please help
    http://www.stefan-baesmann.de

    • http://letusbuzz.com sudipto

      you can change the language only for the like and send button from the plugin options (settings > Tweet like plusone). There are no way to change the text of other buttons

      • http://twitter.com/StefanBaesmann Stefan Bäsmann

         Select Facebook Like Language – > German on my german Blog the like Button Text is english not german … on a other side iss allright (http://stefan-baesmann.de/hochzeitsfotograf-aus-hamburg/) on my Blog not !

        • http://letusbuzz.com sudipto

          the problem is not with this plugin. You are using facebook like box in your sidebar. Which calls the English version of the script which is used to display both like buttons and like box.

          you need to change the line of the sidebar like box that you are using

          to

          • http://twitter.com/StefanBaesmann Stefan Bäsmann

            thank you !

  • http://www.blogstash.com Satrap

    Just wanted to stop by and thank you for the plugin. I have been suing shareaholic for years now, but I dont like how it slows down the blog. Your plugin is the best fit since it has the top 5 social media icons most of us use for sharing content. Thank you.

    • http://letusbuzz.com sudipto

      Even I was using shareaholic earlier and was look for such a plugin. But did not find one. so I manually inserted the code into my theme. This gave me the idea to create a simple share plugin.

      Thankyou for using the plugin.

      • http://trianglehomesuccess.com/ Rob

        This is interesting, because I recently tried your very nice plugin because I was looking for a cleaner look than sexybookmarks, but not wanting my page speeds to drop. Unfortunately, using your plugin (along with W3TC) caused my Page Speed Score to drop 3-4 points and my yslow score to drop 8-9 points. So, while I like your plugin, I’m still using sexybookmarks because of better performance.

        • http://letusbuzz.com sudipto

          well the calculation of the page speed scored depends on the number of requests you make. when you use my plugin the number of requests you make to get the page increases because to display individual button, a different request is made. where as its not the case with sexybookmarks. Sexybookmarks uses its own code to display the buttons so makes just one request. But why are you concerned about pagespeed score anyways. Google’s the maker of pagespeed, its webmaster blog http://googlewebmastercentral.blogspot.com/ has a pagespeed score of 88.

  • steve

    On the “Don’t display on Posts/Pages”, where can I get the ID you mentioned? My URL for wordpress is as follows: mysite.com/articles/technologyisfun

    Do I cut and paste the entire URL and separate them by commas?

    Any help appreciated. :)

  • steve

    Ignore my previous comment. If any of you wants to find the ID for your pages and posts, this article explains it. http://just-ask-kim.com/how-to-find-the-wordpress-post-or-page-id/

  • Jenniferr

    huh?? I am very confused. I am not a programmer, I just wanted to add these buttons to my blog. I installed the plug-in and clicked activate, but they’re not showing up on my posts. so I clicked “edit” and it’s just a bunch of code. What am I supposed to do now? I’m looking at your screenshot above and assumed that I’d see the same menu of options in my dashboard. Thanks.

    • http://letusbuzz.com sudipto

      you can find the plugins setting page at Settings > Tweet like plusone (left hand side menu in your dashboard)

  • http://letusbuzz.com sudipto

    Right now all I can say is that instead of using the attachment as the link to the image use the actual link of the image. See if that helps

  • http://www.facebook.com/carovonchaos Caro VonChaos

    i just instaleld the new version of the plugin (1.4) and now suddenly my manual excerpts aren’t showing up anymore! whats going on?

    • http://letusbuzz.com sudipto

      sorry about that…. I did the fix so please upgrade to version 1.4.1

  • Steve

    Hello. I realise that when you do an update on the plugin, all the counter on all the buttons goes back to zero. Is there any way to avoid that? I have an article that generated around 66 FB shares and now there is no number on it since I updated the plugin :(

    • http://letusbuzz.com sudipto

      This should not happen. The counter is not maintained by the plugin. The counter is maintained by the button providers like twitter, facebook etc,
      can you provide your site URL (the post url that is showing zero shares but for which there are shares). I would like to have a look and see if its just the plugin problem or something else

  • Mortu

    Hello, i have a problem with the LIKE button. If i press it, it appears that 1 LIKE for like 2 seconds and then back to 0. I have to press it again so that it stays!

    • http://letusbuzz.com sudipto

      please check your URL with facebook Lint http://developers.facebook.com/tools/debug
      this tool check if facebook can crawl your pages properly or not. Rectify any error that it shows and your like button will start working

  • Tibi

    Hello, 
    after updating several minutes ago tweet button is showing next to it this: no-repeat;”> 
    is this just me, or everyone else.. using twentyten theme if it matters

    • http://letusbuzz.com sudipto

      till now you are the first one. please post your site URL I would like to have a look

      • Tibi

        I kinda customized the theme a lot, maybe i`ve done something wrong as i`m not php literate..but clearly this happened starting with today today, after upgrading the plugin

        http://www.blissmedia.ro/specialist-in-lactatie/

        • http://letusbuzz.com sudipto

          I think you are using some plugin that is adding code to the plugins css… I don’t know what that is but I see unsual code added to the code generated by my plugin

        • http://letusbuzz.com sudipto

          thank you for notifying. I will have a look at the code and will fix it and release a new update.

  • Winteum

    Best of the bests sharing plugin! I’m tried everyone and sure of this!

    • http://letusbuzz.com sudipto

      Thank you so much for using this plugin……..

  • Holly

    I just installed this plug-in and LOVE it.  However… I’m having trouble getting the Facebook “like” button to appear.  I think(?) it appeared at first, and now it won’t show up.

    • http://letusbuzz.com sudipto

      If the site that you are talking about is yourgardeningfriend.com then the like button is showing up for me and is also working properly… If its not that site then please post your site URL I would like to have a look

  • deko

    Is there any way to disable creating custom meta tags? I have own and don’t need this by plugin.

    • http://letusbuzz.com sudipto

      I think you are talking about the meta tags for facebook…
      Just wait for the next update and I will be adding an option to remove those tags and also code to track the button click (twitter, facebook like and google +1) using google analytics

  • Jan

    Awesome! Finally a share button that works!

    Got a question/feature request: I want the buttons to be site-wide, meaning that when clicking the buttons it works for the entire site, not just a specific page.
    On my site http://www.mindoutgame.com all the pages have a different number of likes, I just want the buttons to count all likes/shares on the site and not for individual pages. Is there a hack or any way to do this in code? I’m not too good at php but I can copy/paste like a baws.

    • http://letusbuzz.com sudipto

      if you want buttons for your whole site then i recommend that you generate the buttons and post the buttons code directly to the theme or the sidebar(where ever you want the buttons to get displayed). This will speed up your site.

  • Karen

    I LOVE this plugin!  Any future plans to add a “pinterest” pin button?  

    • http://letusbuzz.com sudipto

      There is an option to add custom buttons to the plugin. So you can add your more buttons of your choice. If you have problem implementing the button code then let me know I will help you add the button.

  • http://letusbuzz.com sudipto

    Thankyou so much for using the plugin. Please suggest a feature if you need some more feature to be add to the plugin.

  • http://www.facebook.com/mpavankumar Pavan Kumar

    is it possible to hide the counts

    • http://letusbuzz.com sudipto

      No it is not because facebook like button does not give the option to hide the count

  • Ezra_mod

    afther update begin appear this: no-repeat;”>

    • http://letusbuzz.com sudipto

      can you post your site URL??

  • Gianpy81

    Hi!. It’s possible to align vertically the social icon? Currently, I can only
    set them horizontally, that is one of the other side. I would like
    were under each other. Thanks

  • http://letusbuzz.com sudipto

    Yes this is a problem…
    But I think Facebook will it self come up with a solution soon. If not then I will definitely come up with a solution

  • http://kawangeek.com/ EddyGeek

    pretty cool. im about to try this but after  ”fb_xd_fragment” fix.

  • detroitjtm

    Hi! i was very happy with your plugin until today, when all the likes that i had gathered on one article basically vanished! has this happened to you before, is there a way to revert back to the way it was 24 hours ago? thanks a lot!

    • http://letusbuzz.com sudipto

      can you post the URL. This can happen if you have changed the permalink of the post or there is some error on your page because of which facebook is unable to crawl your post. You can check for errors here http://developers.facebook.com/tools/debug and make sure that you did not change the permalink (URL of the post)

  • http://fashioncraz.com osaid

    thanks… nice to add

  • Anonymous

    Hi, after activating this plugin I only see Fb like, FB share, Linkedin and Twitter but not the google plus :(
     
    Is there anything else that I need to do ? 

    • http://letusbuzz.com sudipto

      Go to the plugin options and check if the Google +1 option is checked or not ( Settings > Tweet like Plusone)

      • Anonymous

        Yeah its checked …and just see there is a gap between FB like and linkedin http://www.sustainabilityfront.com/

        • http://letusbuzz.com sudipto

          The G+1 buttons is getting displayed perfectly on your site. But the facebook share button is little miss aligned which can be rectified with custom CSS option. You might tryout a different computer to check if the button is getting displayed properly or not

          • Anonymous

            Thank you sudipto,
            I’ll try to view on different computer.
            btw i’m using Vista with ie7.  

      • Anonymous

        Also in the plugin section where the option are it doesn’t shows G+ and has a gap between like and Linkedin ..which get displayed in the same way on the site.

  • http://letusbuzz.com sudipto

    Yes it can be done but currently you will have to change the code of the plugin for that

    Line:546
    =========
    $s4link= ‘‘.$fssc.”;
    ===========
    replace with
    ============
    $s4link= ‘[TEXT THAT YOU WANT TO DISPLAY]‘.$fssc.”;
    ==========================================
    Change [TEXT THAT YOU WANT TO DISPLAY] with the translated version of Share

    • Bob

      Thanks for your reply. Could it be that some formatting is not right in your code? I get the code displayed instead of the share button after I changed it as suggested. (Del = Share in Danish)

      $s4link= ‘Del’.$fssc.”;

  • Sandra

    My Facebook Like count per post is suddenly way down from the usual, even though the same number of people are accessing the page and Liking the link via my Facebook wall. Did Facebook change policies / the way they count Likes and Shares? Or is there a delay, or glitch with the plugin?  

    • http://letusbuzz.com sudipto

      The plugin only uses the facebook API to display the button. If the count is going down then there must be that facebook has problems recording the counts properly or the actual share/like has gone down

  • http://twitter.com/604eventsDOTca 604events

    why dont the links get shortened when using the tweet button

    • http://letusbuzz.com sudipto

      the links automatically gets shortened using t.co shortener. when you share it just displays you the long URL but when you actually share only a part of the URL is shared(20 characteres)

  • http://www.facebook.com/profile.php?id=1000400496 Charissa Ragsdale

    Add Pinterest and it’s a perfect plugin. Can’t use it without the P.

  • http://nicemicee.com/ niceMICEE

    saya baru mencoba plugin ini, smoga berjalan lancar dan mendapatkan sebuah tujuan yang di inginkan :) like it …
    trima kasih :)

  • http://www.FitAnswer.com/ Burgess Xavier

    Thank you for this plugin, One thing I like about this plug is the ability to put any button anywhere on the site and any amount of button.. it save me the headaches other plugins were giving me.. thanks again..

  • http://www.online-office-kurs.com/ Office Kurs | Erwin Stipsits

    What does the Optin Display Twitter via @ means? The Plugin ist great!

    • http://letusbuzz.com sudipto

      you can enter your twitter user name. This is known as twitter handle and will automatically add @twitterid at the end of the tweet. People will come to know your twitter id and also you will be able to easily search who all twitted by searching @twittedID

  • http://iblog4dollars.com/l Dennis Marshall

    Great plugin. i just deactivated all my other social media sharing plugins.. For some odd reason, my buttons are showing up in the middle of the post.

    • http://letusbuzz.com sudipto

      can you post of site URL

  • http://letusbuzz.com sudipto

    All you need to set a featured image for all you post and pages. the plugin will automatically all the image when someone share your post of facebook

  • http://letusbuzz.com sudipto

    please post your site URL. I would like to have a look

  • http://letusbuzz.com sudipto

    no it cannot be used for plain HTML pages

  • Laurie Dunsire

    The Twitter count on my website doesn’t work for some reason. I thought maybe it just hadn’t updated, but I posted one blog over a week ago and I shared it myself, so there should be at least one in the counter, but still nothing.

    The Google +1 and the Facebook work fine, instantly in fact, but it is just Twitter that doesn’t appear to respond.

    I scrolled through a lot of previous comments but couldn’t find an answer.

    Any advice?

    Website is: http://lauriedunsire.co.uk/

    Many thanks,

    Laurie

    • http://letusbuzz.com sudipto

      The twitter count is not updated live. It takes come time to get updated. But dont worry every tweet will be counted

  • Benb

    Wow, excellent Plug-in! I’ve been going over and over trying to align the buttons with one another and this is a big help. One question, is it possible to tighten up the spacing between the buttons? I fiddled around with the code but to no avail. I was hoping to have them (when in smaller button form) with no more than 5-10px between each. Any ideas?

    Thanks!
    Ben 

  • werkem

    Any chance on getting “Email” added to this ?

    • http://letusbuzz.com sudipto

      You can add any almost any button of your choice using custom buttons options.

      • Nhatco It

         yes, i think so

  • Reyz

    I’m very like this plugin.. :D

  • http://techlogon.com/ Roy

    Thanks for the update, no problems here with new version. And includes https for the Google source too which speeds up the call :-)

  • http://www.trendfy.com/ Prateek

    thank you!….nycc plugin !:)

    • Nhatco It

      thanks you

  • http://twitter.com/iblicker Ingo Becker

    We use your great plugin on a couple of blogs. Do you plan besides Pinterest as well Google+?

    • http://letusbuzz.com sudipto

      you can add pinterest button through custom button option of the plugin. Check out the plugin forum on how to add pinterest button

  • Sergio

    hello i just updated to 1.5 and when i try to edit the meta tags for facebook and i save the changes i get “This plugin has been deactivated because your changes resulted in a fatal error” “Parse error: syntax error, unexpected T_ELSE in /public_html/www.corridosalterados.net/wp-content/plugins/only-tweet-like-share-and-google-1/tweet-like-plusone.php on line 176″ how can i edit the meta tags for facebook. thanks

    • http://letusbuzz.com sudipto

      why do you want to edit the facebook meta tags. If you want to deactivate the meta tags then there is an option in the plugin itself. One more thing if you are editing the code correctly then make sure that there is not extra blank line or spaces at the end of the plugin code at the bottom

  • http://www.lakewoodmedia.co.uk/ Adam haworth

    Will you be adding a Pinterest button soon :D ?… Please!

  • Castlegrey

    When you do add Pinterest to your wonderful plugin, please remember to use WordPress’s Featured Image as the default image that will post to Pinterest.

  • http://letusbuzz.com sudipto

    Centering can be done by adding left padding to the buttons using custom css. If you can post your site URL then I can tell you the exact code to put in custom css.

  • Huw

    This plugin added a widget to my dashboard labelled Latest News and all the links took me to a Chrome Malware warning page??? Removed now. What’s with that?

    • http://letusbuzz.com sudipto

      sorry about that.. but it was not my fault.. Google by mistake flagged my site as a malware site. I complained Google about the same and now the issue has been resolved.

  • http://letusbuzz.com sudipto

    you can add both of these buttons using custom buttons…. check out the plugin’s support forum to know how it is done.

Subscribe

Sponsors

Translate

Chinese (Simplified)DanishDutchEnglishFrenchGermanItalianPortugueseRussianSpanish

LetusBuzz on Facebook