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 (http://delicious.com/help/playtagger) if that helps.
thanks for your time.......................................................... tommy
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.
// Output any remaining HTML headers. (from mods, maybe?)
echo $context['html_headers'];
// Play Tagger script.
echo '<script type="text/javascript" src="http://static.delicious.com/js/playtagger.js"></script>';
Studio1031, do you require any further assistance?
Sorry for not replying sooner.. I did do as instructed, and it's working perfectly.. Thanks!!