{"id":72991,"date":"2017-08-09T08:16:00","date_gmt":"2017-08-09T08:16:00","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/wp-fancybox-3\/"},"modified":"2018-11-05T19:37:52","modified_gmt":"2018-11-05T19:37:52","slug":"wp-fancybox-3","status":"closed","type":"plugin","link":"https:\/\/tw.wordpress.org\/plugins\/wp-fancybox-3\/","author":14907191,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.13","stable_tag":"trunk","tested":"5","requires":"4.8","requires_php":"","requires_plugins":"","header_name":"WP fancyBox3","header_author":"AGriboed","header_description":"Enable support for the jQuery Fancybox 3 on the your website","assets_banners_color":"ff6567","last_updated":"2018-11-05 19:37:52","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/v1rus.ru","header_plugin_uri":"","header_author_uri":"https:\/\/v1rus.ru\/","rating":5,"author_block_rating":0,"active_installs":500,"downloads":5943,"num_ratings":0,"support_threads":1,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"4"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1710791","resolution":"128x128","location":"assets"}},"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"1710791","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1804738","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1804738","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1804738","resolution":"3","location":"assets"},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1804738","resolution":"4","location":"assets"},"screenshot-5.png":{"filename":"screenshot-5.png","revision":"1804738","resolution":"5","location":"assets"},"screenshot-6.png":{"filename":"screenshot-6.png","revision":"1804738","resolution":"6","location":"assets"},"screenshot-7.png":{"filename":"screenshot-7.png","revision":"1804738","resolution":"7","location":"assets"},"screenshot-8.png":{"filename":"screenshot-8.png","revision":"1804738","resolution":"8","location":"assets"}},"screenshots":{"1":"Images gallery","2":"Image zoom","3":"Sharing","4":"Responsive on any device","5":"Settings","6":"Settings","7":"Settings","8":"Settings"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1349,146821,133049,237,150098],"plugin_category":[50],"plugin_contributors":[88165],"plugin_business_model":[],"class_list":["post-72991","plugin","type-plugin","status-closed","hentry","plugin_tags-fancybox","plugin_tags-fancybox-3","plugin_tags-fancybox3","plugin_tags-lightbox","plugin_tags-wp-fancybox3","plugin_category-media","plugin_contributors-agriboed","plugin_committers-agriboed"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-fancybox-3_ff6567.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-fancybox-3\/assets\/screenshot-1.png?rev=1804738","caption":"Images gallery"},{"src":"https:\/\/ps.w.org\/wp-fancybox-3\/assets\/screenshot-2.png?rev=1804738","caption":"Image zoom"},{"src":"https:\/\/ps.w.org\/wp-fancybox-3\/assets\/screenshot-3.png?rev=1804738","caption":"Sharing"},{"src":"https:\/\/ps.w.org\/wp-fancybox-3\/assets\/screenshot-4.png?rev=1804738","caption":"Responsive on any device"},{"src":"https:\/\/ps.w.org\/wp-fancybox-3\/assets\/screenshot-5.png?rev=1804738","caption":"Settings"},{"src":"https:\/\/ps.w.org\/wp-fancybox-3\/assets\/screenshot-6.png?rev=1804738","caption":"Settings"},{"src":"https:\/\/ps.w.org\/wp-fancybox-3\/assets\/screenshot-7.png?rev=1804738","caption":"Settings"},{"src":"https:\/\/ps.w.org\/wp-fancybox-3\/assets\/screenshot-8.png?rev=1804738","caption":"Settings"}],"raw_content":"<!--section=description-->\n<p>Plugin provides support for fancyBox3 (jQuery lightbox script for displaying images, videos and more.\nTouch enabled, responsive and fully customizable) on whole your website pages. Configure in few clicks!<\/p>\n\n<p><a href=\"http:\/\/wordpress.v1rus.ru\/fancybox3\/\">See an example<\/a>\n<a href=\"https:\/\/github.com\/agriboed\/wordpress-fancybox3\">Contribute on GitHub<\/a><\/p>\n\n<p>Support and suggestions, <a href=\"https:\/\/v1rus.ru\/\">Support<\/a>\nskype: agriboed<\/p>\n\n<h4>Languages<\/h4>\n\n<ul>\n<li>English (default)<\/li>\n<li>\u0420\u0443\u0441\u0441\u043a\u0438\u0439<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>wp-fancybox-3<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the Plugins menu in WordPress. After activation, go to menu \"Settings\" - \"WP fancyBox3\"<\/li>\n<li>Configure the plugin<\/li>\n<li>Enjoy!<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Plugin doesn't support some features that are in JavaScript version of fancyBox3<\/dt>\n<dd><p>Contact me using skype and I'll add this features to my plugin.<\/p><\/dd>\n<dt>How to override front-end template or change callable function?<\/dt>\n<dd><p>Just use a hook add_filter('wpfancybox3_front_template', your_function_name) in your functions.php file.\n Function take as param a template filename that now placed by path \/wp-fancybox-3\/templates\/front.php\n Just copy this file in your template and return a new path in your function, for example:<\/p>\n\n<p>add_filter('wpfancybox3_front_template', 'replace_wpfancybox3');\nfunction replace_wpfancybox3($template) {\n    return get_template_directory().'\/my_own_template.php';\n}<\/p><\/dd>\n<dt>How to override admin template?<\/dt>\n<dd><p>Just use a hook add_filter('wpfancybox3_admin_template', your_function_name)\n with the same schema as described above.<\/p><\/dd>\n<dt>How to override styles?<\/dt>\n<dd><p>Firstly, disable default styles in your functions.php file:\nwp_deregister_style('jquery-fancybox');\n and after that you can use your styles file. If it placed in separated file instead your theme style.css use following code:\nwp_enqueue_style('jquery-fancybox', get_template_directory_uri() . '\/css\/my_own_styles.css');<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.13<\/h4>\n\n<ul>\n<li>Added options for interaction with user<\/li>\n<\/ul>\n\n<h4>1.0.12<\/h4>\n\n<ul>\n<li>Escaping fixes<\/li>\n<li>Fixed bug with caption in galleries<\/li>\n<\/ul>\n\n<h4>1.0.10<\/h4>\n\n<ul>\n<li>Added support for image caption<\/li>\n<\/ul>\n\n<h4>1.0.9<\/h4>\n\n<ul>\n<li>Bug fixes<\/li>\n<\/ul>\n\n<h4>1.0.7<\/h4>\n\n<ul>\n<li>Added Russian translation<\/li>\n<li>Added Share feature<\/li>\n<li>Bug fixes<\/li>\n<\/ul>\n\n<h4>1.0.6<\/h4>\n\n<ul>\n<li>Added hooks support<\/li>\n<\/ul>\n\n<h4>1.0.5<\/h4>\n\n<ul>\n<li>Added translations support<\/li>\n<li>Bug fixes<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Bug fixes<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Release<\/li>\n<\/ul>","raw_excerpt":"Plugin provides support for fancyBox3 (jQuery lightbox script for displaying images, videos and more.\nTouch enabled, responsive and fully customizable &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/72991","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=72991"}],"author":[{"embeddable":true,"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/agriboed"}],"wp:attachment":[{"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=72991"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=72991"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=72991"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=72991"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=72991"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=72991"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}