Description
This plugin will automatic add lightbox in wordpress post/page without disturbance.
Features
- Easy to use.
- Support Images, Youtube Video, Vimeo video, iFrame, DEV.
- For image not need to add rel
Browser support
- Firefox 3.0+ Google
- Chrome 10.0+
- Internet Explorer 6.0+
- Safari 3.1.1+
- Opera 9+
More
- Thank you for using our plugin.
- Vist the blog post to know more.
- Give a Rating & Write a Review
Special Thanks
Installation
- Upload the plugin to the ‘/wp-content/plugins/’ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Add Images as like you upload (with media link)
Examples:
To add a Single Video
<a href="Full Video Link" rel="prettyPhoto" ><img src="Full Thumbnail Path" alt=""/></a>
To add video with default image gallery
<a href="Full Video Link" rel="prettyPhoto[Your_Post_ID]" ><img src="Full Thumbnail Path" alt=""/></a>
If you post ID is 708 rel should rel=”prettyPhoto[708]”.
Aditional Gallery with Image, Youtube Video, Vimeo Video or DIV
<div id="complexgallery">
<a href="Internal or External Full Image Link" rel="prettyPhoto[galleryname]"><img src="Full Thumbnail Path" alt=""/></a>
<a href="Youtube Full Video Link" rel="prettyPhoto[galleryname]"><img src="Full Thumbnail Path" alt=""/></a>
<a href="Vimeo Full Video Link" rel="prettyPhoto[galleryname]"><img src="Full Thumbnail Path" alt=""/></a>
<a href="#DIV_ID_NAME" rel="prettyPhoto[galleryname]"><img src="Full Thumbnail Path" alt=""/></a>
<a href="#DIV_ID_NAME" rel="prettyPhoto[galleryname]">Text for Link</a>
</div>
For DIV you should add a div like below.
This is inline DEV content for prettyPhoto.
Your DIV full content here.
Your DIV full content here.
Your DIV full content here.
Your DIV full content here.
</div>
iframe
<a href="http://royaltechbd.com/?iframe=true&width=100%&height=100%" rel="prettyPhoto[iframes]" title="royaltechbd.com opened at 100%">royaltechbd.com</a>
<a href="http://shamokaldarpon.com/?iframe=true&width=500&height=250" rel="prettyPhoto[iframes]">shamokaldarpon.com</a>
Flash content
<a href="http://www.adobe.com/jp/events/cs3_web_edition_tour/swfs/perform.swf?width=792&height=294" rel="prettyPhoto[flash]" title="Flash">
<img src="Full Thumbnail Path" alt="Flash content" /></a>
QuickTime movies
<a title="QuickTime movies" rel="prettyPhoto[movies]" href="http://trailers.apple.com/movies/universal/despicableme/despicableme-tlr1_r640s.mov?width=640&height=360">
<img src="Full Thumbnial Path" alt="QuickTime movies" /></a>
FAQ
- Is it need rel=””
-
No, Just add photo, It automatic add rel=””.
Reviews
Contributors & Developers
“Royal PrettyPhoto” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Royal PrettyPhoto” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.3
- xss fixed
1.2
- Bug fixed
1.1
- Expand button disable option
1.0.1
- Add Settings
1.0.0
- Initial release