I want to add a like button to every page on a site. I want to use the XFBML javascript version to automatically connect the like button with the URL it is placed on, as opposed to manually entering this in the Iframe version for each individual page. When using the basic code generated when filling in the facebook configuration I get this <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http://www.mywebsite.com" layout="button_count"></fb:like> Code (markup): . When I add this code to my site it just let's you click the like button and adds one, but I don't see it appear on my facebook account. How do I get a user to click the like button and it post to their facebook account/wall, post a comment about the page ect.. to share with their friends. The site is just a simple html site, can anyone point me to a step by step tutorial on how to accomplish this. Or any suggestions on the best way to implement these buttons would be appreciated. Thanks