Youtube autostart

Posted in: Newsmag
Post count: 9

Hi devs,

Can we add a custom code to video template to start youtube videos automaticly?

Post count: 23312

Hi derinuzay,

Yes, it is possible to make your YouTube video to start automatically if you use and embed code with this argument ?autoplay=1 . Place this in your embed code, after the video ID, like this: http://screencast.com/t/QAnVljlL . This embed code you can take from You Tube, like this: http://screencast.com/t/wuelYzG8

I hope this helps and let us know how it goes!

Thank you!

Post count: 9

Hi catalin,

Actually I meant like as a default code. For example a code that ı can add to functions.php

Post count: 6535

Hi

Try this code &autoplay=1 in td_video_support.php here: http://screencast.com/t/jmsnHNMYdEQ0

Thanks!

Post count: 101

Thx for help. so Can I set the video quality automatically 480p?

Post count: 101

i found for 360p

{player.setPlaybackQuality(“medium”);

but auto play dont working

<iframe id="td_youtube_player" width="600" height="560" src="' . 'https://www.youtube.com/embed/' . self::get_youtube_id($videoUrl) . '?enablejsapi=1&feature=oembed&wmode=opaque&vq=hd720' . self::get_youtube_time_param($videoUrl) . &autoplay=1. '" frameborder="0" allowfullscreen=""></iframe>

when i try this broken page.

Post count: 101

and i am using mobile plugin.

Post count: 22421

Hello,

Unfortunately this solution will not work on the mobile theme plugin, sorry. We have no solution for the mobile theme. If you need autoplay on mobile devices you will have to use the standard responsive version of the theme.

Thanks.

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