Not sure if this is the right section or not but I need some help. Im creating a couple of webpage samples for a friend of mine and Im trying to implement the Facebook like button for their Facebook page. I followed the sample that Facebook has, but when I launch the HTML page it shows the button in the top right corner (which is probably my doing) but it doesnt link to their webpage, it links to the actual Facebook page.
Sample Facebook had:
HTML Code:
<html>
<head>
<title>My Great Web page</title>
</head>
<body>
<iframe src="https://www.facebook.com/plugins/like.php?href=YOUR_URL"
scrolling="no" frameborder="0"
style="border:none; width:450px; height:80px"></iframe>
</body>
</html>
I replaced "YOUR_URL" with their Facebook page, but nothing? Any Ideas??