It seems like I've asked about this before but can't find any thread about it. But when we use Youtube's standard embed code ie.
<iframe width="560" height="315" src="//http://www.youtube.com/embed/aLOYh8oDEZ8?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
It works fine in the front end. However, in RSS it adds the root domain to the front - making the code:
<iframe width="560" height="315" src="/http://www.domain.com//www.youtube.com/embed/aLOYh8oDEZ8?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
Which isn't the proper usage. If you manually add http:// to the front of the source in the iframe all is good. However most of my clients won't know/remember to do that. Can we modify the RSS feed code so that it'll ignore those or add http:// without manually changing them?