Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello, I am also looking for a solution.
    Currently I have a price ticker on the home page of my website:
    http://insideoutmoney.com
    But I want to change it and they told me to put it on a iframe, but I would like to manually introduce it instead of geting a plugin.
    Any ideas?

    You can insert iframe with raw html into page content:
    <iframe src="http://player.vimeo.com/video/3261363" width="100%" height="480">
    But you can add it only in “HTML” tab. Sometimes WordPress is stripping iframe code because of security reasons.

    Or you can install iframe plugin and add this shortcode into page content:
    [iframe src="http://player.vimeo.com/video/3261363" width="100%" height="480"]

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to add an iframe’ is closed to new replies.