How to create tweet button and FB like button

Discussion in 'PHP' started by googlecrawl, Aug 23, 2010.

  1. #1
    I wanna create tweet button and FB like button like this forum you can see it in the header..do you know the php code about it..
     
    googlecrawl, Aug 23, 2010 IP
  2. RadioBounce

    RadioBounce Banned

    Messages:
    4,171
    Likes Received:
    16
    Best Answers:
    1
    Trophy Points:
    0
    #2
    Here's something that should help, a plugin for vBulletin - assuming you have a vBulletin forum that is.
     
    RadioBounce, Aug 23, 2010 IP
  3. googlecrawl

    googlecrawl Banned

    Messages:
    1,739
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    googlecrawl, Aug 23, 2010 IP
  4. Rainulf

    Rainulf Active Member

    Messages:
    373
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    85
    #4
    I'm not familiar with Twitter and FaceBook API or any web APIs in general, but learning those would definitely be a plus. Though I read this interesting article a while ago and thought I should share it with you. With basic knowledge of PHP, you should be able to make a similar or even more powerful Tweet button as DigitalPoint.

    If you want to keep this simple, you can do this for Twitter:
    
    <a href=”http://twitter.com/home?status=I'm reading http://www.blabla.com/blabla” alt=”Twitter”>Share on Twitter</a>
    
    Code (markup):
    Doing a little Google wouldn't hurt too.
     
    Rainulf, Aug 23, 2010 IP
  5. googlecrawl

    googlecrawl Banned

    Messages:
    1,739
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    thanks mate..I'll try it
     
    googlecrawl, Aug 23, 2010 IP
  6. googlecrawl

    googlecrawl Banned

    Messages:
    1,739
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    any idea still not good
     
    googlecrawl, Aug 23, 2010 IP
  7. Rainulf

    Rainulf Active Member

    Messages:
    373
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    85
    #7
    lol maybe this?
     
    Rainulf, Aug 23, 2010 IP
  8. cuteprince85

    cuteprince85 Member

    Messages:
    56
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    43
  9. googlecrawl

    googlecrawl Banned

    Messages:
    1,739
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    that's I want..thanks
     
    googlecrawl, Aug 24, 2010 IP
  10. vinoth.t

    vinoth.t Peon

    Messages:
    156
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
  11. dfsweb

    dfsweb Active Member

    Messages:
    1,587
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    88
    #11
    Hi GC,
    Both these sites will provide a simple code that you would just have to copy and paste in your site to add the "Share" buttons.
    dfsweb
     
    dfsweb, Aug 24, 2010 IP