Plugin Directory

Changeset 2904113


Ignore:
Timestamp:
04/25/2023 09:55:01 PM (3 years ago)
Author:
jbd7
Message:

Correct formatting of lists in readme in tags/1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • embed-pro-flickr/tags/1.0/readme.txt

    r2903861 r2904113  
    1818
    1919Expected impact:
    20 * 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
     20
     21*  Faster page load: visitors are only served the smallest image size necessary for their screen 
     22*  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
     23*  Ensures visual consistency between images embedded manually from Flickr, images embedded using the Caption shortcode and images embedded using the Flick Embed block
     24*  Increased SEO by automatically using Flickr metadata to set titles and captions
    2425
    2526
    2627Plugin features:
    27 * 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
     28
     29*  Systematically add classes to Flickr Embed blocks
     30*  Customize what happens when clicking on an image embedded with the Flickr Embed block
     31*  Assign the Flickr photo title to the <img> tag
     32*  Make the Flickr photo page URL open in a new window
     33*  Automatically add a caption with the Flickr image title, and optionally hyperlink it
     34*  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.
     35*  Replace the hyperlinked Flickr page with the JPG image
     36*  Wrap lone `<img>` tags inside `<figure>` tags
     37*  Responsify caption shortcodes with fixed width, used in older version of WordPress
    3638
    3739
    3840Plugin chracteristics:
    39 * 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
     41
     42*  Does NOT create new image sizes
     43*  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
     44*  Lightweight (one single PHP page)
     45*  Has no visible component on the front end
     46*  Does not increase the site response time, provided a caching plugin is used
    4447
    4548
Note: See TracChangeset for help on using the changeset viewer.