Plugin Directory

Changeset 1743620


Ignore:
Timestamp:
10/09/2017 11:37:58 PM (8 years ago)
Author:
wpszaki
Message:

Modifying README.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lightweight-and-responsive-youtube-embed/trunk/README.txt

    r1743040 r1743620  
    1313== Description ==
    1414
    15 If you are embedding Youtube video(s) into your site then you will need this plugin. As you may (or may not) know the default Youtube embed code is not responsive and in order to load the player itself your browser will download more than 1MB of data from Youtube's servers. That is way too much and this is the reason why we made this plugin. A video player has to be responsive and fast. Period.
     15If you are embedding Youtube video(s) into your site then you will need this plugin. As you may (or may not) know the default Youtube embed code is not responsive and in order to load the player itself your browser has to download more than 1MB of data from Youtube's servers. That is way too much and this is the reason why we made this plugin. A video player has to be lightweight and responsive. Period.
     16
     17This plugin is replacing the default Youtube player with the video's high quality thumbnail and a play button. The real player and the video won't load until you click on the play button or the thumbnail itself. With this easy trick you will have a much lighter and faster website and the thumbnail + the actual player will be responsive too.
    1618
    1719Our plugin is only 60KB without any extra library or unnecessary function.
     
    1921If you are speed-optimizing your site or if you want to reduce the loading times of your pages then you are at the right place.
    2022
    21 This plugin will:
     23### This plugin will:
    2224
    2325* Make all of the embedded Youtube videos responsive automatically
     
    2628* Will improve the user experience
    2729
    28 You can also:
     30### You can also:
    2931
    3032* Manually insert a different thumbnail for each embedded video with the 'thumb_url' parameter.
    31 For example: `[youtube_embed url="video_url" thumb-url="custom_thumb_url"]`
     33`[youtube_embed url="video_url" thumb-url="custom_thumb_url"]`
     34
    3235* Manually set a different width for each video with the 'width' parameter.
    33 For example: `[youtube_embed url="video_url" width="50"]`
     36`[youtube_embed url="video_url" width="50"]`
     37
    3438* Manually align each video to left, right or center with the 'align' parameter.
    35 For example: `[youtube_embed url="video_url" align="center"]`
     39`[youtube_embed url="video_url" align="center"]`
     40
    3641* Disable the related videos
    3742* Disable the video controls
     
    3944* Align the videos globally or individually
    4045* Set the custom video width for all videos or to just a single video with a shortcode parameter
     46
     47### Comparison
    4148
    4249Here's a quick comparison with the built-in TwentySeventeen theme (without any other plugin).
     
    6673== Screenshots ==
    6774
    68 1. The player.
     751. The code in action.
    69762. The options panel.
    70 3. The shortcode.
     773. The basic shortcode.
    7178
    7279== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.