Display a Facebook Like panel, you can choose any kind of panel you like (left, right, upper, lower)
Then paste the code below in a panel you choose.
My example is for a left panel.
Go to your "Admin Panel" --> System Admin --> Panels
Create a new "Left" panel.
Give the panel a name, for example "Facebook Like"
Keep panel filename the default value "None"
Remove all panel content and replace with the code below.
GeSHi: PHP
//Variables//
$faces="false";// Show Facebook Profile Picture under the Like button true || false
$color_scheme="dark";// The Colour Scheme of the Facebook Like Button light || dark
$width="160";// The width of the Facebook Like Button in pixels Numbers
$height="21";// The height of the Facebook Like Button in pixels Numbers
Panel restriction should be "include in these pages" and leave the field blank.
Panel access should be public.
Check the checkbox for "Display panel on all pages".
Save the panel and enable it.
Bottom left is an example! Please click it to see how it works.