Hello @virgilv,
Yes you can, but it is not recommended by multiple reasons:
1. Insert a video increases the loading time of the page.
2. In the majority of cases the page will be loaded even before the video start playing.
3. The mobile devices do not allow the “autoplay” in audio and video tags, both require the direct action of users. So, the video won’t play until the user press the play button.
Best regards.
As long as I can show my boss how it looks like, it should be alright. If you can, please give me a sample code for it as I’m playing much in the css js and php files in the server and sometimes does not display the whole plugin. Thanks!
Hello,
You simply should enter through the ads section in the settings page of the plugin, a video tag:
<video src="http://...." width="..." height="...">
More information in the following link:
https://www.w3schools.com/html/html5_video.asp
Best regards.
tried that a million times 🙁
Hello,
Please, send me the link to the webpage where is enabled the loading screen with the video tag.
Best regards.
Hello
For inserting a Youtube video the correct would be to insert the tags recommended by youtube:
<iframe width="854" height="480" src="https://www.youtube.com/embed/zD-JBCUsyZ4" frameborder="0" allowfullscreen></iframe>
If the issue persists, do not hesitate in create a ticked in my private website to check it in detail:
http://wordpress.dwbooster.com/support
Best regards.
Hello,
I’ve published an update of our plugin that manage the ads in a more coherent way. Please, install it and enter as the ads section the following piece of code:
<iframe width="854" height="480" src="https://www.youtube.com/embed/zD-JBCUsyZ4?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>
and that’s all.
Best regards.