• Resolved virgilv

    (@virgilv)


    Hi! I’m wondering if its possible to put a video in the loading screen? thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author codepeople

    (@codepeople)

    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.

    Thread Starter virgilv

    (@virgilv)

    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!

    Plugin Author codepeople

    (@codepeople)

    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.

    Thread Starter virgilv

    (@virgilv)

    tried that a million times 🙁

    Plugin Author codepeople

    (@codepeople)

    Hello,

    Please, send me the link to the webpage where is enabled the loading screen with the video tag.

    Best regards.

    Thread Starter virgilv

    (@virgilv)

    website

    Plugin Author codepeople

    (@codepeople)

    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.

    Plugin Author codepeople

    (@codepeople)

    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.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Embed a Video’ is closed to new replies.