Changeset 1461678
- Timestamp:
- 07/27/2016 10:13:55 PM (9 years ago)
- Location:
- free-responsive-iframe-video-embeds/trunk
- Files:
-
- 2 edited
-
iplayerhd-embed.php (modified) (2 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
free-responsive-iframe-video-embeds/trunk/iplayerhd-embed.php
r1450540 r1461678 4 4 Plugin URI: http://wordpress.org/plugins/free-responsive-iframe-video-embeds/ 5 5 Description: Use the [iplayerhd] shortcode to easily add responsive iframe-based video embeds to your website (YouTube, Vimeo, iPlayerHD and more...) 6 Version: 1.0. 16 Version: 1.0.2 7 7 Author: iPlayerHD 8 8 Author URI: http://iplayerhd.com … … 18 18 19 19 wp_enqueue_script('jquery'); 20 wp_enqueue_script( 'iplayerhd-embed', plugins_url('/iplayerhd-embed.js', __FILE__ ), ['jquery']);20 wp_enqueue_script( 'iplayerhd-embed', plugins_url('/iplayerhd-embed.js', __FILE__ ), array('jquery')); 21 21 wp_enqueue_style( 'iplayerhd-embed-style', plugins_url('/iplayerhd-embed.css', __FILE__ )); 22 22 -
free-responsive-iframe-video-embeds/trunk/readme.txt
r1450540 r1461678 4 4 Requires at least: 3.0 5 5 Tested up to: 4.5.3 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 12 12 == Description == 13 13 14 While being tailored for [iPlayerHD Video Hosting](https:// iplayerhd.com) users, the plugin should work14 While being tailored for [iPlayerHD Video Hosting](https://www.iplayerhd.com/cms/refer/10235175-966c-4d78-a75d-04c6159c0e02) users, the plugin should work 15 15 with any video which can be embedded via an iframe. Simply set the width and height attributes to fit 16 16 your video's format and you're all set! 17 17 18 [iPlayerHD](https:// iplayerhd.com) users can get a shortcode link with all of the required parameters19 automatically though the [iPlayerHD](https:// iplayerhd.com) CMS.18 [iPlayerHD](https://www.iplayerhd.com/cms/refer/10235175-966c-4d78-a75d-04c6159c0e02) users can get a shortcode link with all of the required parameters 19 automatically though the [iPlayerHD](https://www.iplayerhd.com/cms/refer/10235175-966c-4d78-a75d-04c6159c0e02) CMS. 20 20 21 [iPlayerHD](https:// iplayerhd.com) users also get additional options such as playlist embeds and popup embeds.21 [iPlayerHD](https://www.iplayerhd.com/cms/refer/10235175-966c-4d78-a75d-04c6159c0e02) users also get additional options such as playlist embeds and popup embeds. 22 22 23 23 = Shortcode examples: = … … 31 31 * **width** - width of video in pixels, defaults to 640 - if the video is in 16:9 format you can omit this parameter 32 32 * **height** - height of video in pixels, defaults to 360 - if the video is in 16:9 format you can omit this parameter 33 * **popup** - **for [iPlayerHD](https:// iplayerhd.com) users only** - embeds a thumbnail which opens the video in a lightbox-style popup, defaults to 'false'34 * **player-mode** - **for [iPlayerHD](https:// iplayerhd.com) users only** - possible values: 'video', 'playlistRight', 'playlistBottom' - user for embedding iPlayerHD playlists, defaults to 'video'33 * **popup** - **for [iPlayerHD](https://www.iplayerhd.com/cms/refer/10235175-966c-4d78-a75d-04c6159c0e02) users only** - embeds a thumbnail which opens the video in a lightbox-style popup, defaults to 'false' 34 * **player-mode** - **for [iPlayerHD](https://www.iplayerhd.com/cms/refer/10235175-966c-4d78-a75d-04c6159c0e02) users only** - possible values: 'video', 'playlistRight', 'playlistBottom' - user for embedding iPlayerHD playlists, defaults to 'video' 35 35 36 36 == Installation == … … 43 43 == Changelog == 44 44 45 = 1.0.2 = 46 * Added support for pre-5.4 PHP versions 47 45 48 = 1.0.1 = 46 49 * Fixed installation folder name issue
Note: See TracChangeset
for help on using the changeset viewer.