Changeset 2801948
- Timestamp:
- 10/20/2022 02:27:54 PM (3 years ago)
- Location:
- bg-rutube-embed
- Files:
-
- 2 edited
-
tags/1.5/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bg-rutube-embed/tags/1.5/readme.txt
r2801917 r2801948 18 18 Plugin 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. 19 19 20 `[rutube id="{uuid}" title="" description="" sort="" ]`20 `[rutube id="{uuid}" title="" description="" sort="" perpage=""]` 21 21 22 22 * `id` - **uuid** of the video or playlist, or list of videos **uuid** separated by commas; … … 24 24 * `description` - playlist description (for list of **uuid** only); 25 25 * `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). 27 27 28 28 To 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 18 18 Plugin 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. 19 19 20 `[rutube id="{uuid}" title="" description="" sort="" ]`20 `[rutube id="{uuid}" title="" description="" sort="" perpage=""]` 21 21 22 22 * `id` - **uuid** of the video or playlist, or list of videos **uuid** separated by commas; … … 24 24 * `description` - playlist description (for list of **uuid** only); 25 25 * `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). 27 27 28 28 To 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.