I have just added fb, twitter and digg buttons the pages on my site. However I don't know what code to use for the link so that the pages can be submitted to these social networks. Can someone help me please? thanks.
I have also feel this thinks. But Now I don't know about this. Next time when I will know it, then I will try to give you this.
are you using blog or html? if you are on blog you can find lots of plugin, or you can use this code in your html file <html> <head> <title>My Great Web page</title> </head> <body> <iframe src="http://www.facebook.com/plugins/like.php?href=YOUR_URL" scrolling="no" frameborder="0" style="border:none; width:450px; height:80px"></iframe> </body> </html>