{"id":24515,"date":"2013-08-01T03:48:26","date_gmt":"2013-08-01T03:48:26","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/rt-prettyphoto\/"},"modified":"2015-05-10T03:11:03","modified_gmt":"2015-05-10T03:11:03","slug":"rt-prettyphoto","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/rt-prettyphoto\/","author":12755631,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.3","stable_tag":"trunk","tested":"4.2.39","requires":"3.3","requires_php":"","requires_plugins":"","header_name":"Royal PrettyPhoto","header_author":"SM Mehdi Akram","header_description":"","assets_banners_color":"563e3c","last_updated":"2015-05-10 03:11:03","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/royaltechbd.com\/donate.html","header_plugin_uri":"http:\/\/www.wordpress.org\/plugins\/rt-prettyphoto","header_author_uri":"http:\/\/www.shamokaldarpon.com","rating":4.3,"author_block_rating":0,"active_installs":900,"downloads":30705,"num_ratings":0,"support_threads":1,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.3":"<ul>\n<li>xss fixed<\/li>\n<\/ul>","1.2":"<ul>\n<li>Bug fixed<\/li>\n<\/ul>","1.1":"<ul>\n<li>Expand button disable option<\/li>\n<\/ul>","1.0.0":"<p>It is Initial release<\/p>"},"ratings":{"1":"1","2":"1","3":"2","4":"1","5":"13"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1146810","resolution":"128x128","location":"assets"}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1153442","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"749112","resolution":"1","location":"assets"},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"749112","resolution":"2","location":"assets"}},"screenshots":{"1":"Royal PrettyPhoto Settings.","2":"Royal PrettyPhoto in action."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[202,21861,50809,237,15188],"plugin_category":[],"plugin_contributors":[79499],"plugin_business_model":[],"class_list":["post-24515","plugin","type-plugin","status-closed","hentry","plugin_tags-jquery","plugin_tags-jquery-lightbox","plugin_tags-jquery-prettyphoto","plugin_tags-lightbox","plugin_tags-prettyphoto","plugin_contributors-royaltechbd","plugin_committers-royaltechbd"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/rt-prettyphoto_563e3c.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/rt-prettyphoto\/assets\/screenshot-1.jpg?rev=749112","caption":"Royal PrettyPhoto Settings."},{"src":"https:\/\/ps.w.org\/rt-prettyphoto\/assets\/screenshot-2.jpg?rev=749112","caption":"Royal PrettyPhoto in action."}],"raw_content":"<!--section=description-->\n<p>This plugin will automatic add lightbox in wordpress post\/page without disturbance.<\/p>\n\n<h3>Features<\/h3>\n\n<ul>\n<li>Easy to use.<\/li>\n<li>Support Images, Youtube Video, Vimeo video, iFrame, DEV. <\/li>\n<li>For image not need to add rel<\/li>\n<\/ul>\n\n<h3>Browser support<\/h3>\n\n<ul>\n<li>Firefox 3.0+ Google<\/li>\n<li>Chrome 10.0+ <\/li>\n<li>Internet Explorer 6.0+ <\/li>\n<li>Safari 3.1.1+ <\/li>\n<li>Opera 9+<\/li>\n<\/ul>\n\n<h3>More<\/h3>\n\n<ul>\n<li>Thank you for using our plugin.<\/li>\n<li>Vist the <a href=\"http:\/\/www.royaltechbd.com\/rt-prettyphoto\/\">blog post<\/a> to know more.<\/li>\n<li><a href=\"http:\/\/goo.gl\/3lNO1R\">Give a Rating &amp; Write a Review<\/a><\/li>\n<\/ul>\n\n<h3>Special Thanks<\/h3>\n\n<ul>\n<li><a href=\"http:\/\/www.no-margin-for-errors.com\/projects\/prettyphoto-jquery-lightbox-clone\">No Margin For Errors<\/a><\/li>\n<li><a href=\"http:\/\/www.rrfoundation.net\">Rasel Ahmed<\/a><\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin to the '\/wp-content\/plugins\/' directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Add Images as like you upload (with media link)<\/li>\n<\/ol>\n\n<h3>Examples:<\/h3>\n\n<h4>To add a Single Video<\/h4>\n\n<pre><code>&lt;a href=\"Full Video Link\" rel=\"prettyPhoto\" &gt;&lt;img src=\"Full Thumbnail Path\" alt=\"\"\/&gt;&lt;\/a&gt;\n<\/code><\/pre>\n\n<h4>To add video with default image gallery<\/h4>\n\n<pre><code>&lt;a href=\"Full Video Link\" rel=\"prettyPhoto[Your_Post_ID]\" &gt;&lt;img src=\"Full Thumbnail Path\" alt=\"\"\/&gt;&lt;\/a&gt;\n<\/code><\/pre>\n\n<p>If you post ID is 708 rel should rel=\"prettyPhoto[708]\".<\/p>\n\n<h4>Aditional Gallery with Image, Youtube Video, Vimeo Video or DIV<\/h4>\n\n<pre><code>&lt;div id=\"complexgallery\"&gt;\n    &lt;a href=\"Internal or External Full Image Link\" rel=\"prettyPhoto[galleryname]\"&gt;&lt;img src=\"Full Thumbnail Path\" alt=\"\"\/&gt;&lt;\/a&gt;\n    &lt;a href=\"Youtube Full Video Link\" rel=\"prettyPhoto[galleryname]\"&gt;&lt;img src=\"Full Thumbnail Path\" alt=\"\"\/&gt;&lt;\/a&gt;\n    &lt;a href=\"Vimeo Full Video Link\" rel=\"prettyPhoto[galleryname]\"&gt;&lt;img src=\"Full Thumbnail Path\" alt=\"\"\/&gt;&lt;\/a&gt;\n    &lt;a href=\"#DIV_ID_NAME\" rel=\"prettyPhoto[galleryname]\"&gt;&lt;img src=\"Full Thumbnail Path\" alt=\"\"\/&gt;&lt;\/a&gt;\n    &lt;a href=\"#DIV_ID_NAME\" rel=\"prettyPhoto[galleryname]\"&gt;Text for Link&lt;\/a&gt;\n&lt;\/div&gt;\n<\/code><\/pre>\n\n<p>For DIV you should add a div like below.<\/p>\n\n\n    <p>This is inline DEV content for prettyPhoto.<\/p>\n    <p>Your DIV full content here.<\/p><p>Your DIV full content here.<\/p><p>Your DIV full content here.<\/p><p>Your DIV full content here.<\/p>\n\n<pre><code>&lt;\/div&gt;\n<\/code><\/pre>\n\n<h4>iframe<\/h4>\n\n<pre><code>&lt;a href=\"http:\/\/royaltechbd.com\/?iframe=true&amp;width=100%&amp;height=100%\" rel=\"prettyPhoto[iframes]\" title=\"royaltechbd.com opened at 100%\"&gt;royaltechbd.com&lt;\/a&gt;\n&lt;a href=\"http:\/\/shamokaldarpon.com\/?iframe=true&amp;width=500&amp;height=250\" rel=\"prettyPhoto[iframes]\"&gt;shamokaldarpon.com&lt;\/a&gt;\n<\/code><\/pre>\n\n<h4>Flash content<\/h4>\n\n<pre><code>&lt;a href=\"http:\/\/www.adobe.com\/jp\/events\/cs3_web_edition_tour\/swfs\/perform.swf?width=792&amp;amp;height=294\" rel=\"prettyPhoto[flash]\" title=\"Flash\"&gt;\n&lt;img src=\"Full Thumbnail Path\" alt=\"Flash content\" \/&gt;&lt;\/a&gt;\n<\/code><\/pre>\n\n<h4>QuickTime movies<\/h4>\n\n<pre><code>&lt;a title=\"QuickTime movies\" rel=\"prettyPhoto[movies]\" href=\"http:\/\/trailers.apple.com\/movies\/universal\/despicableme\/despicableme-tlr1_r640s.mov?width=640&amp;height=360\"&gt;\n&lt;img src=\"Full Thumbnial Path\" alt=\"QuickTime movies\" \/&gt;&lt;\/a&gt;\n<\/code><\/pre>\n\n<!--section=faq-->\n<dl>\n<dt>Is it need rel=\"\"<\/dt>\n<dd><p>No, Just add photo, It automatic add rel=\"\".<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.3<\/h4>\n\n<ul>\n<li>xss fixed<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Bug fixed<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Expand button disable option<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Add Settings<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"This plugin will automatic add lightbox in wordpress post\/page without disturbance.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/24515","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=24515"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/royaltechbd"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=24515"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=24515"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=24515"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=24515"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=24515"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=24515"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}