Facebook Box Shortcode

This theme is capable of adding a Facebook "Like" box. To get set up, you'll have to create a Facebook fan page

Shortcode:

[facebookbox]

Attributes:

id
This is the "name" of your Facebook box. It is used as an identifier if you have multiple different Facebook boxes on the same page. It can have any single word string value but each must be unique

path
This is the URL of the Facebook page you want people to "Like" e.g. https://www.facebook.com/platform

colorscheme
Can have the values "dark" or "light"

showfaces
Can have the values "true" or "false"

bordercolor
Set the color of the border here.

Examples:

The following will display a Facebook box...

[facebookbox id="myFacebookBox" path="https://www.facebook.com/platform" showfaces="true" colorscheme="light" bordercolor="white"]
Back to Shortcodes »