How To Create a Video Ads in sidebar Ads

Posted in: Newspaper
Post count: 3

How to create a youtube video autoplay in sidebar ads at homepage?
Anyone can help?

Post count: 20688

Hi,

You could use the video tag, this is a similar topic
https://forum.tagdiv.com/topic/custom-video-advertisement-for-newspaper-8/
Or maybe like this for external videos from Youtube
https://www.w3schools.com/html/html_youtube.asp

Thanks

Post count: 3

I’ll try with this code for sidebar ads

<div class=”td-all-devices”>

<video autoplay loop>
<source src=”
https://www.youtube.com/embed/6WDsjMmkixA”&gt;
</video>

</div>

But still cant run

Post count: 20688

Hi,

For YouTube videos please try the instructions in the guide I provided, and it should work. It should be like this
https://www.screencast.com/t/db3ySahP2mc7
https://www.screencast.com/t/BdVuc9gx
This is the code I used in the example, with the video you provided
https://pastebin.com/54tP2eHe

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.