Social Network/Bookmark buttons

Discussion in 'Blogging' started by gvannorman, Jun 17, 2010.

  1. #1
    I currently have 2 blogger blogs and want to add twitter and facebook buttons to my posts. But, I have no idea how.

    Does anyone know how to do this (simple instructions if possible)

    Thank you
     
    gvannorman, Jun 17, 2010 IP
  2. anupviews

    anupviews Member

    Messages:
    795
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    35
    #2
    What you are using in blogging platform. Blogger or Wordpress. Tell me and I can help you :D
     
    anupviews, Jun 17, 2010 IP
  3. juhasan

    juhasan Well-Known Member

    Messages:
    389
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    125
    #3
    juhasan, Jun 17, 2010 IP
  4. anupviews

    anupviews Member

    Messages:
    795
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    35
    #4
    Hey there! Are you thinking to put the social networking bookmark widget just like in my blog? (Visit from my signature link). If so, then It is very easy.

    Find the below code in your blogger template,

    <data:post.body/>
    
    PHP:
    If you want to put that widget below post and just paste the following code before <data:post.body/>

    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <iframe allowTransparency='true' expr:src='&quot;[url]http://www.facebook.com/plugins/like.php?href=&quot;[/url] + data:post.url + &quot;&amp;layout=standard&amp;show_faces=false&amp;width=100&amp;action=like&amp;font=arial&amp;colorscheme=light&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:40px;'/>
    
    
    </b:if>
    PHP:
    Above is for Facebook and below is for twitter,

    <div style='float:right;padding:4px;'>
    <script type='text/javascript'>
    tweetmeme_style = 'compact';
    tweetmeme_url = '<data:post.url/>';
    tweetmeme_source = 'twitteruser';
    </script>
    <script src='http://tweetmeme.com/i/scripts/button.js' type='text/javascript'/>
    </div>
    PHP:
    Please replace "twitteruser" with your twitter username.
    Hope it helps you :)
     
    anupviews, Jun 17, 2010 IP
  5. gvannorman

    gvannorman Well-Known Member

    Messages:
    1,036
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    100
    #5
    I am using blogger. I looked at your blog and yest that is what I want. Any assistance would be helpful. I tried what you wrote, but couldn't find the script that you posted.
     
    gvannorman, Jun 17, 2010 IP
  6. gvannorman

    gvannorman Well-Known Member

    Messages:
    1,036
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    100
    #6
    I got the twitter code to work, but not facebook.
     
    gvannorman, Jun 17, 2010 IP
  7. anupviews

    anupviews Member

    Messages:
    795
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    35
    #7
    You have to add facebook widget form your facebook account.
     
    anupviews, Jun 17, 2010 IP
  8. gvannorman

    gvannorman Well-Known Member

    Messages:
    1,036
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    100
    #8
    Not sure how that works? But, I am looking into it.
     
    gvannorman, Jun 17, 2010 IP
  9. anupviews

    anupviews Member

    Messages:
    795
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    35
    #9
    anupviews, Jun 18, 2010 IP
  10. EApubs

    EApubs Guest

    Messages:
    71
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Hmm..... blogger seems to be a bit hard! Why not move to Wordpress? :D
     
    EApubs, Jun 28, 2010 IP
  11. gvannorman

    gvannorman Well-Known Member

    Messages:
    1,036
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    100
    #11
    gvannorman, Jun 28, 2010 IP
  12. EApubs

    EApubs Guest

    Messages:
    71
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Now thats great! :D
     
    EApubs, Jun 28, 2010 IP