Youtube Video
I'm trying to add a video on mobile using the Youtube ID.
I add the following parameters: autoplay=1&loop=1&modestbranding=1 but not one is working.
Can you help me?
Thank you
I'm trying to add a video on mobile using the Youtube ID.
I add the following parameters: autoplay=1&loop=1&modestbranding=1 but not one is working.
Can you help me?
Thank you
Comments
Hi,
Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.
It is always a good idea to also attach a screenshot showing your issue.
Thanks
Hi the website il https://www.maslogistics.it/, the page is: https://www.maslogistics.it/servizi/gestione-e-commerce/, the problem is on the mobile view.
The autoplay is not working because modern browsers block it if the video is not muted. To have autoplay, you need to add the parameter mute=1.
I can see that modestbranding=1 is working correctly.
And for the loop, add the playlist parameter with the video ID: playlist=VIDEO_ID.
Best regards
Thank you
I have this parameter: autoplay=1&mute=1&loop=1&modestbranding=1&playlist=2F6CIMXiN_A&rel=0&showinfo=0&controls=0
But the video doesn't start in autoplay.
More over i won't to see the title and the name of the channel( see the screen)
It seems that autoplay cannot be done on iOS and Android devices.
Please check the following links:
https://stackoverflow.com/questions/3009888/autoplay-audio-files-on-an-ipad-with-html5/3056220#3056220
https://stackoverflow.com/questions/15090782/youtube-autoplay-not-working-on-mobile-devices-with-embedded-html5-player
https://stackoverflow.com/questions/8141652/youtube-embedded-video-autoplay-feature-not-working-in-iphone/8142187#8142187
Best regards
Ok thank you.
But how can i disable the youtube profile image, the title and the label "youtube"?
The parameter modestbranding=1, which you already used should remove the "youtube" label, the showinfo=0 will remove the title bar.
But there is no option to hide the profile image.
Best regards