My issue is similar to @jklaneway, or at least my embed code is in relation to the rel and showinfo parameters.
I’m a member of the Editorial Freelancers Assn. Its website developers use Woocommerce and WordFence plugins on the WordPress site. I’m wanting to embed a YouTube video on my profile page.
The developers recently went with an updated version of WordFence, which doesn’t permit <iframe> embedding. Instead the developers are forcing me to use this code version: [embed]https://www.youtube.com/watch?v=<myvideo>[/embed]
Inserting &rel=0 immediately following the <myvideo> video ID string and before the [/embed] tag doesn’t do anything.
Any idea how to get the parameter to be effective? Thanks!