Plugin Directory

Changeset 2903861


Ignore:
Timestamp:
04/25/2023 11:46:49 AM (3 years ago)
Author:
jbd7
Message:

Correct formatting of readme in tags/1.0

File:
1 edited

Legend:

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

    r2903772 r2903861  
    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* 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
    2424
    2525
    2626Plugin 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
     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
    3636
    3737
    3838Plugin 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
     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
    4444
    4545
     
    4747== Installation ==
    4848
    49 1.  Install from your WordPress site by adding a new plugin, search for Embed Pro Flickr
     491. Install from your WordPress site by adding a new plugin, search for Embed Pro Flickr
    5050
    5151or
    5252
    53 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
     531. Upload the file Embed-Pro-Flickr.zip into the '/wp-content/plugins/' folder of your WordPress installation
     541. Unzip the plugin to create the Embed Pro Flickr folder
     551. Activate the plugin through the 'Plugins' menu in WordPress
    5656
    5757
Note: See TracChangeset for help on using the changeset viewer.