[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fJu9ipJZzq_VcI7tt3Bcuq-Mcqn9AVniTjAVDgJRO_QY":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":13,"last_updated":14,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":18,"homepage":24,"download_link":25,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28,"vulnerabilities":29,"developer":30,"crawl_stats":27,"alternatives":36,"analysis":136,"fingerprints":265},"gallery-one","Gallery One","1.0.2","shrimp2t","https:\u002F\u002Fprofiles.wordpress.org\u002Fshrimp2t\u002F","\u003Cp>See demo: http:\u002F\u002Fshrimp2t.com\u002Fgallery-one\u002F\u003C\u002Fp>\n\u003Cp>\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FMpicnbcGsUo?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Fully responsive, Touch enabled\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Unlimited albums\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Unlimited images\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>Carousel\u003C\u002Fli>\n\u003Cli>Gird\u003C\u002Fli>\n\u003Cli>Justified\u003C\u002Fli>\n\u003Cli>Masonry\u003C\u002Fli>\n\u003Cli>Slideshow\u003C\u002Fli>\n\u003Cli>Blog style (comming soon )\u003C\u002Fli>\n\u003Cli>JustifiedGallery Light box\u003C\u002Fli>\n\u003Cli>Load Facebook album images\u003C\u002Fli>\n\u003Cli>Load Flickr album images\u003C\u002Fli>\n\u003Cli>Add image from url\u003C\u002Fli>\n\u003Cli>Shortcode creator\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Load Facebook Album\u003C\u002Fh4>\n\u003Cp>Just paste your album url, example:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>https:\u002F\u002Fwww.facebook.com\u002FBillGates\u002Fphotos\u002F?tab=album&album_id=10153110017351961\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Note: Your album status must be public to load.\u003C\u002Fp>\n\u003Ch4>Load Flickr Album\u003C\u002Fh4>\n\u003Cp>Just paste your album url, example:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>https:\u002F\u002Fwww.flickr.com\u002Fphotos\u002Fgianstefanofontana\u002Falbums\u002F72157649693279051\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Note: Your album status must be public to load.\u003C\u002Fp>\n\u003Ch4>Adding your own view in your theme\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Create a folder \u003Ccode>gallery-one\u003C\u002Fcode> on your theme.\u003C\u002Fli>\n\u003Cli>Inside folder which created add a file and name \u003Ccode>view.php\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>[Optional] Inside folder which created add a file and name \u003Ccode>config.php\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Example file \u003Ccode>view.php\u003C\u002Fcode>:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003Cdiv class=\"my-view\">\n\u003C?php\n var_dump( $this->settings ); \u002F* You config data in file config.php\n var_dump( $this->media->get_data() ); \u002F\u002F Gallery items data\n ?>\n\u003C\u002Fdiv>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Example file \u003Ccode>config.php\u003C\u002Fcode>:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>$config = array(\n    'name' => __( 'Justified', 'gallery-one' ), \u002F\u002F view name\n    'js' => 'js\u002Fjs.js',\n    'css' => 'css\u002Fcss.css',\n    'view_settings' => array(\n        array(\n            'id' => 'margins',\n            'default' => '10',\n            'label' => __( 'Margins', 'gallery-one' ),\n            'type' => 'text'\n        ),\n        array(\n            'id'        => 'lightbox',\n            'default'   => '1',\n            'label'     => __( 'Lightbox', 'gallery-one' ),\n            'type'      => 'checkbox'\n        ),\n\n    ),\n);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Adding your own view in your plugin\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Create new folder in your plugin, example: \u003Ccode>my-cool-views\u003C\u002Fcode>.\u003C\u002Fli>\n\u003Cli>Add add new view folder example: \u003Ccode>my-cool-views\u002Ffull-screen\u003C\u002Fcode>.\u003C\u002Fli>\n\u003Cli>Add \u003Ccode>view.php\u003C\u002Fcode> file for you view \u003Ccode>my-cool-views\u002Ffull-screen\u002Fview.php\u003C\u002Fcode>.\u003C\u002Fli>\n\u003Cli>[Optional] Add \u003Ccode>config.php\u003C\u002Fcode> file for you view \u003Ccode>my-cool-views\u002Ffull-screen\u002Fconfig.php\u003C\u002Fcode>.\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Add your your views folder to view loader:\u003C\u002Fp>\n\u003Cp>add_filter( ‘gallery_one_get_template_folders’, ‘my_cool_views_path’);\u003C\u002Fp>\n\u003Cp>function my_cool_views_path( $view_paths ){\u003Cbr \u002F>\n    $view_paths[‘my_cool_view’] = PATH_TO_MY_PLUGIN.’\u002Fmy-cool-views’;\u003Cbr \u002F>\n    return $view_paths;\u003Cbr \u002F>\n }\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Config Parameters\u003C\u002Fh4>\n\u003Cp>name: (string) Name of your view.\u003C\u002Fp>\n\u003Cp>css: (string\u002Farray) CSS files will enqueue when this view load.\u003C\u002Fp>\n\u003Cp>js: (string\u002Farray) JS files will enqueue when this view load.\u003C\u002Fp>\n\u003Cp>view_settings: (array) list field settings for your view.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>view_settings\u003C\u002Fstrong> Parameters:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>id: Id of setting field.\u003C\u002Fli>\n\u003Cli>label: Label of setting files.\u003C\u002Fli>\n\u003Cli>default: Default value.\u003C\u002Fli>\n\u003Cli>type: Field type: text|select|checkbox|textarea.\u003C\u002Fli>\n\u003Cli>option: For field type select (array).\u003C\u002Fli>\n\u003Cli>desc: Field description.\u003C\u002Fli>\n\u003C\u002Ful>\n","A cool responsive gallery plugin with beautifully views.",50,3275,0,"2016-05-28T11:13:00.000Z","4.5.33","4.5","",[19,20,21,22,23],"facebook","galleries","gallery","image","images","http:\u002F\u002Fshrimp2t.com\u002Fgallery-one\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fgallery-one.zip",85,null,"2026-03-15T15:16:48.613Z",[],{"slug":7,"display_name":7,"profile_url":8,"plugin_count":31,"total_installs":11,"avg_security_score":32,"avg_patch_time_days":33,"trust_score":34,"computed_at":35},2,89,30,86,"2026-04-04T05:06:04.023Z",[37,59,82,101,119],{"slug":38,"name":39,"version":40,"author":41,"author_profile":42,"description":43,"short_description":44,"active_installs":45,"downloaded":46,"rating":47,"num_ratings":48,"last_updated":49,"tested_up_to":50,"requires_at_least":51,"requires_php":52,"tags":53,"homepage":55,"download_link":56,"security_score":32,"vuln_count":57,"unpatched_count":13,"last_vuln_date":58,"fetched_at":28},"responsive-lightbox","Responsive Lightbox & Gallery","2.7.6","dFactory","https:\u002F\u002Fprofiles.wordpress.org\u002Fdfactory\u002F","\u003Ch4>Everything You Need in a WordPress Gallery Plugin\u003C\u002Fh4>\n\u003Cp>\u003Ca href=\"http:\u002F\u002Fwww.dfactory.co\u002Fproducts\u002Fresponsive-lightbox\u002F?utm_source=repo&utm_medium=link&utm_campaign=responsive-lightbox-plugin-free\" rel=\"nofollow ugc\">Responsive Lightbox and Gallery plugin\u003C\u002Fa> is a fully fledged WordPress gallery plugin with a powerful Drag & Drop Gallery Builder and Lightbox functionality that’s used daily by more than 100,000 active users and downloaded over 3 Million times.\u003C\u002Fp>\n\u003Cp>The beauty of it is how easy it is for you to customize it and enhance its features thanks to \u003Ca href=\"?utm_source=repo&utm_medium=link&utm_campaign=responsive-lightbox-plugin-free\" rel=\"nofollow ugc\">free and premium extensions\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch4>Why You Should Use Responsive Lightbox and Gallery Plugin\u003C\u002Fh4>\n\u003Ch4>Easiest Gallery Builder\u003C\u002Fh4>\n\u003Cp>Say goodbye to coding. With the built-in drag and drop Gallery builder, you will be able to create beautiful galleries, customize them, and add your preferred styles in minutes.\u003C\u002Fp>\n\u003Ch4>Vast Customization Options\u003C\u002Fh4>\n\u003Cp>Responsive Lightbox and Gallery plugin is packed with customization options per each gallery and lightbox style so you can tweak them to suit your website’s audience with just a few clicks.\u003C\u002Fp>\n\u003Ch4>SEO-Friendly and Lightweight\u003C\u002Fh4>\n\u003Cp>Responsive Lightbox and Gallery plugin is built keeping SEO and performance in mind, making it lightweight and fast when it comes to page load.\u003C\u002Fp>\n\u003Ch4>Premium Extensions\u003C\u002Fh4>\n\u003Cp>Looking to provide a premium experience to your visitors? Responsive Lightbox and Gallery plugin offers plenty of premium extensions to provide you with even more flexibility and customization options.\u003C\u002Fp>\n\u003Cp>Need more reasons? \u003Ca href=\"http:\u002F\u002Fwww.dfactory.co\u002Fproducts\u002Fresponsive-lightbox\u002F?utm_source=repo&utm_medium=link&utm_campaign=responsive-lightbox-plugin-free\" rel=\"nofollow ugc\">Check them out here\u003C\u002Fa>!\u003C\u002Fp>\n\u003Ch4>What some of our 100,000+ active users say about Responsive Lightbox and Gallery plugin\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\n\u003Cp>Amazing Gallery plugin!\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Versatile and powerful for both sliders and galleries, many features and style options.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Really easy to use. Takes all the fiddling out of the process of creating a responsive gallery\u002Flightbox.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>I needed a lightbox plugin that works reliably. This marvelous plugin does the magic. Now I can spend more on my photography and less time customizing WordPress.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>This plugin is quite flexible and effective. The functionality choices are broad and all quite easy to configure.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Need more galley options?\u003C\u002Fh4>\n\u003Cp>Responsive Lightbox and Gallery plugin can be extended with our \u003Ca href=\"?utm_source=repo&utm_medium=link&utm_campaign=responsive-lightbox-plugin-free\" rel=\"nofollow ugc\">premium extensions\u003C\u002Fa>:\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Premium Extensions:\u003C\u002Fstrong>\u003Cbr \u002F>\n* \u003Ca href=\"http:\u002F\u002Fwww.dfactory.co\u002Fproducts\u002Fphoto-art-bundle\u002F\" rel=\"nofollow ugc\">Photo & Art bundle\u003C\u002Fa>\u003Cbr \u002F>\n* \u003Ca href=\"http:\u002F\u002Fwww.dfactory.co\u002Fproducts\u002Fjustified-gallery\u002F\" rel=\"nofollow ugc\">Justified Gallery\u003C\u002Fa>\u003Cbr \u002F>\n* \u003Ca href=\"http:\u002F\u002Fwww.dfactory.co\u002Fproducts\u002Fexpander-gallery\u002F\" rel=\"nofollow ugc\">Expander Gallery\u003C\u002Fa>\u003Cbr \u002F>\n* \u003Ca href=\"http:\u002F\u002Fwww.dfactory.co\u002Fproducts\u002Fhidden-gallery\u002F\" rel=\"nofollow ugc\">Hidden Gallery\u003C\u002Fa>\u003Cbr \u002F>\n* \u003Ca href=\"http:\u002F\u002Fwww.dfactory.co\u002Fproducts\u002Fmasonry-gallery-pro\u002F\" rel=\"nofollow ugc\">Masonry Image Gallery\u003C\u002Fa>\u003Cbr \u002F>\n* \u003Ca href=\"http:\u002F\u002Fwww.dfactory.co\u002Fproducts\u002Fslider-gallery\u002F\" rel=\"nofollow ugc\">Slider Gallery\u003C\u002Fa>\u003Cbr \u002F>\n* \u003Ca href=\"http:\u002F\u002Fwww.dfactory.co\u002Fproducts\u002Flightcase-lightbox\u002F\" rel=\"nofollow ugc\">Lightcase Lightbox\u003C\u002Fa>\u003Cbr \u002F>\n* \u003Ca href=\"http:\u002F\u002Fwww.dfactory.co\u002Fproducts\u002Fphotoswipe-lightbox\u002F\" rel=\"nofollow ugc\">PhotoSwipe Lightbox\u003C\u002Fa>\u003Cbr \u002F>\n* \u003Ca href=\"http:\u002F\u002Fwww.dfactory.co\u002Fproducts\u002Flightgallery-lightbox\u002F\" rel=\"nofollow ugc\">Lightgallery Lightbox\u003C\u002Fa>\u003Cbr \u002F>\n* \u003Ca href=\"http:\u002F\u002Fwww.dfactory.co\u002Fproducts\u002Fstrip-lightbox\u002F\" rel=\"nofollow ugc\">Strip Lightbox\u003C\u002Fa>\u003Cbr \u002F>\n* \u003Ca href=\"http:\u002F\u002Fwww.dfactory.co\u002Fproducts\u002Ffancybox-pro\u002F\" rel=\"nofollow ugc\">Fancybox Pro\u003C\u002Fa>\u003Cbr \u002F>\n* \u003Ca href=\"http:\u002F\u002Fwww.dfactory.co\u002Fproducts\u002Flightbox-comments\u002F\" rel=\"nofollow ugc\">Lightbox Comments\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>Full Feature List\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Powerful and easy-to-use gallery builder\u003C\u002Fli>\n\u003Cli>3 beautiful gallery templates – Grid, Slider and Masonry\u003C\u002Fli>\n\u003Cli>8 responsive lightbox scripts (SwipeBox, prettyPhoto, Nivo Lightbox, Image Lightbox, Tos “R” Us, Featherlight, Magnific Popup, GLightbox)\u003C\u002Fli>\n\u003Cli>Create galleries from Media Library or Post attached images\u003C\u002Fli>\n\u003Cli>Media Folders with a drag & drop interface\u003C\u002Fli>\n\u003Cli>Access to millions of images through Remote Library\u003C\u002Fli>\n\u003Cli>Option to import remote images to Media Library\u003C\u002Fli>\n\u003Cli>Gutenberg editor compatibility\u003C\u002Fli>\n\u003Cli>Iframe, Ajax, HTML5 and Inline lightbox content support\u003C\u002Fli>\n\u003Cli>Advanced pagination, incl. AJAX and infinite scroll\u003C\u002Fli>\n\u003Cli>Automatically add lightbox to WordPress image galleries\u003C\u002Fli>\n\u003Cli>Automatically add lightbox to WordPress image links\u003C\u002Fli>\n\u003Cli>Automatically add lightbox to WordPress video links (YouTube, Vimeo)\u003C\u002Fli>\n\u003Cli>Automatically add lightbox to widgets content\u003C\u002Fli>\n\u003Cli>Automatically add lightbox to WordPress comments content\u003C\u002Fli>\n\u003Cli>WooCommerce product gallery support\u003C\u002Fli>\n\u003Cli>Popular Page builders compatibility\u003C\u002Fli>\n\u003Cli>Gallery widget\u003C\u002Fli>\n\u003Cli>Single image widget\u003C\u002Fli>\n\u003Cli>Option to display single post images as a gallery\u003C\u002Fli>\n\u003Cli>Option to modify native WP gallery links image size\u003C\u002Fli>\n\u003Cli>Option to set gallery images title from image title, caption, alt or description\u003C\u002Fli>\n\u003Cli>Option to force lightbox for custom WP gallery replacements like Jetpack tiled galleries\u003C\u002Fli>\n\u003Cli>Option to trigger lightbox on custom jquery events\u003C\u002Fli>\n\u003Cli>Option to conditionally load scripts and styles only on pages that have images or galleries in post content\u003C\u002Fli>\n\u003Cli>Highly customizable settings for each of the lightbox scripts\u003C\u002Fli>\n\u003Cli>Highly customizable settings for each gallery\u003C\u002Fli>\n\u003Cli>Multisite support\u003C\u002Fli>\n\u003Cli>.pot file for translations included\u003C\u002Fli>\n\u003C\u002Ful>\n","The most popular lightbox plugin and responsive gallery builder for WordPress.",100000,6481728,98,1991,"2026-03-12T09:29:00.000Z","6.9.4","6.0","7.0",[20,21,22,23,54],"lightbox","http:\u002F\u002Fwww.dfactory.co\u002Fproducts\u002Fresponsive-lightbox\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fresponsive-lightbox.2.7.6.zip",13,"2026-02-26 00:00:00",{"slug":60,"name":61,"version":62,"author":63,"author_profile":64,"description":65,"short_description":66,"active_installs":67,"downloaded":68,"rating":69,"num_ratings":70,"last_updated":71,"tested_up_to":72,"requires_at_least":73,"requires_php":17,"tags":74,"homepage":77,"download_link":78,"security_score":79,"vuln_count":80,"unpatched_count":80,"last_vuln_date":81,"fetched_at":28},"facebook-photo-fetcher","Social Photo Fetcher","3.0.4","JK","https:\u002F\u002Fprofiles.wordpress.org\u002Fjustin_k\u002F","\u003Cp>Social Photo Fetcher (previously called “Facebook Photo Fetcher”) allows you to quickly and easily generate WordPress photo galleries from Facebook albums.\u003C\u002Fp>\n\u003Cp>The idea was inspired by \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Ffotobook\u002F\" rel=\"ugc\">Fotobook\u003C\u002Fa>, though its approach is fundamentally different: while Fotobook’s emphasis is on automation, this plugin allows a great deal of customization.  With it you can create galleries in any Post or Page you like, right alongside your regular content. You do this simply by putting a “magic HTML tag” in the post’s content – much like \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FGallery_Shortcode\" rel=\"nofollow ugc\">WordPress Shortcode\u003C\u002Fa>. Upon saving, the tag will instantly be populated with the Facebook album content. Presentation is fully customizable via parameters to the “magic tag” – you can choose to show only a subset of an album’s photos, change the number of photos per column, show photo captions, and more.  Plus, Social Photo Fetcher doesn’t limit you to just your own albums: it can create galleries from fanpages as well.\u003C\u002Fp>\n\u003Cp>Features:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Uses Facebook’s API to instantly create WordPress photo galleries from Facebook albums.\u003C\u002Fli>\n\u003Cli>Galleries are fully customizable: you can import complete albums, select excerpts, random excerpts, album descriptions, photo captions, and more.\u003C\u002Fli>\n\u003Cli>Galleries can be organized however you like: in any post or page, alone or alongside your other content.\u003C\u002Fli>\n\u003Cli>Simple PHP template function allows programmers to manually embed albums in any template or widget.\u003C\u002Fli>\n\u003Cli>Built-in LightBox: Photos appear in attractive pop-up overlays without the need for any other plugins.\u003C\u002Fli>\n\u003Cli>Admin panel handles all the setup for you: Just login and you’re ready to start making albums.\u003C\u002Fli>\n\u003Cli>No custom database tables required; galleries live in regular post content.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>For a Demo Gallery, see the \u003Ca href=\"https:\u002F\u002Fwww.justin-klein.com\u002Fprojects\u002Ffacebook-photo-fetcher\" rel=\"nofollow ugc\">plugin’s homepage\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>Donate\u003C\u002Fh3>\n\u003Cp>Many hours have gone into developing & maintaining this plugin, far beyond my own personal needs. If you find it useful, please consider \u003Ca href=\"https:\u002F\u002Fwww.justin-klein.com\u002Fprojects\u002Ffacebook-photo-fetcher\u002F#donate\" rel=\"nofollow ugc\">making a donation\u003C\u002Fa> to help support its continued development.\u003C\u002Fp>\n\u003Ch3>Privacy\u003C\u002Fh3>\n\u003Cp>This plugin uses the Facebook API to fetch photo albums from Facebook. Facebook’s security rules require that apps must authorize from one specific, known location. In order comply with this requirement, when you first authorize the plugin from its admin panel, a Facebook dialog will be initiated via my own authentication server. The dialog itself is shown directly by Facebook, and Facebook handles the entire login process – no personal information will be transferred via my server, as Facebook only supplies a single-use token which I then hand back to your site to be stored. This is what the plugin uses in order to fetch the photos. For more information about how the Facebook authorization process works, please see \u003Ca href=\"https:\u002F\u002Fdevelopers.facebook.com\u002Fdocs\u002Ffacebook-login\u002Fweb\" rel=\"nofollow ugc\">Facebook’s documentation\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>Usage of this plugin means the site administrator is consenting to \u003Ca href=\"https:\u002F\u002Fwww.facebook.com\u002Fpolicy.php\" rel=\"nofollow ugc\">Facebook’s data policy\u003C\u002Fa>. Fetched album data will be stored in your WordPress database, in posts or pages of your choosing. It can be removed by deleting those posts or pages. You are solely responsible for the security and protection of the fetched data, as it resides on and is hosted within your own WordPress site.\u003C\u002Fp>\n\u003Cp>I do not store or process any of your data.\u003C\u002Fp>\n\u003Ch3>Support\u003C\u002Fh3>\n\u003Cp>Please direct all support requests \u003Ca href=\"https:\u002F\u002Fwww.justin-klein.com\u002Fprojects\u002Ffacebook-photo-fetcher#feedback\" rel=\"nofollow ugc\">here\u003C\u002Fa>\u003C\u002Fp>\n","Allows you to automatically create Wordpress photo galleries from Facebook albums.  Simple to use and highly customizable.",1000,258658,74,12,"2024-04-04T23:45:00.000Z","6.5.8","2.5",[19,21,23,75,76],"photos","pictures","https:\u002F\u002Fwww.justin-klein.com\u002Fprojects\u002Ffacebook-photo-fetcher","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ffacebook-photo-fetcher.3.0.4.zip",70,1,"2025-12-08 00:00:00",{"slug":83,"name":84,"version":85,"author":86,"author_profile":87,"description":88,"short_description":89,"active_installs":90,"downloaded":91,"rating":47,"num_ratings":92,"last_updated":93,"tested_up_to":94,"requires_at_least":95,"requires_php":17,"tags":96,"homepage":98,"download_link":99,"security_score":47,"vuln_count":31,"unpatched_count":13,"last_vuln_date":100,"fetched_at":28},"image-wall","Image Wall","3.2","Parakoos","https:\u002F\u002Fprofiles.wordpress.org\u002Fparakoos\u002F","\u003Cp>This wordpress plugin allows visitors to browse posts or pages by their images, displayed randomly on an infinitely scrollable Image Wall. The images link back to the post or page on which they are attached.\u003C\u002Fp>\n\u003Cp>Images are powerful. They catch our attention like nothing else. You probably use them in your blog posts to anchor the fickle attention span of today’s readers. Display all these great images on a nice looking page, and your visitors will browse for a while, captivated. Hopefully, one image will stand out for whatever reason and compel the visitor to click it to find out more. And just like that, some old blog post you thought buried by the sands of time has gotten another view, thanks to your Image Wall.\u003C\u002Fp>\n\u003Cp>You can see the plugin in action on my own \u003Ca href=\"http:\u002F\u002Fwww.themodernnomad.com\u002Fimage-wall\u002F#utm_campaign=Image_Wall&utm_source=wordpress&utm_medium=website&utm_content=description\" rel=\"nofollow ugc\">Image Wall\u003C\u002Fa> and the full plugin documentation on the \u003Ca href=\"http:\u002F\u002Fwww.themodernnomad.com\u002Fimage-wall-plugin\u002F#utm_campaign=Image_Wall&utm_source=wordpress&utm_medium=website&utm_content=description\" rel=\"nofollow ugc\">Image Wall Plugin page\u003C\u002Fa>.\u003C\u002Fp>\n","Browse posts\u002Fpages by their images, displayed randomly on an infinitely scrollable page. The images link back to where they are attached.",200,33056,54,"2025-06-19T13:33:00.000Z","6.8.5","3.5",[97,20,21,22,23],"ajax","http:\u002F\u002Fwww.themodernnomad.com\u002Fimage-wall-plugin\u002F#utm_campaign=Image_Wall&utm_source=wordpress&utm_medium=website&utm_content=plugin_link","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fimage-wall.zip","2025-07-16 00:00:00",{"slug":102,"name":103,"version":104,"author":105,"author_profile":106,"description":107,"short_description":108,"active_installs":109,"downloaded":110,"rating":13,"num_ratings":13,"last_updated":111,"tested_up_to":50,"requires_at_least":112,"requires_php":113,"tags":114,"homepage":116,"download_link":117,"security_score":118,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"photoshelter-importer","PhotoShelter Importer","1.3.0","PhotoShelter","https:\u002F\u002Fprofiles.wordpress.org\u002Fphotoshelter\u002F","\u003Cp>With the plugin, easily browse and search your PhotoShelter Library and embed supported files to any page or post on your WordPress site. PhotoShelter customers can copy files to their WordPress media Library or browse their Brands Library within the WordPress page editor and embed files directly into pages and posts. Plus, metadata automatically imports from PhotoShelter and can be edited without affecting anything in your PhotoShelter Library.\u003Cbr \u002F>\nDon’t have a PhotoShelter account? Sign up for a free demo.\u003C\u002Fp>\n","PhotoShelter Importer is a Digital Asset Manager plugin to import digital assets from PhotoShelter.com into WordPress.",90,7971,"2025-12-03T08:18:00.000Z","6.6","7.4",[20,21,115,22,23],"gutenberg","https:\u002F\u002Fwww.photoshelter.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fphotoshelter-importer.1.3.0.zip",100,{"slug":120,"name":121,"version":122,"author":123,"author_profile":124,"description":125,"short_description":126,"active_installs":11,"downloaded":127,"rating":118,"num_ratings":128,"last_updated":129,"tested_up_to":130,"requires_at_least":131,"requires_php":17,"tags":132,"homepage":134,"download_link":135,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"we-gallery","weGallery","1.1","Tareq Hasan","https:\u002F\u002Fprofiles.wordpress.org\u002Ftareq1988\u002F","\u003Cp>If you are looking for a simple, easy to use and lightweight gallery plugin, \u003Cstrong>We Gallery\u003C\u002Fstrong> is here for that. It’s the only gallery plugin you’ll need.\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Lightweight and intuitive UI\u003C\u002Fli>\n\u003Cli>Display media grid\u003C\u002Fli>\n\u003Cli>Flexslider included for slider display\u003C\u002Fli>\n\u003Cli>Bulk image uploader and WordPress 3.8 UI compatible\u003C\u002Fli>\n\u003Cli>Developer friendly\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>We Gallery is a modern image gallery for WordPress that leverages WordPress aesthetics. No bulky features, \u003Cstrong>no extra database tables\u003C\u002Fstrong>. Simply it uses the built-in WordPress post type support and enables you a sleek and rich gallery experience.\u003C\u002Fp>\n\u003Ch4>Contribute\u003C\u002Fh4>\n\u003Cp>For feature improvements, please fork the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Ftareq1988\u002Fwe-gallery\" rel=\"nofollow ugc\">Github\u003C\u002Fa> repository. Contributions are always welcome 🙂\u003C\u002Fp>\n\u003Ch4>Author\u003C\u002Fh4>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Ftareq.co\" rel=\"nofollow ugc\">Tareq Hasan\u003C\u002Fa> from \u003Ca href=\"http:\u002F\u002Fwedevs.com\" rel=\"nofollow ugc\">weDevs\u003C\u002Fa>\u003C\u002Fp>\n","The missing gallery of WordPress. Simple, yet the effective gallery plugin!",3950,5,"2020-03-14T06:10:00.000Z","5.4.19","3.8",[20,21,22,23,133],"media","https:\u002F\u002Fwedevs.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwe-gallery.zip",{"attackSurface":137,"codeSignals":214,"taintFlows":239,"riskAssessment":259,"analyzedAt":264},{"hooks":138,"ajaxHandlers":202,"restRoutes":207,"shortcodes":208,"cronEvents":213,"entryPointCount":31,"unprotectedCount":80},[139,145,150,154,159,164,170,174,176,178,181,185,190,195,198],{"type":140,"name":141,"callback":142,"file":143,"line":144},"action","admin_enqueue_scripts","scripts","admin\\class-admin.php",14,{"type":140,"name":146,"callback":147,"priority":148,"file":143,"line":149},"save_post","save_metabox",37,15,{"type":140,"name":151,"callback":152,"file":143,"line":153},"edit_form_after_editor","metabox",16,{"type":155,"name":156,"callback":157,"file":143,"line":158},"filter","manage_go_album_posts_columns","set_custom_edit_gallery_columns",19,{"type":140,"name":160,"callback":161,"priority":162,"file":143,"line":163},"manage_go_album_posts_custom_column","custom_gallery_column",10,20,{"type":140,"name":165,"callback":166,"priority":167,"file":168,"line":169},"media_buttons","button",25,"admin\\editor.php",8,{"type":140,"name":171,"callback":172,"priority":167,"file":168,"line":173},"after_wp_tiny_mce","popup",9,{"type":140,"name":141,"callback":175,"priority":167,"file":168,"line":162},"add_tinymce",{"type":140,"name":141,"callback":142,"file":168,"line":177},11,{"type":140,"name":179,"callback":180,"file":168,"line":70},"admin_init","editor_style",{"type":155,"name":182,"callback":183,"priority":167,"file":168,"line":184},"mce_external_plugins","add_tinymce_plugin",32,{"type":140,"name":186,"callback":187,"file":188,"line":189},"wp_footer","gallery_one_shortcode_load_style","inc\\class-shortcode.php",204,{"type":140,"name":191,"callback":192,"file":193,"line":194},"init","post_type_init","init.php",28,{"type":140,"name":196,"callback":197,"file":193,"line":33},"wp_enqueue_scripts","enqueue",{"type":140,"name":199,"callback":200,"file":193,"line":201},"plugins_loaded","gallery_one_loader",228,[203],{"action":204,"nopriv":205,"callback":204,"hasNonce":205,"hasCapCheck":205,"file":143,"line":206},"gallery_one_get_editor_preview_thumbs",false,22,[],[209],{"tag":210,"callback":211,"file":188,"line":212},"gallery_one","gallery_one_shortcode",195,[],{"dangerousFunctions":215,"sqlUsage":216,"outputEscaping":218,"fileOperations":13,"externalRequests":13,"nonceChecks":80,"capabilityChecks":80,"bundledLibraries":238},[],{"prepared":13,"raw":13,"locations":217},[],{"escaped":219,"rawEcho":169,"locations":220},67,[221,225,227,229,230,232,235,236],{"file":222,"line":223,"context":224},"admin\\edit.php",80,"raw output",{"file":168,"line":226,"context":224},43,{"file":228,"line":162,"context":224},"frontend\\views\\gird\\view.php",{"file":228,"line":162,"context":224},{"file":231,"line":153,"context":224},"frontend\\views\\justified\\view.php",{"file":233,"line":234,"context":224},"frontend\\views\\masonry\\view.php",7,{"file":233,"line":234,"context":224},{"file":188,"line":237,"context":224},201,[],[240],{"entryPoint":241,"graph":242,"unsanitizedCount":13,"severity":258},"\u003Cedit> (admin\\edit.php:0)",{"nodes":243,"edges":255},[244,249],{"id":245,"type":246,"label":247,"file":222,"line":248},"n0","source","$_REQUEST",6,{"id":250,"type":251,"label":252,"file":222,"line":253,"wp_function":254},"n1","sink","echo() [XSS]",36,"echo",[256],{"from":245,"to":250,"sanitized":257},true,"low",{"summary":260,"deductions":261},"The gallery-one plugin v1.0.2 exhibits a generally good security posture based on the provided static analysis.  It demonstrates strong adherence to secure coding practices, with no dangerous functions identified, all SQL queries utilizing prepared statements, and a high percentage of properly escaped output. The absence of file operations and external HTTP requests further reduces potential attack vectors. Crucially, the plugin incorporates nonce and capability checks, indicating an awareness of common WordPress security mechanisms.",[262],{"reason":263,"points":169},"AJAX handler without authentication check","2026-03-16T21:54:49.420Z",{"wat":266,"direct":283},{"assetPaths":267,"generatorPatterns":271,"scriptPaths":272,"versionParams":276},[268,269,270],"\u002Fwp-content\u002Fplugins\u002Fgallery-one\u002Fassets\u002Fcss\u002Ffrontend.css","\u002Fwp-content\u002Fplugins\u002Fgallery-one\u002Fassets\u002Fjustified-gallery\u002FjustifiedGallery.min.css","\u002Fwp-content\u002Fplugins\u002Fgallery-one\u002Fassets\u002Flightgallery\u002Fcss\u002Flightgallery.css",[],[273,274,275],"\u002Fwp-content\u002Fplugins\u002Fgallery-one\u002Fassets\u002Fjustified-gallery\u002Fjquery.justifiedGallery.min.js","\u002Fwp-content\u002Fplugins\u002Fgallery-one\u002Fassets\u002Flightgallery\u002Fjs\u002Flightgallery-all.min.js","\u002Fwp-content\u002Fplugins\u002Fgallery-one\u002Fassets\u002Fjs\u002Ffrontend.js",[277,278,279,280,281,282],"gallery-one\u002Fassets\u002Fcss\u002Ffrontend.css?ver=","gallery-one\u002Fassets\u002Fjustified-gallery\u002FjustifiedGallery.min.css?ver=","gallery-one\u002Fassets\u002Flightgallery\u002Fcss\u002Flightgallery.css?ver=","gallery-one\u002Fassets\u002Fjustified-gallery\u002Fjquery.justifiedGallery.min.js?ver=","gallery-one\u002Fassets\u002Flightgallery\u002Fjs\u002Flightgallery-all.min.js?ver=","gallery-one\u002Fassets\u002Fjs\u002Ffrontend.js?ver=",{"cssClasses":284,"htmlComments":288,"htmlAttributes":289,"restEndpoints":293,"jsGlobals":294,"shortcodeOutput":296},[285,286,287],"gallery-one-album-wrap","gallery-one-single-gallery","go_album",[],[290,291,292],"data-gallery-id","data-gallery-layout","data-gallery-settings",[],[295],"galleryOne",[297,298],"[gallery-one id=","[gallery_one id="]