Title: iframe disappears
Last modified: August 20, 2016

---

# iframe disappears

 *  [pabloortiz75](https://wordpress.org/support/users/pabloortiz75/)
 * (@pabloortiz75)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/iframe-disappears/)
 * Hello,
 * Evrytime I insert a youtube video on my pages it works well for the first time.
   But if I open the article and edit it in Visual Mode, and save again… the <iframe
   > part of the code simply disappears and I have to add and save it again in HTML
   mode.
 * What is the reason?
 * Thanks

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/iframe-disappears/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/iframe-disappears/page/2/?output_format=md)

 *  [Cosmicray](https://wordpress.org/support/users/cosmicray/)
 * (@cosmicray)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/iframe-disappears/#post-2131464)
 * I’m having a similar issue. The iframe vanishes along with the video and is replaced
   by a huge chunk of html relating to seoquake???? It’s got me puzzled I have to
   admit. I’ve videoed the process here on Jing [http://screencast.com/t/GvaKb01PxPK](http://screencast.com/t/GvaKb01PxPK)
   
   If anybody has an explanation for this behaviour, please let me know it’s driving
   me bonkers!!
 *  [webvitalii](https://wordpress.org/support/users/webvitaly/)
 * (@webvitaly)
 * [15 years ago](https://wordpress.org/support/topic/iframe-disappears/#post-2131591)
 * WordPress removes iframe when you switch from “HTML” to “Visual” tab in your 
   editor because of the security reasons.
    1. You may paste Youtube or Vimeo link into post but sometimes it does not convert
       into video corectly.
    2. You may use WordPress default shortcode: `[embed width="500" height="400"]http://
       www.youtube.com/watch?v=wQL34ZiCNVA[/embed]`.
    3. If you simply want to embed iframe into post you can install **[iframe plugin](http://wordpress.org/extend/plugins/iframe/)**
       and paste this shortcode into content: `[iframe width="640" height="480" src
       ="http://player.vimeo.com/video/3261363"]`
 * More info about [embeding iframe](http://web-profile.com.ua/wordpress/useful/embed-video-into-post/)
   into post content.
 *  [govpatel](https://wordpress.org/support/users/govpatel/)
 * (@govpatel)
 * [15 years ago](https://wordpress.org/support/topic/iframe-disappears/#post-2131592)
 * install this plugin Viper’s Video Quicktags plugin and you will have tags of 
   videos in editor you want embed in posts or pages
 *  [Cosmicray](https://wordpress.org/support/users/cosmicray/)
 * (@cosmicray)
 * [15 years ago](https://wordpress.org/support/topic/iframe-disappears/#post-2131596)
 * Blimey guys! Thanks for the response, I’m grateful. I’ll give wevitality’s first
   method a go and see how we get on. I’ll probably try your suggestion govpatel,
   on a different blog where I tend to experiment.
 * Thanks again for your input.
 *  [Jawa3113](https://wordpress.org/support/users/jawa3113/)
 * (@jawa3113)
 * [15 years ago](https://wordpress.org/support/topic/iframe-disappears/#post-2131611)
 * What if I need to post a google maps iframe? I need to post directions to my 
   business
 *  [webvitalii](https://wordpress.org/support/users/webvitaly/)
 * (@webvitaly)
 * [15 years ago](https://wordpress.org/support/topic/iframe-disappears/#post-2131612)
 * You can install **[iframe plugin](http://wordpress.org/extend/plugins/iframe/)**
   and paste into content shortcode similar to this: `[iframe width="640" height
   ="480" src="http://maps.google.com/?ie=UTF8&ll=37.0625,-95.677068&spn=40.59616,107.138672&
   t=h&z=4&output=embed"]`
 *  [govpatel](https://wordpress.org/support/users/govpatel/)
 * (@govpatel)
 * [15 years ago](https://wordpress.org/support/topic/iframe-disappears/#post-2131613)
 * You do not need to use Iframe for googlemap you can install a plugin try mappress
 *  [Jawa3113](https://wordpress.org/support/users/jawa3113/)
 * (@jawa3113)
 * [15 years ago](https://wordpress.org/support/topic/iframe-disappears/#post-2131614)
 *  [govpatel](https://wordpress.org/support/users/govpatel/)
 * (@govpatel)
 * [15 years ago](https://wordpress.org/support/topic/iframe-disappears/#post-2131615)
 * I have mappress on few of wordpress websites and work fine you need to create
   map on the page or post you want google map to show you can check [example here](http://smokiesknightsinn.com/location/)
 *  [Jawa3113](https://wordpress.org/support/users/jawa3113/)
 * (@jawa3113)
 * [15 years ago](https://wordpress.org/support/topic/iframe-disappears/#post-2131616)
 * ok govpatel, I installed and activated mappress. It works fine and lets me create
   a map, but as soon as I create one, all of the content on that page goes invisible.
   if I delete the map, it all comes back. whats the deal?
 *  [govpatel](https://wordpress.org/support/users/govpatel/)
 * (@govpatel)
 * [15 years ago](https://wordpress.org/support/topic/iframe-disappears/#post-2131617)
 * That is bit odd as I can add any content I want in editor and create map on the
   page and works fine are you using shortcode in the content for the map
 * May be there is some other plugin that conflicting
 *  [Jawa3113](https://wordpress.org/support/users/jawa3113/)
 * (@jawa3113)
 * [15 years ago](https://wordpress.org/support/topic/iframe-disappears/#post-2131618)
 * Yes, I am using the short code, but it doesn’t matter whether I add the map to
   the page or not, as long as the map is created everything dissapears
 *  [govpatel](https://wordpress.org/support/users/govpatel/)
 * (@govpatel)
 * [15 years ago](https://wordpress.org/support/topic/iframe-disappears/#post-2131619)
 * As I said in my post you may have conflicting plugin so see if you work on finding
   the conflicting plugin as mappress works fine on few of the sites I am using 
   it on.
 *  [Jawa3113](https://wordpress.org/support/users/jawa3113/)
 * (@jawa3113)
 * [15 years ago](https://wordpress.org/support/topic/iframe-disappears/#post-2131620)
 * I don’t have any other plugins installed
 *  [govpatel](https://wordpress.org/support/users/govpatel/)
 * (@govpatel)
 * [15 years ago](https://wordpress.org/support/topic/iframe-disappears/#post-2131621)
 * when you create a map do you save the map as you need to save the map for it 
   to display on the page.

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/iframe-disappears/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/iframe-disappears/page/2/?output_format=md)

The topic ‘iframe disappears’ is closed to new replies.

## Tags

 * [code](https://wordpress.org/support/topic-tag/code/)
 * [editor](https://wordpress.org/support/topic-tag/editor/)
 * [html](https://wordpress.org/support/topic-tag/html/)
 * [iframe](https://wordpress.org/support/topic-tag/iframe/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 17 replies
 * 6 participants
 * Last reply from: [mypatrick](https://wordpress.org/support/users/mypatrick/)
 * Last activity: [15 years ago](https://wordpress.org/support/topic/iframe-disappears/page/2/#post-2131641)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
