PDA

View Full Version : "like button" on page script (need to find <body>)


tjolley2000
12-22-2013, 04:08 PM
I want to add some fb generated scrip that needs to be placed after the body tag <body> in the page html. I can not find it on my server or where else I can place it to get the code to work on the page.

can anyone tell me where I can find the source code, or how to enter some html and make sure it is inserted as close to the <body> tag as possible?

tjolley2000
12-23-2013, 05:37 AM
ok... need to add some script after the <body> tag? I figured it out...

AdminCP>Styles&Templates>StyleManager>find the template you want to edit (in my case default), click on the dropdown box in the same row as the template name > Under TEMPLATE OPTIONS click on Edit Templates.
Then scroll down to "Header" and click edit... then follow the code until you see the </body> or first <div>. for me it was line 119.
I then pasted my needed code in and saved (new code is now lines 119-126