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.
What setting do i need to tweak?
probably one of these things:
The WordPress editor blocks/removes iframes. Try using some of the plugins out there that supports iframes, og make an Shortcode to make iframes.