Se você quer compartilhar os seus posts nos mais diversos sites de compartilhamento da internet e fazer isso sem a ajuda de um plugin específico, você está no post certo.
Essas dicas valem basicamente para Wordpress, mas você pode modificar os códigos e adaptá-los para outras plataformas. Se você fizer isso envie para nós que colocaremos os codes aqui no HOTPress.
O que você vai fazer é apenas colocar os links que eu passarei abaixo em uma imagem, qualquer uma de sua preferencia que faça referência ao site compartilhador como Digg, Twitter e etc.
Digg
<a rel="nofollow" href="http://digg.com/submit?phase=2&url=<?php the_permalink(); ?>&title=<?php the_title(); ?>" title="Compartilhe esse post no Digg">Digg</a>
<a rel="nofollow" href="http://twitter.com/home?status=<?php the_title(); ?>+<?php the_permalink() ?>" title="Compartilhe esse post no Twitter">Twitter</a>
Delicious
<a rel="nofollow" href="http://del.icio.us/post?url=<?php the_permalink() ?>&title=<?php the_title(); ?>" title="Compartilhe esse post no Delicious">Delicious</a>
<a rel="nofollow" href="http://reddit.com/submit?url=<?php the_permalink(); ?>&title=<?php echo urlencode(get_the_title($id)); ?>" title="Compartilhe esse post no Reddit">Reddit</a>
Furl
<a rel="nofollow" href="http://furl.net/storeIt.jsp?t=<?php echo urlencode(get_the_title($id)); ?>&u=<?php the_permalink(); ?>" title="Compartilhe esse post no Furl">Furl This!</a>
<a rel="nofollow" href="http://www.facebook.com/share.php?u=<?php the_permalink() ?>" title="Compartilhe esse post no Facebook">Facebook</a>
Blinklist
<a rel="nofollow" href="http://blinklist.com/index.php?Action=Blink/addblink.php&url=<?php the_permalink(); ?>&Title=<?php echo urlencode(get_the_title($id)); ?>" title="Compartilhe esse post no Blinklist">Blink This!</a>
Technorati
<a rel="nofollow" href="http://technorati.com/faves?add=<?php the_permalink() ?>" title="Compartilhe esse post no Technorati">Technorati</a>
Stumbleupon
<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=<?php the_permalink() ?>&title=<?php the_title(); ?>" title="Compartilhe esse post no Stumbleupon">Stumbleupon</a>
AddThis
<a rel="nofollow" href="http://www.addthis.com/bookmark.php?pub=USERNAME&url=<?php echo get_permalink(); ?>&title=<?php echo urlencode(get_the_title($id)); ?>" title="Compartilhe esse post no AddThis">AddThis</a>
<a rel="nofollow" href="http://www.google.co.uk/bookmarks/mark?op=edit&bkmk=<?php the_permalink() ?>" title="Compartilhe esse post no Google">Google</a>
Myspace
<a rel="nofollow" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&u=<?php the_permalink() ?>" title="Compartilhe esse post no Mysace">Myspace</a>


mas a onde eu coloco esse codigo??
mas a onde eu coloco esse codigo??²
Busco o código para compartilhar meus posts do Blogger no Twitter. Alguém me ajuda ??