Sign Up |

Facebook Share

(4 posts) (3 voices)
  1. mykahveli Posted 1 year ago #

    Hi Monji,

    Thank you for this amazing plugin!

    I have a problem: I can not change the FB share button. I still have the little one. I also grabbed at http://www.facebook.com/share the buttons but still not working.

    What I'm doing wrong?

  2. Monjurul Dolon Posted 1 year ago #

    Thank you for using it! I just checked out your site and it looks like the FB button is the correct one, I assume you fixed it? Test it out by clicking the FB share button itself - it should create a big bubble on top of it. There's no way to show a default "0" in that bubble (as far as I know).

    Hope that helps!

  3. Ozdachs Posted 1 year ago #

    The plug-in is great, but...! I would like the buttons to always be horizontal. I set the minimum width in pixels to 10000 but the bar still floats to the left. I tried setting it to 1px to test, and that didn't make a difference, either.
    I'm at http://www.dangerouscommonsense.com, if that helps.

  4. Monjurul Dolon Posted 1 year ago #

    It's possible to show just the horizontal share buttons with a little work. Try this:

    1. Disable Automatic option in settings
    2. Manually add Sharebar horizontal code right below your title in your single.php template (or wherever you want it to appear)
    3. Add this line of code to your footer:

      <script type="text/javascript">
           jQuery(document).ready(function($) {
                $('#sharebarx').fadeIn();
           });
      </script>
      

    I think that should work, however it would require some testing. This is the only real way to pull this off right now that will allow you to update the plugin automatically through WordPress without breaking things.

    Let me know how it goes.


Reply

You must log in to post.

© Copyright 2010 DevGrow - Design. Develop. Grow. 20 queries. 0.34 seconds.