Social networking site is extremely useful for increasing our website traffic. Social networking button work is somethink like this, when user click on this button, they will open new link to appropriate social networking site.
Submit URL+ Post Permalink=Post to social networking
for example:
http://digg.com/submit/?phase=2&url=+http://blogfreakz.com/category/tutorial/wordpress-tutorial=http://digg.com/submit/?phase=2&url=http://blogfreakz.com/category/tutorial/wordpress-tutorial
For wordpress themes, we can use wordpress template tags bellow
<?php the_permalink() ?>
To implement this on wordpress themes is pretty simple. Open your single.php from your wordpress themes and then copy and paste source code before <?php comments_template(); ?> tag.
for example
<a href=”http://digg.com/submit/?phase=2&url=<?php the_permalink()?>”><img alt=”Add to Digg” src=”<?php bloginfo(’template_directory’); ?>/images/digg.png”/></a>
<?php comments_template(); ?>
Here list of social networking link , if you have suggestion other social networking , feel free add this on comment with URL link .
del.icio.us
http://del.icio.us/post?url=<?php the_permalink() ?
blinklist
http://blinklist.com/index.php?Action=Blink/addblink.php&Url=<?php the_permalink() ?
ma.gnolia
http://ma.gnolia.com/bookmarklet/add?url=<?php the_permalink() ?>
StumbleUpon
http://www.stumbleupon.com/submit?url=<?php the_permalink() ?>
Technorati
http://www.technorati.com/faves?add=<?php the_permalink() ?>
http://twitthis.com/twit?url=<?php the_permalink() ?>
http://www.facebook.com/share.php?u=<?php the_permalink() ?>
Friendfeed
http://friendfeed.com/?url=<?php the_permalink() ?>
Designfloat
http://designfloat.com/submit.php?url=<?php get_permalink() ?>
http://reddit.com/submit?url=<?php the_permalink(); ?>
Designbump
http://designbump.com/node/add/drigg?url=<?php get_permalink() ?>
download example source code:
[...] Create custom social bookmark button for wordpress [...]
ini yang saya cari2 selama 2 hari ini.
thanks for share..-)