Im trying to insert audiogo.com app in to my raven nuke news since a month now. if some can help tell me how to insert this java script to my raven nuke i really appreciate it.
when i added like that nothing worked. even it did not load the page. i did found a person using this app in one of he's site nuke site. i did try to ask him but got no help. hope someone here can help me with this. thanks in advanced.
$audiotop = "<!-- BEGIN listen now odiogo.com #2 -->\n";
$audiotop .= "<script type=\"text/javascript\" language=\"javascript\">\n";
$audiotop .= "showOdiogoReadNowButton (_odiogo_feed_id, '$title', 'modules.php?name=News&file=article&sid=$sid',\n";
$audiotop .= "290, 55);\n";
$audiotop .= "</script>\n";
$audiotop .= "<!-- END listen now odiogo.com #2 -->\n";
$audiotop .= "\n";
$audiobottom = "<!-- BEGIN listen now odiogo.com #3 -->\n";
$audiobottom .= "<script type=\"text/javascript\" language=\"javascript\">\n";
$audiobottom .= "showInitialOdiogoReadNowFrame (_odiogo_feed_id, 'modules.php?name=News&file=article&sid=$sid', 290, 0);\n";
$audiobottom .= "</script>\n";
$audiobottom .= "<!-- END listen now odiogo.com #3 -->\n";
$hometext = $audiotop . $hometext . $audiobottom;
This will automatically add the listen now to all your news articles.
Make sure you back your news index up before you do this just in case something goes wrong.
Last edited by nuken on Fri May 07, 2010 3:04 pm; edited 1 time in total
thanks for the reply nuken. well i tried the way u told me nothing showed up. no errors no player. im using raven nuke 2.40.00. so i check the source by right clicking in the code. i can see the 1st code which is "echo "<!-- BEGIN listen now odiogo.com #1 -->\n"; " but 2nd and 3rd code not there in the page source. is it becouse of the raven nuke version or do i have to add something to article.php as well?
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum