1 achillis Aug 11, 2010 13:57
3 tilqicom Nov 03, 2010 23:55
links with a class .colorbox afaisee at first look.
<a href="image1.jpg" class="colorbox"><img src="image1-thumb.jpg"></a>
..ish
4 achillis Feb 09, 2011 15:24
You can spesify diferent sizes and so forth in the plugin settings:
The iFrame Settings uses percentages so only specify the number
Global Settings --> Plugins --> jQuery iFrame --> Edit Settings icon
to call the iframe use the link for the spesific iframe you want to call.
Specify which link you want to call.
<a class="iframe1" title=" Your Title " href="http://www.google.co.za/">google</a>
<a class="iframe2" title=" Your Title " href="http://www.google.co.za/">google</a>
<a class="iframe3" title=" Your Title " href="http://www.google.co.za/">google</a>
<a class="iframe4" title=" Your Title " href="http://www.google.co.za/">google</a>
<a class="iframe5" title=" Your Title " href="http://www.google.co.za/">google</a>
ONLY CHANGE THE "href" link, this case
to your page you want to call ex:
What code needs to be added to posts to call it? Is there any documentation for this plugin you can provide?