=== Inline Video Shortcodes === Contributors: Brighterlouder Tags: iphone,embed video,autoplay,shortcode,inline,media,muted,playsinline Requires at least: 4.4.0 Tested up to: 4.8.3 Stable tag: trunk License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Extends the built-in Wordpress video shortcode with 'muted' and 'playsinline' attributes to enabline inline and automatic html5 video playback of self-hosted videos on iPhone. == Description == This plugin extends the Wordpress video tag to include the muted and playsinline attributes, which are both required for an autoplay video to correctly function on iPhone. == Installation == 1. Upload the plugin files to the `/wp-content/plugins/inline-video-shortcodes` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress == Frequently Asked Questions == = How do I make use of the extended attributes? = Add a self-hosted video to your Wordpress post or page using the Wordpress editor, either manually or using the "Add Media" button. Switch to Text mode and edit the shortcode to include the playsinline="1" attribute. For autoplay videos, add muted="1" (iPhone will only auto play videos if they are muted). The plugin will then add the correct attributes to your post or page. == Screenshots == 1. Editor page showing the correct attributes added to the video shortcode. == Changelog == == Upgrade Notice ==