Adding Javascript in a theme done by Artisteer
-
In the wordpress templates I have used in the past, there is a sidebar.php and to get this widget to show I just add this code :
<center><script type=”text/javascript” src=”https://widget.live365.com/widget/js/widget.js” charset=”utf-8″></script><object id=”live365Player” classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ codebase=”https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0″ width=”200″ height=”330″ align=”middle”><param name=”allowScriptAccess” value=”always” /><param name=”bgcolor” value=”#888888″ /><param name=”wmode” value=”transparent” /><param name=”movie” value=”https://widget.live365.com/widget/widget.swf” /><param name=”FlashVars” value=”Widget_Server=widget.live365.com/widget/&p=dstroyer&stationBroadcaster=dstroyer&wId=12CAD4125650D503FEACB4EF&mainColor=0x99ff33&startPage=3&autoPlay=0&style=2&hasPurchase=1&transparent=0&bgPic=https://&codeType=0″ /><param name=”quality” value=”high” /><embed name=”live365Player” src=”https://widget.live365.com/widget/widget.swf” wmode=”transparent” FlashVars=”Widget_Server=widget.live365.com/widget/&p=dstroyer&stationBroadcaster=dstroyer&wId=12CAD4125650D503FEACB4EF&mainColor=0x99ff33&startPage=3&autoPlay=0&style=2&hasPurchase=1&transparent=0&bgPic=https://&codeType=0″ quality=”high” width=”200″ height=”330″ align=”middle” allowScriptAccess=”always” type=”application/x-shockwave-flash” pluginspage=”https://www.macromedia.com/go/getflashplayer” bgcolor=”#888888″></embed></object></center>and it shows just fine – see: https://www.nikkislivingroom.com
When I try to add this code into the sidebars.php that my three coloum theme created in Artisteer – I can’t get it to work. I’ve placed it everywhere.
Here is the sidebars.php code:
[huge chunk of code moderated – please use pastebin.com for this]
Any help would be appreciated. Thanks
- The topic ‘Adding Javascript in a theme done by Artisteer’ is closed to new replies.