html - Embedding an iframe in Wordpress does not work -


i need embed following code on 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 doesn't show up. i've installed same on @ least 2 other wordpress blogs , worked fine.

what setting need tweak?

probably 1 of these things:

  1. if website https blocked because iframe http.
  2. make sure in text ( not visual ) editing mode on post editing screen
  3. wp caching ?

Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

jdbc - Not able to establish database connection in eclipse -