Changeset 2903861
- Timestamp:
- 04/25/2023 11:46:49 AM (3 years ago)
- File:
-
- 1 edited
-
embed-pro-flickr/tags/1.0/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
embed-pro-flickr/tags/1.0/readme.txt
r2903772 r2903861 18 18 19 19 Expected impact: 20 * Faster page load: visitors are only served the smallest image size necessary for their screen21 * More visually appealing: higher resolution images are made available to the browser, for example to visitors with Retina screens, thanks to the image sizes already processed by Flickr22 * Ensures visual consistency between images embedded manually from Flickr, images embedded using the Caption shortcode and images embedded using the Flick Embed block23 * Increased SEO by automatically using Flickr metadata to set titles and captions20 * Faster page load: visitors are only served the smallest image size necessary for their screen 21 * More visually appealing: higher resolution images are made available to the browser, for example to visitors with Retina screens, thanks to the image sizes already processed by Flickr 22 * Ensures visual consistency between images embedded manually from Flickr, images embedded using the Caption shortcode and images embedded using the Flick Embed block 23 * Increased SEO by automatically using Flickr metadata to set titles and captions 24 24 25 25 26 26 Plugin features: 27 * Systematically add classes to Flickr Embed blocks28 * Customize what happens when clicking on an image embedded with the Flickr Embed block29 * Assign the Flickr photo title to the <img> tag30 * Make the Flickr photo page URL open in a new window31 * Automatically add a caption with the Flickr image title, and optionally hyperlink it32 * Make Flickr images responsive with `srcset` and `sizes` attributes, just like native WordPress images, improving the website loading time while serving better images to visitors.33 * Replace the hyperlinked Flickr page with the JPG image34 * Wrap lone <img> tags inside <figure>tags35 * Responsify caption shortcodes with fixed width, used in older version of WordPress27 * Systematically add classes to Flickr Embed blocks 28 * Customize what happens when clicking on an image embedded with the Flickr Embed block 29 * Assign the Flickr photo title to the <img> tag 30 * Make the Flickr photo page URL open in a new window 31 * Automatically add a caption with the Flickr image title, and optionally hyperlink it 32 * Make Flickr images responsive with `srcset` and `sizes` attributes, just like native WordPress images, improving the website loading time while serving better images to visitors. 33 * Replace the hyperlinked Flickr page with the JPG image 34 * Wrap lone `<img>` tags inside `<figure>` tags 35 * Responsify caption shortcodes with fixed width, used in older version of WordPress 36 36 37 37 38 38 Plugin chracteristics: 39 * Does NOT create new image sizes40 * Does NOT modify the database to operate. However, for debugging purposes, it can clear up cached oEmbed meta_keys in `wp_postmeta` faster than the 24-hour default41 * Lightweight (one single PHP page)42 * Has no visible component on the front end43 * Does not increase the site response time, provided a caching plugin is used39 * Does NOT create new image sizes 40 * Does NOT modify the database to operate. However, for debugging purposes, it can clear up cached oEmbed meta_keys in `wp_postmeta` faster than the 24-hour default 41 * Lightweight (one single PHP page) 42 * Has no visible component on the front end 43 * Does not increase the site response time, provided a caching plugin is used 44 44 45 45 … … 47 47 == Installation == 48 48 49 1. Install from your WordPress site by adding a new plugin, search for Embed Pro Flickr49 1. Install from your WordPress site by adding a new plugin, search for Embed Pro Flickr 50 50 51 51 or 52 52 53 1. Upload the file Embed-Pro-Flickr.zip into the '/wp-content/plugins/' folder of your WordPress installation54 1. Unzip the plugin to create the Embed Pro Flickr folder55 1. Activate the plugin through the 'Plugins' menu in WordPress53 1. Upload the file Embed-Pro-Flickr.zip into the '/wp-content/plugins/' folder of your WordPress installation 54 1. Unzip the plugin to create the Embed Pro Flickr folder 55 1. Activate the plugin through the 'Plugins' menu in WordPress 56 56 57 57
Note: See TracChangeset
for help on using the changeset viewer.