Using an advanced WP shortcode structure, the editor can embed remote websites inside an iframe on their pages/posts.
Usage instructions are included with the download package's README file.
Installation:
Unpack and upload it to the /wp-content/plugins/ directory.
Activate the plugin through the 'Plugins' menu in WordPress.
What is new in this release:
- Rewrote the javascript-code using pure JavaScript and without jQuery - no need to load jQuery for every site using iframe plugin
- Removed function_exists check because each function has unique prefix
- code refactored
- Updated docs
- Set height="500" instead of 480 by default
- Set scrolling="yes" instead of "no" by default
What is new in version 2.4:
- Minor changes.
What is new in version 2.3:
- Added (src="http://player.vimeo.com/video/819138") by default.
What is new in version 2.2:
- Fixed bug for notice: Undefined index: same_height_as.
What is new in version 2.1:
- Added (frameborder="0") by default.
Requirements:
- WordPress 3 or higher
Comments not found