How do I add a Facebook Like button to my web page?
1. Launch the HTML Egg App

2. Navigate to the web page you wish to add the Facebook button to

3. Tap on the Add New button on the toolbar and select "HTML Snippet"

4. Visit the following Facebook page to generate your code:
https://developers.facebook.com/docs/plugins/like-button/

5. Code copied from step 4 should be similar to the code segment below.
<div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <div class="fb-like" data-href="http://www.facebook.com/htmlegg" data-send="true" data-width="500" data-show-faces="true"> </div>
If you are using this template code segment, please replace the Facebook page URL with your own Facebook page address.

This widget makes a remote call to the Facebook server and may not load properly when tested in local web preview. Please publish your web page to test this widget.

Note:
You have to allow subscriptions in your Facebook profiles account settings. Click on the 'Subscribers' link on the menu on the left side of the screen, and check the box on "Allow subscribers". That should enable the follow plugin to work for your profile.

How do I customize the size of this widget?
Facebook widget size is controlled by the code within the snippet itself. The actual size of the snippet box on the page is always over-riden by the code, if the code specifies a certain size.

You will be able customize the look of the widget by generating code from https://developers.facebook.com/docs/plugins/like-button