Embed your facebook feed or add a like button to your page.

Shortcode

[facebook]

Options

  • type: Enter nothing for a sidebar, type=”like” for a like button
  • url: The facebook page url
  • width: # of pixels – the width of the widget, 200 pixels default
  • faces: (true, false) show other people who like this
  • send: adds a send button to your like box (like boxes only)
  • layout: (box_count, button_count) (like boxes only)
  • stream: (true, false) show the stream
  • header: (true, false) show a header above the box
  • align: (right, left) float the box

Example

A Facebook Sidebar Feed, Aligned Right =>

[facebook width="275" url="http://facebook.com/drewuniversity" align="right"]

<!–

Default Like Button

[facebook type="like" url="http://facebook.com/drewuniversity"]

Like Button with Faces

[facebook type="like" url="http://facebook.com/drewuniversity" faces="true"]

Small Like Button with Counter

[facebook type="like" url="http://facebook.com/drewuniversity" layout="button_count"]

Like Button with Counter

[facebook type="like" url="http://facebook.com/drewuniversity" layout="box_count"]

Like Button with Counter & Send Option

[facebook type="like" url="http://facebook.com/drewuniversity" layout="button_count" send="true"]
–>