Plugin Directory

Changeset 2801948


Ignore:
Timestamp:
10/20/2022 02:27:54 PM (3 years ago)
Author:
VBog
Message:

readme.txt

Location:
bg-rutube-embed
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bg-rutube-embed/tags/1.5/readme.txt

    r2801917 r2801948  
    1818Plugin allowed to embed [RuTube](https://rutube.ru/) videos in WordPress.  Just specify the **uuid** of the playlist or video in the shortcode. You can also specify a list of **uuid** separated by commas.
    1919
    20 `[rutube id="{uuid}" title="" description="" sort=""]`
     20`[rutube id="{uuid}" title="" description="" sort="" perpage=""]`
    2121
    2222*   `id` - **uuid** of the video or playlist, or list of videos **uuid** separated by commas;
     
    2424*   `description` - playlist description (for list of **uuid** only);
    2525*   `sort="on"`- sort playlist by ABC (default: `sort=""` - don't sort);
    26 *   `perpage` - number of items per page (default: 0 (zero) - don't paginate).
     26*   `perpage` - number of items per page (default: *empty* - use plugin's settings).
    2727
    2828To embed a single video or playlist, just enter its URL (https://rutube.ru/video/{**uuid**}/ or https://rutube.ru/plst/{**uuid**}/) оn a separate line.
  • bg-rutube-embed/trunk/readme.txt

    r2801917 r2801948  
    1818Plugin allowed to embed [RuTube](https://rutube.ru/) videos in WordPress.  Just specify the **uuid** of the playlist or video in the shortcode. You can also specify a list of **uuid** separated by commas.
    1919
    20 `[rutube id="{uuid}" title="" description="" sort=""]`
     20`[rutube id="{uuid}" title="" description="" sort="" perpage=""]`
    2121
    2222*   `id` - **uuid** of the video or playlist, or list of videos **uuid** separated by commas;
     
    2424*   `description` - playlist description (for list of **uuid** only);
    2525*   `sort="on"`- sort playlist by ABC (default: `sort=""` - don't sort);
    26 *   `perpage` - number of items per page (default: 0 (zero) - don't paginate).
     26*   `perpage` - number of items per page (default: *empty* - use plugin's settings).
    2727
    2828To embed a single video or playlist, just enter its URL (https://rutube.ru/video/{**uuid**}/ or https://rutube.ru/plst/{**uuid**}/) оn a separate line.
Note: See TracChangeset for help on using the changeset viewer.