Changeset 1631966
- Timestamp:
- 04/07/2017 11:44:38 AM (9 years ago)
- Location:
- replace-thumbnail-with-oembed/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
replace-thumbnail-with-oembed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
replace-thumbnail-with-oembed/trunk/readme.txt
r1631912 r1631966 5 5 Requires at least: 4.0 6 6 Tested up to: 4.7.3 7 Stable tag: 1.0 7 Stable tag: 1.0.1 8 8 License: GNU General Public License v3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 31 31 == Changelog == 32 32 33 = 1.0.1 = 34 * Test release, no changes in plugin code 35 33 36 = 1.0 = 34 37 * First release -
replace-thumbnail-with-oembed/trunk/replace-thumbnail-with-oembed.php
r1631912 r1631966 4 4 * Plugin Name: Replace Thumbnail with oEmbed 5 5 * Description: This plugin checks, if the first line of the content is a valid oEmbed URL. If that is the case, it replaces the thumbnail image with the oEmbed element (e. g. with a YouTube video). Now you don’t have to care too much about a thumbnail image, since instead you would see the video or any other oEmbed content. You can even e. g. watch videos on your blogs front page without opening the post. Works for all is_singular() WordPress contents, where a thumbnail image is set. 6 * Version: 1.0 6 * Version: 1.0.1 7 7 * Author: Palasthotel <rezeption@palasthotel.de> (Kim-Christian Meyer) 8 8 * Author URI: https://palasthotel.de
Note: See TracChangeset
for help on using the changeset viewer.