How to link to YouTube (not embed)
-
Hi, I just updated to latest WordPress version and it seems like it auto-try to embed the links into an iframe, so it convert this code:
<a href="https://www.youtube.com/watch?v=j8qS1TL0gtU" target="_blank" rel="noopener">Regarding my Bitcoin's involvement, here is my Youtube contribution</a>
To this code:
<a href="<iframe src="//www.youtube.com/embed/j8qS1TL0gtU?wmode=transparent" width="620" height="348" ></iframe>” target=”_blank” rel=”noopener”>Regarding my Bitcoin’s involvement, here is my Youtube contribution</a>
See it tries to change the youtube link to an iframe… but I do not want this behavior, I only want to link to the video, not embed it.
How do I achieve this?
I tried to search for this, but do not find anything by Googling it… I only find info about the auto embed feature…
P.S., I tried to download plugin Disable Embeds (https://www.ads-software.com/plugins/disable-embeds/), but it does not seem to have any effect on this behavior unfortunately…
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to link to YouTube (not embed)’ is closed to new replies.