I have created a couple of iframe apps. they can be seen here. www.facebook.com/iancareyfanpage
I have created some iframe apps and inserted the following to display a like and comments section.
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js#appId=123543567752303"></script>
<script>
FB.init({
appId : '123543567752303',
status : true,
cookie : true,
xfbml : true
});
FB.Canvas.setAutoResize(100);
</script>
</body>
</html>
<fb:comments width="500"></fb:comments>
However, when someone clicks the like button or leaves a comment the link back takes you to my actual webserver and displays the iframe app like a webpage, i need to change the url that gets put on peoples pages. sorry if i'm not explaining myself very well, hopefully someone will understand what I mean.
warm regards, Brad HOlland
hrefattribute to your Facebook page. – ifaour Oct 19 '11 at 20:37