- 1). Right-click the Web page you want to edit. Click the "Open With" option in the pop-up menu, then double-click the HTML editor you want to use for this task.
- 2). Scroll down the page to the location where you want the Facebook Like button to display. Type the following code to create the iframe container:
<iframe> </iframe> - 3). Add the Facebook URL to the iframe tag so that it points to the Like button script on the Facebook website. The following code completes the iframe setup for your Like button:
<iframe src="http://www.facebook.com/l.php?fb_ref=top_left&fb_source=myprofile "> </iframe>
In the above example, replace "myprofile" with your Facebook account name.
previous post