Plugin info

Total downloads: 3,982
Active installs: 200
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 4/11/2016 (3604 days ago)
Added to WordPress: 4/12/2016 (9 years old)
Minimum WordPress version: 3.0
Tested up to WordPress version: 5.0.19
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3604 days ago

20/100

Is iframe forms abandoned?

Possibly abandoned (last update 3604 days ago).

Compatibility

Requires WordPress: 3.0
Tested up to: 5.0.19
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

Allow you to use iframe html tags in wordpress.

iframe params:

  • src – source of the iframe: [iframe src="http://example.com"]; by default src=”http://example.com”;
  • width – width in pixels or in percents: [iframe width="100%"] or [iframe width="600"]; by default width=”100%”;
  • height – height in pixels: [iframe height="500"]; by default height=”500″;
  • scrolling – with or without the scrollbar: [iframe scrolling="no"]; by default scrolling=”yes”;
  • frameborder – with or without the frame border: [iframe frameborder="0"]; by default frameborder=”0″;
  • marginheight – height of the margin: [iframe marginheight="0"]; removed by default;
  • marginwidth – width of the margin: [iframe marginwidth="0"]; removed by default;
  • id – allows to add the id of the iframe: [iframe id="custom_id"]; removed by default;
  • class – allows to add the class of the iframe: [iframe class="custom_class"]; by default class=”iframe-class”;
  • style – allows to add the css styles of the iframe: [iframe style="margin-left:-30px;"]; removed by default;
  • height_like – allows to set the height of iframe same as target element: [iframe height_like="div.sidebar"], [iframe height_like="div#content"], [iframe height_like="body"], [iframe height_like="html"]; removed by default;

Installation

  1. install and activate the plugin on the Plugins page
  2. add shortcode [iframe src="http://example.com" width="100%" height="500"] to display content in an iframe

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

No changelog available