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.
Embedding youtube clips...
Moderators: UAdevil, JMarkJohns
- JMarkJohns
- Posts: 3355
- Joined: Tue Jun 03, 2014 10:28 am
- Reputation: 174
- Location: VforVindication
- Contact:
Re: Embedding youtube clips...
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.
<iframe width="560" height="315" src="https://www.youtube.com/embed/aPbtzjw9gg4" frameborder="0" allowfullscreen></iframe>
Then wrap with the youtube code.
- JMarkJohns
- Posts: 3355
- Joined: Tue Jun 03, 2014 10:28 am
- Reputation: 174
- Location: VforVindication
- Contact:
Re: Embedding youtube clips...
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...
Opps, I missed the mobile part of the inquiry. carry on.
-
- Posts: 30196
- Joined: Tue Jun 03, 2014 5:41 pm
- Reputation: 1849
- Location: Mohave Dorm Room 417 Buzz 2
Re: Embedding youtube clips...
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.JMarkJohns wrote:
Oh, I know how to do it. But embed code is not available via mobile browsers/apps.
- JMarkJohns
- Posts: 3355
- Joined: Tue Jun 03, 2014 10:28 am
- Reputation: 174
- Location: VforVindication
- Contact:
Re: Embedding youtube clips...
That seems to work on Chrome. Thanks.UAEebs86 wrote: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.JMarkJohns wrote:
Oh, I know how to do it. But embed code is not available via mobile browsers/apps.