MyBB Community Forums

Full Version: Insert JavaScript Into Header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to setup my forum with Walkme, a walk through service. It requires that a line of JavaScript be inserted into all pages before the closing header tag. I don't know how to do this. I tried the header template, but it inserted it at the beginning of the body section.
Add it to the end of headerinclude template if you want it at the end of <head>
(2013-10-24, 11:11 PM)Destroy666 Wrote: [ -> ]Add it to the end of headerinclude template if you want it at the end of <head>

Thank you. That worked perfectly. Smile