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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -