I searched for the same at fb help center and it says: When somebody likes an article on my website (e.g. http://pickthepen.com/science_and_tech/index.php?id=1001, which of course contains substantial content), it does not appear in his/her friends' feeds. In fact no 'like' on my website generates news feeds . What should I do in order to notify the friends of the users liking stuff on my website? Your help will be really appreciated. Thanks and Regards, Dipesh
I'm looking at your like button code and it's malformed. href=www.PickThePen.com%2Fscience_and_tech%2Findex.php%3Fid%3D1001 Code (markup): Should be: href=http://pickthepen.com/science_and_tech/index.php?id=1001 Code (markup): In other words, it needs to be the full url with http, and no entities (don't let / become %2F)