Daha önce sosyal site bağlantılarını siteye eklenti yardımı ile eklemeyi anlatmıştım. Bu yazımda ise sosyal sitelerin linklerini kod ile eklemenize yarayacak sosyal sitelerin bağlantı tiplerini paylaşacağım.
<a href="http://www.facebook.com/sharer.php?u=<?php the_permalink();?>&t=<?php the_title(); ?>">Facebook' Gönder</a>
Digg
<a href="http://www.digg.com/submit?phase=2&url=<?php the_permalink();?>">Digg'le</a>
Stumble Upon
<a href="http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>">Stumble Upon</a>
Delicious
<a href="http://delicious.com/post?url=<?php the_permalink();?>&title=<?php the_title();?>">Delicious'a Ekle</a>
Technorati
<a href="http://technorati.com/faves?sub=addfavbtn&add=<?php the_permalink();?>">Technorati'ye Gönder</a>
<a href="http://twitter.com/home?status=Currently reading <?php the_permalink(); ?>">Tweetle</a>




Son Yorumlar