How to Insert a Facebook Like Button on My Webpage
With Facebook's "Like" button, your website visitors and Facebook friends can show others that they enjoy your site and potentially attract new visitors when this action appears in their news feed. When you place the box on your site, you can also include a wall of user pictures of all your website's fans. The default options of the Facebook "Like" button allow you to customize it so the button better fits with your website's color scheme and your space allotments.
Instructions
-
-
1
Open your Web page in a text editor such as Notepad and navigate to the area where you wish to display the "Like" button.
-
2
Paste the following code into that area:
<fb:like href="Your URL" layout="standard" show-faces="true" width="450" action="like" colorscheme="light" />
Change "Your URL" to the exact URL of the Web page where the like button will be placed.
-
-
3
Customize the button if you wish. For example, you can change "standard" to "button_count" to show a "Like" button with the numbered count. If your website has a dark layout, change "light" to "dark" to use the dark scheme. You can also change the width of the button by modifying the number "450" (higher for a longer button, lower for a shorter one). To show the people who have liked your page, keep the "show_faces" property set to "true."
-
4
Save your document and, after you upload it to the Internet, your users will see the "Like" box.
-
1