you can add this code to share to any social networking sites from
http://www.addthis.com/
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4da1a59d51aa80c1"></script>
<!-- AddThis Button END -->
Code for Like
To provide like button download the social network control from codeplex
<http://socialnetworkcontrol.codeplex.com/>
add the dll in you website by add reference and you will get control on your tool box like this :
<cc2:FacebookLike ID="FacebookLike2" runat="server" />
hope this will help you!