WordPress – How to load a post into an iFrame?

I need to load a single WordPress post into an iFrame…

How to do this?

Read More

Many thanks.

Related posts

Leave a Reply

1 comment

  1. A starting point, I tried this a while ago, and wasn’t impressed by how it interacted with the theme.

    http://wordpress.org/support/topic/can-i-put-an-iframe-on-a-wp-page

    Or, install a plugin that does this for Posts/Pages, and use it to see what it generates, and modify your code in index.php to work properly.

    http://wordpress.org/extend/plugins/embed-iframe/

    Either way the url to get to your post should be included in the iframe src.