Embedding an iframe in WordPress does not work

I need to embed the following code on a self hosted WordPress installation –

<iframe id="slydy" 
    style = "border: none; max-width: 100%; min-width: 100px;" 
    src = "http://slydy.co/users/TCC/01" 
    width = "648" 
    height = "435" 
    frameborder = "0" 
    marginwidth = "0" 
    marginheight = "0" 
    scrolling = "no" 
    allowfullscreen = "allowfullscreen"> 
</iframe>

but it just doesn’t show up. I’ve installed the same on at least two other WordPress blogs and it worked just fine.

Read More

What setting do i need to tweak?

Related posts

2 comments

  1. probably one of these things:

    1. if your website httpS then its blocked because your iframe is http.
    2. make sure that you in text ( not visual ) editing mode on post editing screen
    3. WP caching ?
  2. The WordPress editor blocks/removes iframes. Try using some of the plugins out there that supports iframes, og make an Shortcode to make iframes.

Comments are closed.