Hi,
Facebook Share:
For sharing a page in Facebook, it provides a specific URL to share a particular page in facebook. The parameters that are passed are basically just an URL. What facebook does is, it parses the URL and fetches the meta title and description. Now these title and description are added as the title and description of the new Facebook post. For the image of the post, Facebook selects a random image from the page that is being shared. So when you are sharing a page, make sure it has proper title and description.
Here is an example of a sharing a particular page in Facebook:
<a href="http://www.facebook.com/sharer.php?u=<?php echo urlencode("URL_TO_SHARE"); ?>&t=TITLE_OF_POST">Share with Facebook</a>
Digg Share
Similar to Facebook, Digg also provides an URL to share a particular page. The URL of that page needs to be passed as parameter to Digg.
e.g.
<a href="http://digg.com/submit?url=<?php echo urlencode("URL_TO_SHARE"); ?>&title=TITLE_OF_POST">Digg</a>
Share Delicious
Facebook Share:
For sharing a page in Facebook, it provides a specific URL to share a particular page in facebook. The parameters that are passed are basically just an URL. What facebook does is, it parses the URL and fetches the meta title and description. Now these title and description are added as the title and description of the new Facebook post. For the image of the post, Facebook selects a random image from the page that is being shared. So when you are sharing a page, make sure it has proper title and description.
Here is an example of a sharing a particular page in Facebook:
<a href="http://www.facebook.com/sharer.php?u=<?php echo urlencode("URL_TO_SHARE"); ?>&t=TITLE_OF_POST">Share with Facebook</a>
Digg Share
Similar to Facebook, Digg also provides an URL to share a particular page. The URL of that page needs to be passed as parameter to Digg.
e.g.
<a href="http://digg.com/submit?url=<?php echo urlencode("URL_TO_SHARE"); ?>&title=TITLE_OF_POST">Digg</a>
Share Delicious