[ Video Sharing CMS v4 ] Banner Don't Show

Started by amir,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

amirTopic starter

Hi.
I Upgrade to new V. 17
But Don't show Ads
I add this code
<script type="text/javascript"> 
		var clickyab_ad = clickyab_ad || []; 
		clickyab_ad['id'] = 7541428404853; 
		clickyab_ad['domain'] = 'clip.dooni.ir'; 
		clickyab_ad['slot'] = 39512117950;
		clickyab_ad['width'] = 728;
		clickyab_ad['height'] = 90;
	</script>
	<script type="text/javascript" src="http://a.clickyab.com/show.js"></script>


But don't show in size (728*90)

also when I add this ads to before-videoplayer don't show anything

also in video.php <?php do_action('after-comments'); ?> don't echo ads
Sorry for my bad English
  •  

PHPVibe A.


PHPVibe A.

As for ads, you can wrap them into a div there to force 100%, if the ad doesn't render properly.
When I run that ad code in jsfiddle it doesn't render http://jsfiddle.net/4229Lqoh/

amirTopic starter

I add this code to after video but don't show after video

<div style="width: 728px; height: 90px">
<script type="text/javascript">
      var clickyab_ad = clickyab_ad || [];
      clickyab_ad['id'] = 7541428404853;
      clickyab_ad['domain'] = 'clip.dooni.ir';
      clickyab_ad['slot'] = 39581260852;
      clickyab_ad['width'] = 728;
      clickyab_ad['height'] = 90;
   </script>
   <script type="text/javascript" src="http://a.clickyab.com/show.js"></script>   

</div>

you can see
http://cliptest.dooni.ir/video/28/rks-g-lb-dkhtr-6-s-lh/
   
  •  

PHPVibe A.

Hi, there is no "after video" spot, so where are you adding it?
I don't see that code rendering on the video page.

Similar topics (7)