I have a web page here StoneWire News which is a news page driven by MYSQL. It shows several news articles on the page, each a different row in the DataBase. Each news item has a like link associated with it using the code below. This has worked for a while but now everything has gone screwy and as you can see, the like's seems to have all become associated with one another. From reading around I can see iframes may be the cause of the problem here. Any ideas what I should do to fix it?
Thanks
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.StoneWire.net%2FNews.php%3FnewsId%3D<?php echo $row_rsNews['newsId']; ?>&send=false&layout=button_count&width=450&show_faces=true&action=like&colorscheme=dark&font&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>