=== Really Simple Popup ===
Contributors: huntlyc
Donate link: http://www.hotscot.net/
Author URI: http://www.hotscot.net/
Tags: popup, fancybox
Requires at least: 3.5.1
Tested up to: 3.5.1
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Simple, easy to use, fancybox style popup
== Description ==
Simple, easy to use, fancybox style popup.
Works for all images in your page that are in anchor tags. If it finds more than one, it will create a small gallery you can navigate through with the buttons or your keyboard. Advanced users can open iframes and html content in it fairly easily.
= Avanced users =
= Basic use =
Anchor class for popup: "hs-rsp-popup"
= Advanced use =
- anchor classes for **iframe** popup *"hs-rsp-popup iframe"*
- anchor classes for **html** popup *"hs-rsp-popup hiddendiv"*
= Examples =
To popup an image give the anchor tag around the image this class: *"hs-rsp-popup"*
Example: `
`
For an iframe, set the srct of the iframe and use the class *"iframe"* combined with *"hs-rsp-popup"*:
`Watch this`
You can also use this to show html content. For local content just use the id of the element for the href:
`