inserting Delicious Play Tagger javascript

Started by K4EEO, November 13, 2009, 10:36:02 PM

Previous topic - Next topic

K4EEO

I need to insert the following script into SMF 2.0 RC1.2, but i'm not sure where it needs to be put (which file - which section)

<script type="text/javascript" src="http://static.delicious.com/js/playtagger.js"></script>

the script comes from: http://delicious.com/help/playtagger if that helps.

thanks for your time.......................................................... tommy


tyty1234

You can add this piece of code to the index.template.php file found in the default directory of the Themes folder. I would recommend around this area.

Code (Find) Select

// Output any remaining HTML headers. (from mods, maybe?)
echo $context['html_headers'];


Code (Add Before) Select

// Play Tagger script.
echo '<script type="text/javascript" src="http://static.delicious.com/js/playtagger.js"></script>';
My Activity: Inactive
My Links: tyty1234's SMF Site | SMF Package Parser | SMF Helper | My Mods [5]
Subscribe to my SMF blog for updates
PMs for support will not be accepted, unless requested otherwise.

H

Studio1031, do you require any further assistance?
-H
Former Support Team Lead
                              I recommend:
Namecheap (domains)
Fastmail (e-mail)
Linode (VPS)
                             

K4EEO

Sorry for not replying sooner.. I did do as instructed, and it's working perfectly.. Thanks!!

Advertisement: