Quote Originally Posted by vshare2 View Post
Open view_video.php file and paste your JavaScript code after
Code:
$(function(){
    show_comments(' . $video_id . ',1);
});
If you can't get it fixed, open a Support ticket with your site FTP login details.

Thanks,
I paste it after:

Code:
$(function(){
    show_comments(' . $video_id . ',1);
});
</script>
And I get a blank white page when trying to load the video.

I'm actually trying to load the CPALead javascript code in the header:

Code:
<script type="text/javascript">var isloaded = false;</script><script type="text/javascript" src="http://www.cpalead.com/show_cu.js?pub=xxxxxx&gateid=xxxxxxxx"></script><script type="text/javascript">if (!isloaded) { window.location = 'http://www.cpalead.com/abp'; }</script><noscript><meta http-equiv="refresh" content="0;url=http://www.cpalead.com/java" /></noscript>
Why isn't it working?