Plugin Author
Nico
(@nico23)
Your in luck, since the very last version you can do that and every other youtube parameter you want.
[youtube id="XXXXXXXXXX" parameters="loop=1 whateveryoulike=1"]
Hi Nico,
thanks for your replay. BUT it doesn’t work yet. What do I wrong?!?
[youtube id="QngX4W4RT2k" mode="normal" align="center" autoplay="yes" parameters="loop=1"]
Maybe you have another hint for me …
THX a lot! Roman
Plugin Author
Nico
(@nico23)
Turns out YouTube needs to have the ID as playlist as well for custom players.
[youtube id="QngX4W4RT2k" autoplay="yes" parameters="loop=1&playlist=QngX4W4RT2k"]
This should work
Hi Nico,
thank another time! But … I don’t know why (!) … it doesn’t work yet. It always stops after the regular time an shows the Youtube-Play-Button.
Maybe I have to accept this web curiosity 😉
THX Roman.
Plugin Author
Nico
(@nico23)
Are you sure you copied the exact shortcode from above.
Look here it works on my testsite http://nextgenthemes.com/plugins/advanced-responsive-video-embedder/tests/temp-test/ this should at least at my site work for you as well.
Do you use any other plugins, themes browser extension that might interfere with this?
Hey, it’s me again.
Thanks for your ambition! It seems like getting an wp-phenomenon … I used exactly the same code which you posted here. But it doesnt’t work not yet. At my site the youtube playlist icon in the plyer itself is missing. Maybe this is the problem.
I’m using WP Version 3.8.1 with an modified twenty thirteen theme. (I also tested any other standard themes – with the same “negative” result) Could the WP version be a problem. All other plugins I have deactivated while testing.
Greets & thx
Plugin Author
Nico
(@nico23)
At my site the youtube playlist icon in the player itself is missing.
I take this as a “Yes on your testsite its working fine”
No the latest WP version should not be a problem 😉 You tried clearing your browsers cache and cookies for youtube? You tested another browser?
Mind giving me a link.
Hey,
on your Testsite the including is working. On my site unfortunatly not. I tested on Safari, FF, Opera an Chrome! Here’s the link:
http://test.baxterundbaxter.de
Plugin Author
Nico
(@nico23)
Your source:
<iframe class="arve-inner" src="//www.youtube-nocookie.com/embed/QngX4W4RT2k?autohide=1&iv_load_policy=3&modestbranding=1&rel=0&wmode=transparent&loop=1&autoplay=1#038;playlist=QngX4W4RT2k" frameborder="0" scrolling="no" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe>
I got the cause, something is transforming the &
into #038;
rather into &
. Not sure what it is but you could try using a space instead.
[youtube id="QngX4W4RT2k" autoplay="yes" parameters="loop=1 playlist=QngX4W4RT2k"]
GREAT, GREAT, GREAT idea! Thank you very much for your tips. The clear space solves the problem.
THX a lot,
Roman