I have inserted embed youtube code into the notes field but it isn't being saved. How can this be fixed
Are you trying to use the YouTube embed code? If you are, you need to use the embed shortcode instead. Here’s an example:
[embed width="123" height="456"]PUT YOUTUBE URL HERE[/embed]
Steven, I am and it works but when I want to use the exclude ?r=0 code on the end so suggested videos dont show, it fails
[embed]http://www.youtube.com/embed/Zs-8-cWFbOU?rel=0[/embed], this fails
This also fails
[embed width="123" height="456"]http://www.youtube.com/embed/Zs-8-cWFbOU[/embed]
The URLs your’re trying to use are incorrect. You need to use: http://www.youtube.com/watch?v=Zs-8-cWFbOU
Please keep in mind the embed shortcode is a WordPress shortcode, not Connections. You’ll have to refer to the WordPress documentation for this shortcode.
This also fails
[embed]http://youtu.be/Zs-8-cWFbOU&rel=0[/embed]