[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fmp1wXLNKr4eQ3fm7DL0mhyBbZdNk14bZD9TX_cPigoQ":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":11,"num_ratings":13,"last_updated":14,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":18,"homepage":23,"download_link":24,"security_score":25,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":28,"vulnerabilities":29,"developer":30,"crawl_stats":27,"alternatives":35,"analysis":144,"fingerprints":174},"embed-piwigo","Embed Piwigo","1.0.1","samwilson","https:\u002F\u002Fprofiles.wordpress.org\u002Fsamwilson\u002F","\u003Cp>The Embed Piwigo plugin adds support for embedding photos from whitelisted \u003Ca href=\"https:\u002F\u002Fpiwigo.org\u002F\" rel=\"nofollow ugc\">Piwigo\u003C\u002Fa> websites.\u003C\u002Fp>\n\u003Cp>This means that you can add the URL (a.k.a. ‘web address’) of a photo in a Piwigo site to a WordPress post or page, and a medium-sized, centered image will be inserted in its place.\u003C\u002Fp>\n\u003Cp>The standard WordPress captioning system will be used (as for the \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FCaption_Shortcode\" rel=\"nofollow ugc\">Caption Shortcode\u003C\u002Fa>), with the photo’s title, date, and description added if they’re available for a given image.\u003C\u002Fp>\n\u003Cp>For example, if you have \u003Ccode>https:\u002F\u002Fpiwigo.org\u002Fdemo\u003C\u002Fcode> in your Piwigo site URLs list, and add the following URL on its own line in a post or page on your blog:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>https:\u002F\u002Fpiwigo.org\u002Fdemo\u002Fpicture.php?\u002F1382\u002Fcategory\u002F111\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>then a photo of a mountain in Kerzers will be inserted, with the caption \u003Cem>“Colline de Chiètres (May 6, 2016)”\u003C\u002Fem>. The date format will match whatever your WordPress installation is configured to use.\u003C\u002Fp>\n","The Embed Pwigo plugin adds support for embedding photos from whitelisted Piwigo websites.",100,2958,3,"2018-08-27T01:33:00.000Z","4.9.29","4.7","5.6",[19,20,21,22],"embed","embeds","photos","piwigo","https:\u002F\u002Fsamwilson.id.au\u002Fplugins\u002Fembed-piwigo\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fembed-piwigo.1.0.1.zip",85,0,null,"2026-03-15T15:16:48.613Z",[],{"slug":7,"display_name":7,"profile_url":8,"plugin_count":13,"total_installs":31,"avg_security_score":25,"avg_patch_time_days":32,"trust_score":33,"computed_at":34},180,30,84,"2026-04-04T11:40:24.954Z",[36,57,76,97,118],{"slug":37,"name":38,"version":39,"author":40,"author_profile":41,"description":42,"short_description":43,"active_installs":44,"downloaded":45,"rating":46,"num_ratings":47,"last_updated":48,"tested_up_to":49,"requires_at_least":50,"requires_php":51,"tags":52,"homepage":55,"download_link":56,"security_score":11,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":28},"embed-optimizer","Embed Optimizer","1.0.0-beta5","WordPress Performance Team","https:\u002F\u002Fprofiles.wordpress.org\u002Fperformanceteam\u002F","\u003Cp>This plugin’s purpose is to optimize the performance of \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fdocumentation\u002Farticle\u002Fembeds\u002F\" rel=\"ugc\">embeds in WordPress\u003C\u002Fa>, such as Tweets, YouTube videos, TikToks, and others.\u003C\u002Fp>\n\u003Cp>The current optimizations include:\u003C\u002Fp>\n\u003Col>\n\u003Cli>Lazy loading embeds just before they come into view.\u003C\u002Fli>\n\u003Cli>Adding dns-prefetch links for embeds in the initial viewport.\u003C\u002Fli>\n\u003Cli>Reserving space for embeds that resize to reduce layout shifting.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>\u003Cstrong>Lazy loading embeds\u003C\u002Fstrong> improves performance because embeds are generally very resource-intensive, so lazy loading them ensures that they don’t compete with resources when the page is loading. Lazy loading of \u003Ccode>IFRAME\u003C\u002Fcode>-based embeds is handled simply by adding the \u003Ccode>loading=lazy\u003C\u002Fcode> attribute. Lazy loading embeds that include \u003Ccode>SCRIPT\u003C\u002Fcode> tags is handled by using an Intersection Observer to watch for when the embed’s \u003Ccode>FIGURE\u003C\u002Fcode> container is going to enter the viewport, and then it dynamically inserts the \u003Ccode>SCRIPT\u003C\u002Fcode> tag.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>This plugin also recommends that you install and activate the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Foptimization-detective\u002F\" rel=\"ugc\">Optimization Detective\u003C\u002Fa> plugin\u003C\u002Fstrong>, which unlocks several optimizations beyond just lazy loading. Without Optimization Detective, lazy loading can actually degrade performance \u003Cem>when an embed is positioned in the initial viewport\u003C\u002Fem>. This is because lazy loading such viewport-initial elements can degrade LCP since rendering is delayed by the logic to determine whether the element is visible. This is why WordPress Core tries its best to \u003Ca href=\"https:\u002F\u002Fmake.wordpress.org\u002Fcore\u002F2021\u002F07\u002F15\u002Frefining-wordpress-cores-lazy-loading-implementation\u002F\" rel=\"nofollow ugc\">avoid\u003C\u002Fa> \u003Ca href=\"https:\u002F\u002Fmake.wordpress.org\u002Fcore\u002F2021\u002F07\u002F15\u002Frefining-wordpress-cores-lazy-loading-implementation\u002F\" rel=\"nofollow ugc\">lazy loading\u003C\u002Fa> \u003Ccode>IMG\u003C\u002Fcode> tags which appear in the initial viewport, although the server-side heuristics aren’t perfect. This is where Optimization Detective comes in since it detects whether an embed appears in any breakpoint-specific viewports, like mobile, tablet, and desktop. (See also the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fimage-prioritizer\u002F\" rel=\"ugc\">Image Prioritizer\u003C\u002Fa> plugin which extends Optimization Detective to ensure lazy loading is correctly applied based on whether an IMG is in the initial viewport.)\u003C\u002Fp>\n\u003Cp>When Optimization Detective is active, it will start keeping track of which embeds appear in the initial viewport based on actual visits to your site. With this information in hand, Embed Optimizer will then avoid lazy loading embeds which appear in the initial viewport. Furthermore, for such above-the-fold embeds Embed Optimizer will also \u003Cstrong>add dns-prefetch links\u003C\u002Fstrong> for resources known to be used by those embeds. For example, if a YouTube embed appears in the initial viewport, Embed Optimizer with Optimization Detective will omit \u003Ccode>loading=lazy\u003C\u002Fcode> while also adding a \u003Ccode>dns-prefetch\u003C\u002Fcode> link for \u003Ccode>https:\u002F\u002Fi.ytimg.com\u003C\u002Fcode> which is the domain from which YouTube video poster images are served. Such links cause the initial-viewport embeds to load even faster.\u003C\u002Fp>\n\u003Cp>The other major feature in Embed Optimizer enabled by Optimization Detective is the \u003Cstrong>reduction of layout shifts\u003C\u002Fstrong> caused by embeds that resize when they load. This is seen commonly in WordPress post embeds or Tweet embeds. Embed Optimizer keeps track of the resized heights of these embeds. With these resized heights stored, Embed Optimizer sets the appropriate height on the container FIGURE element as the viewport-specific \u003Ccode>min-height\u003C\u002Fcode> so that when the embed loads it does not cause a layout shift.\u003C\u002Fp>\n\u003Cp>Since Optimization Detective relies on page visits to learn how the page is laid out, you’ll need to wait until you have visits from a mobile and desktop device to start seeing optimizations applied. Also, note that Optimization Detective does not apply optimizations by default for logged-in admin users.\u003C\u002Fp>\n\u003Cp>Please note that the optimizations are intended to apply to Embed blocks. So if you do not see optimizations applied, make sure that your embeds are not inside a Classic Block.\u003C\u002Fp>\n\u003Cp>Your site must have the \u003Cstrong>REST API accessible\u003C\u002Fstrong> to unauthenticated frontend visitors since this is how metrics are collected about how a page should be optimized. There are currently \u003Cstrong>no settings\u003C\u002Fstrong> and no user interface for this plugin since it is designed to work without any configuration.\u003C\u002Fp>\n","Optimizes the performance of embeds through lazy-loading, adding dns-prefetch links, and reserving space to reduce layout shifts.",60000,349166,60,2,"2026-02-27T20:19:00.000Z","7.0","6.6","7.2",[20,53,54],"optimization-detective","performance","https:\u002F\u002Fgithub.com\u002FWordPress\u002Fperformance\u002Ftree\u002Ftrunk\u002Fplugins\u002Fembed-optimizer","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fembed-optimizer.1.0.0-beta5.zip",{"slug":58,"name":59,"version":60,"author":61,"author_profile":62,"description":63,"short_description":64,"active_installs":65,"downloaded":66,"rating":67,"num_ratings":68,"last_updated":69,"tested_up_to":70,"requires_at_least":71,"requires_php":72,"tags":73,"homepage":72,"download_link":75,"security_score":11,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":28},"disable-embeds","Disable Embeds","1.5.0","Pascal Birchler","https:\u002F\u002Fprofiles.wordpress.org\u002Fswissspidy\u002F","\u003Cp>What this plugin does:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Prevents others from embedding your site.\u003C\u002Fli>\n\u003Cli>Prevents you from embedding other non-whitelisted sites.\u003C\u002Fli>\n\u003Cli>Disables all JavaScript related to the feature.\u003C\u002Fli>\n\u003Cli>Removes support for the WordPress embed block in the new block editor.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Just activate the plugin and you’re good to go.\u003C\u002Fp>\n\u003Cp>Want embeds back again? Simply deactivate the plugin.\u003C\u002Fp>\n","Don’t like the enhanced embeds in WordPress 4.4? Easily disable the feature using this plugin.",10000,270545,86,20,"2025-04-08T09:00:00.000Z","6.8.5","4.4","",[19,20,74],"oembed","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fdisable-embeds.1.5.0.zip",{"slug":77,"name":78,"version":79,"author":80,"author_profile":81,"description":82,"short_description":83,"active_installs":65,"downloaded":84,"rating":67,"num_ratings":85,"last_updated":86,"tested_up_to":87,"requires_at_least":88,"requires_php":51,"tags":89,"homepage":93,"download_link":94,"security_score":95,"vuln_count":13,"unpatched_count":26,"last_vuln_date":96,"fetched_at":28},"simple-facebook-plugin","Simple Like Page Plugin – Fast & Privacy-Friendly Page Embeds","2.0.0","topdevs.net","https:\u002F\u002Fprofiles.wordpress.org\u002Ftopdevs\u002F","\u003Cp>Embedding social Page content often slows down WordPress sites and loads third-party scripts before visitors interact.\u003C\u002Fp>\n\u003Cp>Simple Like Page Plugin helps you embed Meta™ Page content without hurting performance, by delaying script loading until interaction or visibility.\u003C\u002Fp>\n\u003Cp>This reduces unnecessary requests, improves Core Web Vitals, and gives you control over when external scripts load.\u003C\u002Fp>\n\u003Cp>This plugin is not affiliated with, endorsed by, or sponsored by Meta Platforms, Inc.\u003Cbr \u002F>\nAll trademarks belong to their respective owners.\u003C\u002Fp>\n\u003Ch3>Key Features\u003C\u002Fh3>\n\u003Ch4>Privacy-First Loading\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Delays Facebook script loading until user interaction\u003C\u002Fli>\n\u003Cli>Optional lazy loading when the embed enters the viewport\u003C\u002Fli>\n\u003Cli>Helps reduce third-party requests on initial page load\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Performance Focused\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Lightweight HTML placeholder before activation\u003C\u002Fli>\n\u003Cli>No render-blocking Facebook SDK on initial page load\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Multiple Integration Options\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Gutenberg block\u003C\u002Fli>\n\u003Cli>Shortcode\u003C\u002Fli>\n\u003Cli>Classic widget\u003C\u002Fli>\n\u003Cli>Theme template tag\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Extensible\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Hooks and filters for add-ons\u003C\u002Fli>\n\u003Cli>Architecture designed for future consent-based extensions\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>How It Works\u003C\u002Fh3>\n\u003Col>\n\u003Cli>Renders a placeholder instead of the Facebook embed\u003C\u002Fli>\n\u003Cli>Loads Facebook scripts only after user interaction (or when in view, if enabled)\u003C\u002Fli>\n\u003Cli>Renders the Page Plugin once scripts are available\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>This approach is designed to improve performance and reduce unnecessary third-party requests.\u003C\u002Fp>\n\u003Ch3>Usage\u003C\u002Fh3>\n\u003Cp>You can add the Facebook Page Plugin in four different ways.\u003C\u002Fp>\n\u003Ch4>1. Gutenberg Block (Recommended)\u003C\u002Fh4>\n\u003Col>\n\u003Cli>Edit any post or page\u003C\u002Fli>\n\u003Cli>Click \u003Cstrong>Add Block (+)\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>Search for \u003Cstrong>Simple Like Page Plugin\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>Insert the block\u003C\u002Fli>\n\u003Cli>Paste your Facebook Page URL\u003C\u002Fli>\n\u003Cli>Adjust layout and privacy options in the block sidebar\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch4>2. Shortcode\u003C\u002Fh4>\n\u003Cp>Use the shortcode inside any post or page:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>sfp-page-plugin\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Shortcode parameters:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>url\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>width\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>height\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>hide_cover\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>show_facepile\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>small_header\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>timeline\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>events\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>messages\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>locale\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>click_to_load\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>lazy_load\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>placeholder_text\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>placeholder_bg_color\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>placeholder_text_color\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Example:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[sfp-page-plugin url=\"https:\u002F\u002Fwww.facebook.com\u002FWordPress\" width=\"320\" timeline=\"true\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>3. Widget\u003C\u002Fh4>\n\u003Col>\n\u003Cli>Go to \u003Cstrong>Appearance -> Widgets\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>Add \u003Cstrong>SFP – Like Page Plugin\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>Enter your Facebook Page URL\u003C\u002Fli>\n\u003Cli>Configure display options\u003C\u002Fli>\n\u003Cli>Save\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch4>4. Template Tag (Advanced)\u003C\u002Fh4>\n\u003Cp>For theme developers:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>`\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp> ‘https:\u002F\u002Fwww.facebook.com\u002FWordPress\u002F’,\u003Cbr \u002F>\n        ‘width’ => ‘300’,\u003Cbr \u002F>\n        ‘timeline’ => true,\u003Cbr \u002F>\n        ‘locale’ => ‘en_US’\u003Cbr \u002F>\n    );\u003Cbr \u002F>\n    sfp_page_plugin( $args );\u003Cbr \u002F>\n} ?>\u003Cbr \u002F>\n    `\u003C\u002Fp>\n\u003Ch3>Performance & Privacy\u003C\u002Fh3>\n\u003Cp>By default, the plugin delays Facebook loading until interaction. If you enable lazy loading, scripts are loaded when the embed is in view.\u003C\u002Fp>\n\u003Cp>Facebook may set cookies or process data once the embed loads. You are responsible for updating your privacy policy as needed.\u003C\u002Fp>\n\u003Ch3>Settings\u003C\u002Fh3>\n\u003Cp>The plugin includes a \u003Cstrong>Performance & Privacy\u003C\u002Fstrong> section where you can control:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Click-to-load (default off)\u003C\u002Fli>\n\u003Cli>Lazy loading (default on)\u003C\u002Fli>\n\u003Cli>Placeholder text\u003C\u002Fli>\n\u003Cli>Placeholder colors\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>You can also set a default Facebook Page URL and locale in the settings screen.\u003C\u002Fp>\n\u003Ch3>Compatibility\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Works with modern WordPress themes\u003C\u002Fli>\n\u003Cli>Compatible with caching and performance plugins\u003C\u002Fli>\n\u003Cli>Supports Gutenberg and Classic Editor\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Support\u003C\u002Fh3>\n\u003Cp>Found a bug or have a feature request? Please use the \u003Cstrong>Support\u003C\u002Fstrong> tab on WordPress.org.\u003C\u002Fp>\n","Embed Meta™ Page content without slowing down your site or loading third-party scripts before user interaction.",339009,24,"2026-03-06T22:33:00.000Z","6.9.4","5.8",[20,90,54,91,92],"facebook","privacy","social","https:\u002F\u002Ftopdevs.net\u002Fsimple-like-page-plugin\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsimple-facebook-plugin.zip",96,"2025-12-31 00:00:00",{"slug":98,"name":99,"version":100,"author":101,"author_profile":102,"description":103,"short_description":104,"active_installs":65,"downloaded":105,"rating":106,"num_ratings":107,"last_updated":108,"tested_up_to":109,"requires_at_least":110,"requires_php":72,"tags":111,"homepage":116,"download_link":117,"security_score":25,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":28},"wp-disable","Reduce HTTP Requests, Disable Emojis & Disable Embeds, Speedup WooCommerce","1.6.1","hosting.io","https:\u002F\u002Fprofiles.wordpress.org\u002Fpigeonhut\u002F","\u003Cp>\u003Cstrong>Reduce HTTP requests\u003C\u002Fstrong> – Disable Emojis, Disable Gravatars, Disable Embeds and Remove Querystrings. SpeedUp WooCommerce, Added support to disable pingbacks, disable trackbacks, close comments after 28 days, Added the ability to force pagingation after 20 posts,\u003Cbr \u002F>\nDisable WooCommerce scripts and CSS on non WooCommerce Pages, Disable RSS, Disable XML-RPC, Disable Autosave, Remove Windows Live Writer tag, Remove Shortlink Tag, Remove WP API from header and\u003Cbr \u002F>\n many more features to help speed and SEO gains.  Now includes \u003Cstrong>Disable Comments, Heartbeat Control, Selective Disable\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>\u003C\u002Fstrong>\u003Cstrong>NEW Features:\u003C\u002Fstrong>\u003Cbr \u002F>\n Better Stats on Dashboard\u003Cbr \u002F>\n Disable loading dashicons on front end if admin bar disabled\u003Cbr \u002F>\n Disable Author Pages\u003C\u002Fp>\n\u003Cp>Disabling Emojis does not disable emoticons, it disables the support for Emojis added since WP 4.2 and removes 1 HTTP request.\u003C\u002Fp>\n\u003Cp>Disabling Embeds  – script that auto formats pasted content in the visual editor, eg videos, etc. Big issue with this script is it loads on every\u003Cbr \u002F>\nsingle page. You can still use the default embed code from YouTube, Twitter etc to included content.\u003C\u002Fp>\n\u003Cp>Remove Query Strings: If you look at the waterfall view of your page load, you will see your query strings end in something like ver=1.12.4.\u003Cbr \u002F>\nThese are called query strings and help determine the version of the script. The problem with query strings like these is that it isn’t very efficient for caching purposes and sometimes prevents caching those assets altogether.  If you are using a CDN already, you can ignore this.\u003C\u002Fp>\n\u003Cp>Disabling Gravatars is completely optional, advise, if you don’t use them, disable as it gets rid of one more useless HTTP request.\u003C\u002Fp>\n\u003Cp>General Performance improvements: Added support for : disable ping\u002Ftrackbacks, close comments after 28 days, force pagingation after 20 posts, Disable WooCommerce scripts and CSS on non WooCommerce Pages.\u003C\u002Fp>\n\u003Cp>Have an idea ?\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fhosting-io\u002Fwp-disable\" rel=\"nofollow ugc\">Public repo on GitHub\u003C\u002Fa> if you would like to contribute or have any ideas to add.\u003C\u002Fp>\n\u003Cp>Docs & Support\u003Cbr \u002F>\nThe \u003Ca href=\"https:\u002F\u002Foptimisation.io\u002Ffaq\u002F\" rel=\"nofollow ugc\">documentation is an on-going project\u003C\u002Fa>, so please bare with us as we update.  If you would like to help with the documentation, please get in touch.\u003C\u002Fp>\n","Reduce HTTP requests - Disable Emojis, Disable Gravatars, Disable Embeds and Remove Querystrings. SpeedUp WooCommerce, Added support to disable pingba &hellip;",309866,82,45,"2020-08-09T07:42:00.000Z","5.3.21","4.5",[58,112,113,114,115],"disable-emoji","disable-gravatars","reduce-http-requests","remove-querystrings","https:\u002F\u002Foptimisation.io","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-disable.1.6.1.zip",{"slug":119,"name":120,"version":121,"author":122,"author_profile":123,"description":124,"short_description":125,"active_installs":126,"downloaded":127,"rating":128,"num_ratings":129,"last_updated":130,"tested_up_to":131,"requires_at_least":132,"requires_php":133,"tags":134,"homepage":140,"download_link":141,"security_score":33,"vuln_count":142,"unpatched_count":26,"last_vuln_date":143,"fetched_at":28},"embed-google-photos-album-easily","Embed Google Photos album","2.2.1","pavex","https:\u002F\u002Fprofiles.wordpress.org\u002Fpavex\u002F","\u003Cp>This plugin requires a shared Google Photos album link to view photos using gallery\u002Fplayer or carousel. This widget is free to use for WordPress users.\u003C\u002Fp>\n\u003Cp>It is very easy to use. Just write a \u003Cstrong>shortcode\u003C\u002Fstrong> to your post and include a link of shared Google Photos album as a parameter. Instead of shortcode, html code with links to the photo will be inserted and it will be decorated using Public album javascript.\u003C\u002Fp>\n\u003Ch3>Example\u003C\u002Fh3>\n\u003Cpre>\u003Ccode>[embed-google-photos-album link=\"https:\u002F\u002Fphotos.app.goo.gl\u002FCSV7NDstShTUwUZq5\"]\n\n[embed-google-photos-album link=\"https:\u002F\u002Fphotos.app.goo.gl\u002FCSV7NDstShTUwUZq5\" mode=\"carousel\"]\n\n[embed-google-photos-album link=\"https:\u002F\u002Fphotos.app.goo.gl\u002FCSV7NDstShTUwUZq5\" mediaitems-cover=\"true\"]\n\n[embed-google-photos-album link=\"https:\u002F\u002Fphotos.app.goo.gl\u002FCSV7NDstShTUwUZq5\" background-color=\"#007acc\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cul>\n\u003Cli>\u003Cstrong>link\u003C\u002Fstrong> – [string] public link of Google Photos album\u003C\u002Fli>\n\u003Cli>\u003Cstrong>mode\u003C\u002Fstrong> – [carousel | gallery-player] setup decorator mode, default id \u003Ccode>gallery-player\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>width\u003C\u002Fstrong> – [int | ‘auto’] set widget width in pixel or “auto” to stretch to 100%\u003C\u002Fli>\n\u003Cli>\u003Cstrong>height\u003C\u002Fstrong> – [int | ‘auto’] set widget height in pixels or “auto” to stretch to 100%\u003C\u002Fli>\n\u003Cli>\u003Cstrong>image-width\u003C\u002Fstrong> – [int] image max-width in pixels, default is 1920\u003C\u002Fli>\n\u003Cli>\u003Cstrong>image-height\u003C\u002Fstrong> – [int] image max-height in pixels, default is 1080\u003C\u002Fli>\n\u003Cli>\u003Cstrong>autoplay\u003C\u002Fstrong> – [true | false] start slideshow in normal view (currently not allowed by decorator)\u003C\u002Fli>\n\u003Cli>\u003Cstrong>delay\u003C\u002Fstrong> – [true | false] slideshow delay in seconds, default is 5 seconds.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>repeat\u003C\u002Fstrong> – [true | false] Enable or disable repeat slideshow, delfault is \u003Ccode>true\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>mediaitems-aspectration\u003C\u002Fstrong> – [true | false], Keep asspect ration of images delfault is \u003Ccode>true\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>mediaitems-enlarge\u003C\u002Fstrong> – [true | false], Turn on\u002Foff image enlarge, delfault is \u003Ccode>true\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>mediaitems-stretch\u003C\u002Fstrong> – [true | false], Tunr on\u002Foff image stretch, delfault is \u003Ccode>true\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>mediaitems-cover\u003C\u002Fstrong> – [true | false], Cover full canvas. Combine with aspect ratio parameter. Delfault is \u003Ccode>false\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>background-color\u003C\u002Fstrong> – [#RRGGBB | transparent], Setup background color to RGB or transparent. Default is \u003Ccode>#000000\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>expiration\u003C\u002Fstrong> – [int] setup expiration timeout in secons; default is 0; min. custom value is 86400s (experimental property)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>This widget, unsupported some features like a picture’s timestamp and captions. For a more detailed description of the component, go to \u003Ca href=\"https:\u002F\u002Fwww.publicalbum.org\u002Fblog\u002Fwordpress-google-photos-album-plugin\" rel=\"nofollow ugc\">WordPress Google Photos album plugin\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>In some cases, it may be better to use the following code directly in the template.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php\n    echo (new Pavex_embed_google_photos_album()) -> getcode(\n        'https:\u002F\u002Fphotos.app.goo.gl\u002FCSV7NDstShTUwUZq5', 0, 480, 1920, 1080\n    );\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>How do I update my album?\u003C\u002Fh3>\n\u003Cp>The album will update automatically as soon as you save or update your post.\u003C\u002Fp>\n\u003Ch3>Javascript decorator\u003C\u002Fh3>\n\u003Cp>External javascript decorator is stored on CDN and loading and running of them is \u003Cstrong>optimized for performance\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003Cp>Javascript widget can be used without photos from Google photos. Detailed information on how to use javascript is available in one of older posts about \u003Ca href=\"https:\u002F\u002Fwww.publicalbum.org\u002Fblog\u002Fcarousel-slideshow-gallery-widget-july-update\" rel=\"nofollow ugc\">carusel slideshow\u003C\u002Fa> on my blog.\u003C\u002Fp>\n\u003Ch3>About Public album photo sharing website\u003C\u002Fh3>\n\u003Cp>\u003Cstrong>Public album\u003C\u002Fstrong> is now a \u003Ca href=\"https:\u002F\u002Fwww.publicalbum.org\u002Fblog\u002Fphoto-sharing-website\" rel=\"nofollow ugc\">photo sharing website\u003C\u002Fa> and service for sharing short photosets available in single user profile.\u003C\u002Fp>\n\u003Cp>The service can also be used as an alternative to \u003Ca href=\"https:\u002F\u002Fwww.publicalbum.org\u002Fblog\u002Fpublic-google-photos\" rel=\"nofollow ugc\">public Google Photos\u003C\u002Fa>. It is very suitable for the blogs focused mainly on photos. For example, a \u003Cstrong>photoblog\u003C\u002Fstrong> or a \u003Ca href=\"https:\u002F\u002Fwww.reabr.com\" rel=\"nofollow ugc\">\u003Cstrong>online bookmark manager\u003C\u002Fstrong>\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>Important links\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Public album sharing website\u003C\u002Fstrong> \u003Ca href=\"https:\u002F\u002Fwww.publicalbum.org\" rel=\"nofollow ugc\">https:\u002F\u002Fwww.publicalbum.org\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Blog\u003C\u002Fstrong> \u003Ca href=\"https:\u002F\u002Fwww.publicalbum.org\u002Fblog\" rel=\"nofollow ugc\">https:\u002F\u002Fwww.publicalbum.org\u002Fblog\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Facebook\u003C\u002Fstrong> \u003Ca href=\"https:\u002F\u002Fwww.facebook.com\u002Fpublicalbumapp\" rel=\"nofollow ugc\">https:\u002F\u002Fwww.facebook.com\u002Fpublicalbumapp\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Reabr.com\u003C\u002Fstrong> \u003Ca href=\"https:\u002F\u002Fwww.reabr.com\" rel=\"nofollow ugc\">online bookmark manager\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n","Embed Google Photos album using Player widget.",4000,45666,88,15,"2024-03-19T10:32:00.000Z","6.4.8","5.0","5.3",[135,136,137,138,139],"carousel-slideshow","embed-gallery","embed-google-photos","google-photos","wordpress-carousel","https:\u002F\u002Fwww.publicalbum.org\u002Fblog\u002Fembedding-google-photos-albums","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fembed-google-photos-album-easily.zip",1,"2024-04-22 00:00:00",{"attackSurface":145,"codeSignals":157,"taintFlows":164,"riskAssessment":165,"analyzedAt":173},{"hooks":146,"ajaxHandlers":153,"restRoutes":154,"shortcodes":155,"cronEvents":156,"entryPointCount":26,"unprotectedCount":26},[147],{"type":148,"name":149,"callback":150,"file":151,"line":152},"action","admin_init","closure","embed-piwigo.php",64,[],[],[],[],{"dangerousFunctions":158,"sqlUsage":159,"outputEscaping":161,"fileOperations":26,"externalRequests":142,"nonceChecks":26,"capabilityChecks":26,"bundledLibraries":163},[],{"prepared":26,"raw":26,"locations":160},[],{"escaped":47,"rawEcho":26,"locations":162},[],[],[],{"summary":166,"deductions":167},"The embed-piwigo plugin version 1.0.1 presents a generally strong security posture based on the provided static analysis.  The absence of any AJAX handlers, REST API routes, shortcodes, or cron events significantly limits its attack surface, and critically, there are no unprotected entry points detected.  The code also demonstrates good practices by exclusively using prepared statements for SQL queries and properly escaping all detected outputs, with no file operations or external HTTP requests that could introduce vulnerabilities.  The lack of known CVEs and a clean vulnerability history further bolster confidence in its security.",[168,171],{"reason":169,"points":170},"No Nonce Checks",5,{"reason":172,"points":170},"No Capability Checks","2026-03-16T20:58:57.013Z",{"wat":175,"direct":180},{"assetPaths":176,"generatorPatterns":177,"scriptPaths":178,"versionParams":179},[],[],[],[],{"cssClasses":181,"htmlComments":182,"htmlAttributes":183,"restEndpoints":184,"jsGlobals":185,"shortcodeOutput":186},[4],[],[],[],[],[187],"\u003Cp class=\"embed-piwigo error\">"]