Changeset 3088197
- Timestamp:
- 05/17/2024 09:28:20 AM (23 months ago)
- Location:
- osom-for-youtube
- Files:
-
- 3 added
- 2 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/osom-youtube.php (added)
-
tags/1.0.1/readme.txt (added)
-
trunk/osom-youtube.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
osom-for-youtube/trunk/osom-youtube.php
r3086477 r3088197 6 6 * Plugin URI: https://osompress.com/plugins/osom-youtube/ 7 7 * Description: Osom YouTube enhances the YouTube embed block user experience by loading the video from the nocookie domain. 8 * Version: 1.0. 08 * Version: 1.0.1 9 9 * Author: OsomPress 10 10 * Author URI: https://osompress.com … … 61 61 $src = str_replace( 'youtube.com', 'youtube-nocookie.com', $src ); 62 62 $src = str_replace( 'youtu.be', 'youtube-nocookie.com', $src ); 63 $src = str_replace( '?feature=oembed', '?feature=oembed&rel=0', $src ); 63 64 $new_content->set_attribute( 'src', $src ); 64 65 } -
osom-for-youtube/trunk/readme.txt
r3086023 r3088197 5 5 Requires at least: 6.3 6 6 Tested up to: 6.5 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 24 24 25 25 Planned features: 26 * Ability to display only videos from the same channel at the end .27 * Ability to display a subscribe b otton.26 * Ability to display only videos from the same channel at the end (add setting to contol it). 27 * Ability to display a subscribe button. 28 28 * Ability to display the video in a lightbox. 29 29 … … 73 73 == Changelog == 74 74 75 = 1.0 = 75 = 1.0.1 = 76 * Display only videos from the same channel at the end. 77 78 = 1.0.0 = 76 79 * Initial release.
Note: See TracChangeset
for help on using the changeset viewer.