-
AuthorPosts
-
October 21, 2013 at 10:24 pm #178663
I’ve added the YouTube url to the Video section in the Enfold website. Naturally, YouTube logo displays and unwanted ‘related’ videos are recommended by YouTube when the video play ends. Adding the standard modestbranding=1 and rel=0 parameters result in the video not displaying at all, instead the code displays on the website. Please explain how to add these basic controls to the video.
October 22, 2013 at 6:27 am #178880Hi m!
I think recommended videos depends on the user’s activities and you can’t really control them. You can remove youtube history here: http://www.youtube.com/feed/history
Don’t use the embed code. Please try this:
http://youtu.be/S0y55vTpwck?rel=0&modestbranding=1
Best regards,
IsmaelOctober 22, 2013 at 6:34 am #178886By the way, I didn’t intentionally create duplicate posts. Your website showed an error with some code, so I had to retry posting. Then three posts appear – but I didn’t see a way to delete the two duplicates.
October 22, 2013 at 6:58 am #178898Thanks, I tried the link you provided and it displayed the video, but the parameters failed – the YouTube logo still showed, and the recommendations still displayed at the end. YouTube code works on other websites, please advise on how to make it work on this WordPress site.
October 24, 2013 at 4:56 pm #180317Hey!
Unfortunately the video element doesn’t accept secondary parameters as far as I know. But you can instead embed the iframe code into a text box>text tab so that that you can add it in like you would on a regular visual editor page.
Best regards,
DevinOctober 25, 2013 at 5:00 pm #180742http://youtu.be/videourl
-> this displays the video, but can’t find a way to hide the YouTube logo, nor prevent the random recommendations from displaying at the end.<iframe class=”youtube-player” type=”text/html” width=”640″ height=”385″ src=”http://www.youtube.com/embed/videoID” allowfullscreen frameborder=”0″ rel=”0” modestbranding=”1”>
</iframe>
-> This doesn’t work at all. Only code shows up on the website.Please advise.
October 25, 2013 at 5:07 pm #180744Hey!
You can use this tool: https://developers.google.com/youtube/youtube_player_demo to configure the iframe. Switch to the “html” editor mode to insert the iframe code otherwise WP will embed it as a standard text and not as html code.
Best regards,
PeterOctober 25, 2013 at 7:22 pm #180775That tool is great, thanks for the link. I pasted the code into the video component, and also into a text box in text view. Neither worked.
And now the content including those items and all the content below has disappeared from the webpage. I’ve restored to previous revisions, but all that webpage content is not reappearing.So, 1- how to resolve YouTube issue?
2- How to restore the web page ASAP?October 25, 2013 at 10:34 pm #180841I rebuilt the page. :/
Awaiting YT resolution, and back-up plan in case the page dies again during the process.October 27, 2013 at 2:42 am #181132Hi!
You’ll need to use a iframe code method (put it while being in the Text tab), putting the URL alone won’t work as you expect because that embedding method strips all the parameters, and that is handled by WordPress, not theme-related.
Regards,
JosueOctober 28, 2013 at 10:17 pm #181831Yes, I’ve tried that before and it didn’t work. I tried it again now, and now it displays a mini view of the website with a menu drop down – which has nothing to do with the iframe text. ???
October 28, 2013 at 10:23 pm #181832This reply has been marked as private.October 28, 2013 at 10:28 pm #181835This reply has been marked as private.October 30, 2013 at 11:33 am #182376Hey!
I’m don’t know how you can hide the “recommended videos” but I tried the generator and following code should hide the logo
<iframe id="youtube-player" type="text/html" width="640" height="385" src="http://www.youtube.com/embed/TvLEg_UjUVw?modestbranding=1" frameborder="0" allowfullscreen>
Best regards,
PeterOctober 30, 2013 at 8:49 pm #182566The logo was hidden, but “youtube” text displays at the top instead. I really need the YouTube to present correctly, with no YouTube logo/text and no recommended videos at the end.
October 30, 2013 at 9:14 pm #182578Hey!
Do you have an example of a YouTube embed displaying like you want?
Regards,
JosueOctober 30, 2013 at 9:43 pm #182602Thanks. 1. The youtube logo/text issue is resolved, as that seems to be all that is offered by YouTube. 2. I’ve sorted out the issue with not showing the recommended videos at the end. The solution is to use “iframe id=”youtube-player”” not “iframe class=” or “=”ytplayer””, in a text box. :)
October 30, 2013 at 9:48 pm #182604Excellent, thanks for pointing that :)
Regards,
Josue -
AuthorPosts
- The topic ‘VIdeo URL doesn't work when parameters added after the URL’ is closed to new replies.