Page 1 of 1

Facebook like box

Posted: Sun Nov 10, 2013 10:12 pm
by aragorn-jungle
hello, I would like to put the facebook like box into my template but can't seem to understand where I should put the code, it says something about javascript SDK and then two sets of code. Please help, much appreciated. SCREENSHOT ATTACHED
Untitled-1.jpg

Re: Facebook like box

Posted: Sun Nov 10, 2013 11:24 pm
by paulbaker
Try this:

Just after </__body> tag (note forum now rewrites body tag) put

Code: Select all

{literal}
#add first block of code here#
{/literal}
Then paste second block of code wherever you want the FB block to go.

The literals prevent Smarty from trying to interpret code in the curly brackets { }

Re: Facebook like box

Posted: Tue Nov 12, 2013 4:49 pm
by aragorn-jungle
Ok, just tried it and works like a charm. Thanks a lot.