7 Social Buttons That Any Blog Can’t Live Without

Social services and blogs is a part of modern internet. Many blogs have special buttons in every post which give readers an ability to add the post to their favorite service. Almost every blog platform have plugins which add a lot of such buttons to posts. There are just one problem with those plugins - they add A LOT of buttons.

Of course you can customly delete some of them but than what for you need those plugins than? I think in some cases better solution is to add links to some of most popular services to your templates. There is also a fact that some blogs don’t have plugin systems (i.e. Blogger).

Every platform have its own template syntaxis. To add buttons you’ll need just two codes: one which gives a permalink (permanent link) to the post and another whick gives the post title. Here are codes for most popular platforms:

Wordpress
<?php the_permalink();?> <?php the_title();?>
Blogger
<$BlogItemPermalinkURL$> <$BlogItemTitle$>
MovableType and TypePad
<$MTEntryPermalink$> <$MTEntryTitle$>

Now, we knows the codes but what to do with them? I’ll show that on Blogger example bacause it need that more than others.

  • Digg.
    http://digg.com/submit?phase= 2&url=<$BlogItemPermalinkURL$>&title=
    <$BlogItemTitle$>

  • Reddit.
    http://reddit.com/submit?url= <$BlogItemPermalinkUrl$>&title=<$BlogItemTitle$>

  • Del.icio.us.
    http://del.icio.us/post?v=4&noui&jump=close&url= <$BlogItemPermalinkURL$>&title=<$BlogItemTitle$>

  • Yahoo MyWeb.
    http://myweb.yahoo.com/myresults/bookmarklet?t= <$BlogItemTitle$>&u=<$BlogItemPermalinkURL$> &ei=UTF

  • Fark.
    http://cgi.fark.com/cgi/fark/edit.pl? new_url=<$BlogItemPermalinkURL$>&new_comment= <$BlogItemTitle$>

  • Furl.
    http://www.furl.net/store?s=f&to=0&ti= <$BlogItemTitle$>&u= <$BlogItemPermalinkURL$>

  • Magnolia.
    http://ma.gnolia.com/beta/bookmarklet/add?url= <$BlogItemTitle$>&title= <$BlogItemTitle$>&description= <$BlogItemPermalinkURL$>

You can put some images inside link tag and in the end you’ll get something like this:

Submit this post on Digg Submit this post on Reddit Submit this post on Deli.icio.us Submit this post on Yahoo MyWeb Submit this post on Fark Submit this post on Furl Submit this post on Magnolia

 

P.S. You can download icons for servises above here.

4 Responses was made.

  • Gravatar
    Comment by KristyThom on December 12, 2006 2:26

    http://skychasers.net/4sale/favs/dish-network/

  • Gravatar
    Comment by joseph on February 3, 2007 9:07

    7 Social Buttons That No Blog Can Live Without

    Social services and blogs are a part of the modern internet. Good blogs have special buttons available so that the reader can add his/her post to a favorite service, such as __________________. Almost every blog platform has many such plugins which can add a many buttons to a post. There are many problems with having all those plugins available - they add a LOT of buttons to a page which can ruin otherwise good design and confuse and distract users.

    On the other hand, some blogs don?「どィび「t have plugin systems at all (i.e. Blogger).

    Of course you can take the time to customize and delete some of them but then you have to ask yourself why did I need that in the first place? I think in some cases a better solution is to add links only for the most popular services.

    Every platform has it’s own template code syntax. To add buttons you?「どィび「ll normally need to know just two pieces of template code:

    1. The permanent link (permalink)to the post.
    2. The post title.

    Here is what the template syntax looks like for some of the more popular platforms:

    Now, we know the syntax, but now what do we do?

    I?「どィび「ll show you, using “Blogger” as an example (because it is in need of help more than the others :)) how to insert the proper code for each service using the “Blogger” syntax.

    Here is how you add an image to the link tag:

    This will provide images that are rendered like this:

    P.S. You can download icons for services above here.

    services just spelling

  • Gravatar
    Comment by Bill Compton on June 4, 2007 23:02

    Hi Jim. Photos i received. Thanks

  • Gravatar
    Comment by MsLovely101 on June 21, 2007 1:05

    Personally I use “addthis”.Its one button for everything and goes in the bottom with one easy code!!!

Leave a Reply

You must be logged in to post a comment.