HTML changes
-
Hello.
I’m trying to embed a video from a website and it works fine on my other website, but on WordPress it does not. What happens, when I flip back to visual then back to HTML, my code changes and when I view it live, it won’t work. How do I avoid WordPress from changing my code?
This is the code I type:
<body>
<iframe width=”420″ height=”345″ src=”https://www.vrideo.com/watch/ytZm6Sa”>
</iframe>
</body>
Then, when I go to ‘visual’ the video is there. But when I go back to ‘HTML’, this is the code I get:
<iframe src=”https://www.vrideo.com/watch/ytZm6Sa” width=”420″ height=”345″>
</iframe>
Some posts suggested I don’t flip to the ‘visual’ tab, but that didn’t work either. If I just stay on the ‘HTML’ tab, the press ‘preview’ or go to my site, I just get a link to my video.Also, I can’t add plugins.
Any help would be greatly appreciated.
The blog I need help with is: (visible only to logged in users)
-
Hi there!
Unfortunately at WordPress.com you’ll not able to use iFrame and install your plugins, to do this you have to get a WordPress.org self-hosted site.
For further information about code, please check this link below:
Regards.
- The topic ‘HTML changes’ is closed to new replies.