Page 1 of 1

Embedding youtube clips...

Posted: Sun Aug 23, 2015 10:32 pm
by JMarkJohns
I know the embedded code needs to go twixt the code brackets to show embed.

But it used to be just the link or the link code.

Why the change?

Is there a way it can be changed to just the end code?

You can't access embed coding from mobile browsers, nor do they make it an available share option on the app. Least ways not that I'm aware.

Re: Embedding youtube clips...

Posted: Mon Aug 24, 2015 5:39 am
by azgreg
Use the embed code like this.

<iframe width="560" height="315" src="https://www.youtube.com/embed/aPbtzjw9gg4" frameborder="0" allowfullscreen></iframe>

Then wrap with the youtube code.


Re: Embedding youtube clips...

Posted: Mon Aug 24, 2015 7:35 am
by JMarkJohns
azgreg wrote:Use the embed code like this.

<iframe width="560" height="315" src="https://www.youtube.com/embed/aPbtzjw9gg4" frameborder="0" allowfullscreen></iframe>

Then wrap with the youtube code.


Oh, I know how to do it. But embed code is not available via mobile browsers/apps.

Re: Embedding youtube clips...

Posted: Mon Aug 24, 2015 7:41 am
by azgreg
Opps, I missed the mobile part of the inquiry. carry on. :D

Re: Embedding youtube clips...

Posted: Mon Aug 24, 2015 7:49 am
by UAEebs86
JMarkJohns wrote:

Oh, I know how to do it. But embed code is not available via mobile browsers/apps.
Can't you just set your browser to full desktop mode so that YouTube doesn't know you are on a mobile? I think most browser apps can do that.

Re: Embedding youtube clips...

Posted: Mon Aug 24, 2015 8:29 am
by JMarkJohns
UAEebs86 wrote:
JMarkJohns wrote:

Oh, I know how to do it. But embed code is not available via mobile browsers/apps.
Can't you just set your browser to full desktop mode so that YouTube doesn't know you are on a mobile? I think most browser apps can do that.
That seems to work on Chrome. Thanks.