Facebook like box
-
- Forum Members
- Posts: 12
- Joined: Tue Oct 28, 2008 11:59 am
Facebook like box
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
Re: Facebook like box
Try this:
Just after </__body> tag (note forum now rewrites body tag) put
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 { }
Just after </__body> tag (note forum now rewrites body tag) put
Code: Select all
{literal}
#add first block of code here#
{/literal}
The literals prevent Smarty from trying to interpret code in the curly brackets { }
-
- Forum Members
- Posts: 12
- Joined: Tue Oct 28, 2008 11:59 am
Re: Facebook like box
Ok, just tried it and works like a charm. Thanks a lot.