Wordpress Plugin — Embed Iframe

Brajesh Sachan
Deskera Engineering
1 min readJun 16, 2020
Credit: Envato Tuts+

Embed Iframe

Embed Iframe is a Wordpress plugin that will let you embed iframe – an HTML tag that allows a webpage to be displayed inline with the current page, in a Wordpress post. Although an iframe can lead to a complicated website, it can be very effective when used appropriately.

Installation

  1. Download Embed Iframe plugin (mirror)
  2. Unzip
  3. Copy to your /wp-content/plugins directory
  4. Activate plugin

You can find full details of installing a plugin on the plugin installation page.

Usage

[iframe url width height]

License

The GNU General Public License v3

Limitation

You cannot embed a URL which carries X-Frame-Options header with the value DENY.

--

--