{"id":36846,"date":"2015-06-13T03:03:45","date_gmt":"2015-06-13T03:03:45","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/flowplayer6-video-player\/"},"modified":"2022-11-14T15:57:43","modified_gmt":"2022-11-14T15:57:43","slug":"flowplayer6-video-player","status":"publish","type":"plugin","link":"https:\/\/pcd.wordpress.org\/plugins\/flowplayer6-video-player\/","author":6475622,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.5","stable_tag":"trunk","tested":"6.1.10","requires":"4.2","requires_php":"","requires_plugins":"","header_name":"Flowplayer Video Player","header_author":"naa986","header_description":"","assets_banners_color":"cce0e6","last_updated":"2022-11-14 15:57:43","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/wphowto.net\/","header_plugin_uri":"https:\/\/wphowto.net\/flowplayer-6-video-player-for-wordpress-813","header_author_uri":"https:\/\/wphowto.net\/","rating":4,"author_block_rating":0,"active_installs":1000,"downloads":45730,"num_ratings":6,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.3":{"tag":"1.0.3","author":"naa986","date":"2017-08-08 07:01:41"}},"upgrade_notice":{"":"<p>none<\/p>"},"ratings":{"1":"1","2":0,"3":"1","4":0,"5":"4"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":1709974,"resolution":"128x128","location":"assets","locale":""}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":1709974,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.3"],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":1709974,"resolution":"1","location":"assets","locale":""}},"screenshots":{"1":"Flowplayer video player demo"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[230,239,203,841,222],"plugin_category":[50,56],"plugin_contributors":[78828],"plugin_business_model":[],"class_list":["post-36846","plugin","type-plugin","status-publish","hentry","plugin_tags-embed","plugin_tags-flowplayer","plugin_tags-html5","plugin_tags-mobile","plugin_tags-video","plugin_category-media","plugin_category-social-and-sharing","plugin_contributors-naa986","plugin_committers-naa986"],"banners":{"banner":"https:\/\/ps.w.org\/flowplayer6-video-player\/assets\/banner-772x250.png?rev=1709974","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/flowplayer6-video-player\/assets\/icon-128x128.png?rev=1709974","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/flowplayer6-video-player\/assets\/screenshot-1.jpg?rev=1709974","caption":"Flowplayer video player demo"}],"raw_content":"<!--section=description-->\n<p><a href=\"https:\/\/wphowto.net\/flowplayer-6-video-player-for-wordpress-813\">Flowplayer Video Player<\/a> adds a video shortcode to your WordPress site. This shortcode allows you to embed a video file and play it back using the Flowplayer HTML5 player.<\/p>\n\n<h4>Features<\/h4>\n\n<ul>\n<li>Embed MP4 videos<\/li>\n<li>Embed webm videos<\/li>\n<li>Embed videos which can be viewed from a mobile or tablet device<\/li>\n<li>Video playback support for iOS (ipad, iphone) and android devices<\/li>\n<li>Embed HTML5 videos which are playable across all major browsers<\/li>\n<li>Embed videos with poster images<\/li>\n<li>Embed videos and allow it to loop to the beginning when finished<\/li>\n<li>Customize the video player using modifier classes<\/li>\n<li>Automatically play a video when the page is rendered<\/li>\n<li>Embed videos using three different skins<\/li>\n<li>Automatically calculate the height of a video based on its width<\/li>\n<li>Flexible resizing of a video (true responsiveness)<\/li>\n<li>Embed a video with various aspect ratios (16:9, 4:3)<\/li>\n<\/ul>\n\n<h4>Usage<\/h4>\n\n<p>In order to embed a video, create a new post\/page and use the following shortcode:<\/p>\n\n<pre><code>[flowplayer src=\"http:\/\/example.com\/wp-content\/uploads\/videos\/test.mp4\"]\n<\/code><\/pre>\n\n<p>here, src is the actual source of your mp4 video file.<\/p>\n\n<p>In addition to the source mp4 video file, you can also specify a webm video file. This step is optional since mp4 video format is supported by almost all major browsers.<\/p>\n\n<pre><code>[flowplayer src=\"http:\/\/example.com\/wp-content\/uploads\/videos\/test.mp4\" webm=\"http:\/\/example.com\/wp-content\/uploads\/videos\/test.webm\"]\n<\/code><\/pre>\n\n<p><strong>Poster Image<\/strong><\/p>\n\n<p>If you want to show an image as placeholder before the video plays, you can specify it in the \"poster\" parameter:<\/p>\n\n<pre><code>[flowplayer src=\"http:\/\/example.com\/wp-content\/uploads\/videos\/test.mp4\" poster=\"http:\/\/example.com\/wp-content\/uploads\/images\/poster.jpg\"]\n<\/code><\/pre>\n\n<p><strong>Autoplay Video<\/strong><\/p>\n\n<p>If you want a particular video to start playing when the page loads you can set the \"autoplay\" option to \"true\":<\/p>\n\n<pre><code>[flowplayer src=\"http:\/\/example.com\/wp-content\/uploads\/videos\/test.mp4\" autoplay=\"true\"]\n<\/code><\/pre>\n\n<p><strong>Player Size<\/strong><\/p>\n\n<p>By default, the player takes up the full width of the content area. You can easily control the size by specifying a width for it:<\/p>\n\n<pre><code>[flowplayer src=\"http:\/\/example.com\/wp-content\/uploads\/videos\/test.mp4\" width=\"500\"]\n<\/code><\/pre>\n\n<p>The height will be automatically determined based on the ratio (please see the \"Control Player Ratio section\" for details).<\/p>\n\n<p><strong>Player Ratio<\/strong><\/p>\n\n<p>The player ratio is set to \"0.417\" by default. But you can override it by specifying a different ratio in the shortcode:<\/p>\n\n<pre><code>[flowplayer src=\"http:\/\/example.com\/wp-content\/uploads\/videos\/test.mp4\" ratio=\"0.345\"]\n<\/code><\/pre>\n\n<p><strong>Loop Video<\/strong><\/p>\n\n<p>If you want a particular video to start playing again when it ends you can set the \"loop\" option to \"true\":<\/p>\n\n<pre><code>[flowplayer src=\"http:\/\/example.com\/wp-content\/uploads\/videos\/test.mp4\" loop=\"true\"]\n<\/code><\/pre>\n\n<p>For documentation please visit the <a href=\"https:\/\/wphowto.net\/flowplayer-6-video-player-for-wordpress-813\">Flowplayer Video Player<\/a> plugin page<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Go to the Add New plugins screen in your WordPress Dashboard<\/li>\n<li>Click the upload tab<\/li>\n<li>Browse for the plugin file (flowplayer6-video-player.zip) on your computer<\/li>\n<li>Click \"Install Now\" and then hit the activate button<\/li>\n<li>Now, go to the settings menu of the plugin and follow the instructions for embedding videos.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='can%20this%20plugin%20be%20used%20to%20embed%20a%20video%20on%20my%20wordpress%20blog%3F'><h3>Can this plugin be used to embed a video on my WordPress blog?<\/h3><\/dt>\n<dd><p>Yes.<\/p><\/dd>\n<dt id='are%20the%20videos%20embedded%20by%20this%20plugin%20playable%20on%20mobile%20devices%3F'><h3>Are the videos embedded by this plugin playable on mobile devices?<\/h3><\/dt>\n<dd><p>Yes.<\/p><\/dd>\n<dt id='can%20i%20automatically%20play%20a%20video%3F'><h3>Can I automatically play a video?<\/h3><\/dt>\n<dd><p>Yes.<\/p><\/dd>\n<dt id='can%20i%20embed%20a%20responsive%20video%20using%20this%20plugin%3F'><h3>Can I embed a responsive video using this plugin?<\/h3><\/dt>\n<dd><p>Yes.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.5<\/h4>\n\n<ul>\n<li>Made some security related improvements suggested by wpscan.<\/li>\n<\/ul>\n\n<h4>1.0.4<\/h4>\n\n<ul>\n<li>Updated Flowplayer to the latest version (7.0.4).<\/li>\n<\/ul>\n\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>Added translation option so the plugin can take advantage of language packs<\/li>\n<li>Flowplayer 6 Video Player is now compatible with WordPress 4.4<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Flowplayer 6 Video Player is now compatible with WordPress 4.3<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>First commit<\/li>\n<\/ul>","raw_excerpt":"Add a video file to WordPress with Flowplayer style. Embed a self-hosted, external or HTML5 compatible responsive video into a page with flowplayer.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/36846","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=36846"}],"author":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/naa986"}],"wp:attachment":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=36846"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=36846"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=36846"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=36846"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=36846"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=36846"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}