• Resolved originlab

    (@originlab)


    Im sorry if this has been covered but the search system for this site is very unhelpful as it returns results that have nothing to do with your terms.

    Ok on to my issue.

    I need to know where to insert a script.

    <script type="text/javascript" src="https://romdata.getbuffed.com/js/buffed-ext-rom-tooltips.js"></script>

    Now I have it in
    <head profile="https://gmpg.org/xfn/11" script type="text/javascript" src="https://romdata.getbuffed.com/js/buffed-ext-rom-tooltips.js">

    At the moment but cant seem to get it to work…

    All it is is a tooltip when you mouseover a certain link.

    Any help would be appreciated …

    -Jeff

Viewing 3 replies - 1 through 3 (of 3 total)
  • the profile attribute is to specify the location of meta data profiles, not javascript (that i know of)

    try sticking the first code somewhere between the header tags

    <head>
    <title>
    </title>
    somewhere around here…. you get the point
    </head>

    you can also put it in between the body tags, the difference is it executes when the page loads.

    Thread Starter originlab

    (@originlab)

    Got it thanks you very much…

    Believe it or not it has to be set at the very end of the head just above </head> or it interferes with incidental PHP and just displays as text..

    Thanks again…

    your welcome

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need help finding <Head> tags for entire site.’ is closed to new replies.