Where can I find "share" buttons like this one? PLEASE HELP!

11 replies
  • OFF TOPIC
  • |
Hey Warriors,

I'm having a really hard time finding Facebook and Twitter share buttons that LOOK GOOD!

Been looking for weeks!

Most of the free ones are either too small, or not the style I want. I've also gone on code canyon to look for plugins for sale, but none of them offer what I'm looking for.

I'm willing to pay for a plugin, what I'm looking for is something like this:



Where can I buy/find social share buttons like the one above?

Any help would be much appreciated...looking for big social share buttons that look clean!


Cheers,
Mehdi
#buttons #find #share
  • Profile picture of the author baokhau
    [DELETED]
    {{ DiscussionBoard.errors[8802571].message }}
  • Profile picture of the author kingrook
    I personally make my own in Photoshop. I find that I can get exactly what I want and not have to worry about permissions and what not.
    {{ DiscussionBoard.errors[8802574].message }}
    • Profile picture of the author mtihani
      Originally Posted by kingrook View Post

      I personally make my own in Photoshop. I find that I can get exactly what I want and not have to worry about permissions and what not.
      I understand the whole making them in Photoshop, but how do you link that to a share button (turn it into a share button)?

      A little confused.

      Thanks.
      {{ DiscussionBoard.errors[8802583].message }}
      • Profile picture of the author kingrook
        It's different for each site. Here are a few examples for using static share urls:

        Code:
        Facebook:
        http://www.facebook.com/sharer/sharer.php?u=URL_TO_PAGE_HERE
        
        Twitter:
        https://twitter.com/intent/tweet?text=TWEET_TEXT_HERE&url=URL_TO_PAGE_HERE
        
        Pinterest:
        http://pinterest.com/pin/create/button/?url=URL_TO_PAGE_HERE&media=URL_TO_IMAGE_HERE&description=DESCRIPTION_OF_PIN
        
        Google+
        https://plus.google.com/share?url=URL_TO_PAGE_HERE
        
        Tumblr:
        http://www.tumblr.com/share/photo?source=URL_TO_IMAGE_HERE&caption=CAPTION_TEXT_HERE&clickthru=URL_TO_PAGE_HERE&tags=TAGS_HERE
        
        Stumbleupon:
        https://www.stumbleupon.com/submit?url=URL_TO_PAGE_HERE
        You would then want to make each link open in a new tab using target=_blank
        Code:
        <a href="URL_ABOVE" target="_blank">
        Minus the rel="nofollow" I didn't put that there.
        {{ DiscussionBoard.errors[8802657].message }}
        • Profile picture of the author mtihani
          Originally Posted by kingrook View Post

          It's different for each site. Here are a few examples for using static share urls:

          Code:
          Facebook:
          http://www.facebook.com/sharer/sharer.php?u=URL_TO_PAGE_HERE
          
          Twitter:
          https://twitter.com/intent/tweet?text=TWEET_TEXT_HERE&url=URL_TO_PAGE_HERE
          
          Pinterest:
          http://pinterest.com/pin/create/button/?url=URL_TO_PAGE_HERE&media=URL_TO_IMAGE_HERE&description=DESCRIPTION_OF_PIN
          
          Google+
          https://plus.google.com/share?url=URL_TO_PAGE_HERE
          
          Tumblr:
          http://www.tumblr.com/share/photo?source=URL_TO_IMAGE_HERE&caption=CAPTION_TEXT_HERE&clickthru=URL_TO_PAGE_HERE&tags=TAGS_HERE
          
          Stumbleupon:
          https://www.stumbleupon.com/submit?url=URL_TO_PAGE_HERE
          You would then want to make each link open in a new tab using target=_blank
          Code:
          <a href="URL_ABOVE" target="_blank">
          Minus the rel="nofollow" I didn't put that there.
          So would I have to do this for every single post on my blog? That doesn't seem convenient...
          {{ DiscussionBoard.errors[8802730].message }}
  • Profile picture of the author kingrook
    Well assuming you know how to do it, usually you would generate them in PHP using something like this:

    Code:
    http://www.facebook.com/sharer/sharer.php?u=http://YOURDOMAIN.COM?p=<?echo();?>
    EDIT: well this forum won't let me write php code in here but you would basically dynamically print out the pages url using php.

    Otherwise I would assume there is a Wordpress plugin that could do something similar. I'm not sure of one though, as I don't use Wordpress.
    {{ DiscussionBoard.errors[8803004].message }}
  • Profile picture of the author mtihani
    Alright thanks.

    Can anyone else help me out and show me where or how I can find a plugin with share buttons like the one above ?

    Or a plugin that allows me to edit the share button pictures?

    Thanks
    {{ DiscussionBoard.errors[8803272].message }}
    • Profile picture of the author mcconnon12
      Did you ever find one? I am looking for the same thing, lol.

      Thanks.
      {{ DiscussionBoard.errors[8941567].message }}
  • {{ DiscussionBoard.errors[8803273].message }}
  • Profile picture of the author mtihani
    Ok...so the only way to do this is by hiring someone who can code? Still a bit lost. Someone please help lol.
    {{ DiscussionBoard.errors[8805607].message }}
  • Profile picture of the author zenxseo
    if you show the original page then its easy to tell you about the plugin , About the Graphic you can find this kind of image at many Graphic site.
    {{ DiscussionBoard.errors[8806322].message }}

Trending Topics