{"id":84587,"date":"2018-04-18T17:27:22","date_gmt":"2018-04-18T17:27:22","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/fa-video-popup\/"},"modified":"2018-04-25T17:30:49","modified_gmt":"2018-04-25T17:30:49","slug":"fa-video-popup","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/fa-video-popup\/","author":16078335,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.2","stable_tag":"1.0.2","tested":"4.9.29","requires":"3.6","requires_php":"","requires_plugins":"","header_name":"FA Video Popup","header_author":"FA-Hosting","header_description":"Add a popup to your videos (mp4, webm, ogg, YouTube, Vimeo) triggered by a click on an image, a button or a text.","assets_banners_color":"3a6376","last_updated":"2018-04-25 17:30:49","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.freelance-assistance.com","header_plugin_uri":"https:\/\/www.freelance-assistance.com","header_author_uri":"","rating":5,"author_block_rating":0,"active_installs":60,"downloads":2468,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"2"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1861097","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1861097","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"1864291","resolution":"1544x500","location":"assets"},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1864291","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.0.2"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[9117,22665,491,222,9119],"plugin_category":[50,56],"plugin_contributors":[155798],"plugin_business_model":[],"class_list":["post-84587","plugin","type-plugin","status-closed","hentry","plugin_tags-mp4","plugin_tags-ogv","plugin_tags-popup","plugin_tags-video","plugin_tags-webm","plugin_category-media","plugin_category-social-and-sharing","plugin_contributors-fahosting","plugin_committers-fahosting"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/fa-video-popup_3a6376.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>https:\/\/youtu.be\/ttiTYfM-m6c<\/p>\n\n<p>Very easy to install and use. Once activated, a new icon will be available on the TinyMCE editor to help you construct the shortcode with multiple options:<\/p>\n\n<ul>\n<li>Support for MP4\/WEBM\/OGG video files, YouTube or Vimeo links in posts or pages<\/li>\n<li>Trigger popup via a click on a poster (image), a button or a text<\/li>\n<li>Video pauses when popup close<\/li>\n<li>Responsive &amp; centered videos<\/li>\n<\/ul>\n\n<p>This plugin uses the native <a href=\"https:\/\/codex.wordpress.org\/Video_Shortcode\" title=\"Video Shortcode\">WordPress Video Shortcode<\/a> and <a href=\"https:\/\/www.mediaelementjs.com\/\" title=\"HTML5 video and audio unification framework\">MediaElements.js<\/a> JavaScript library already present in WordPress since 3.6.0.<\/p>\n\n<h3>Documentation<\/h3>\n\n<p>To include a video in your posts or pages, use the shortcodes below:<\/p>\n\n<p><strong>For MP4 \/ WebM \/ Ogv<\/strong><\/p>\n\n<pre><code>[favideo-popup popup=\"text\" text=\"YOUR TEXT\" mp4=\"https:\/\/domain.com\/video.mp4\" webm=\"https:\/\/domain.com\/video.webm\" ogg=\"https:\/\/domain.com\/video.ogv\"]\n<\/code><\/pre>\n\n<p>You must declare at least one type of video with a valid url. See options for popup below.<\/p>\n\n<p><strong>For YouTube<\/strong><\/p>\n\n<pre><code>[favideo-popup popup=\"text\" text=\"YOUR TEXT\" youtube=\"https:\/\/www.youtube.com\/watch?v=VIDEO_ID\"]\n<\/code><\/pre>\n\n<p>Replace \"VIDEO_ID\" with the video ID from YouTube. See options for popup below.<\/p>\n\n<p><strong>For Vimeo<\/strong><\/p>\n\n<pre><code>[favideo-popup popup=\"text\" text=\"YOUR TEXT\" vimeo=\"https:\/\/vimeo.com\/VIDEO_ID\"]\n<\/code><\/pre>\n\n<p>Replace \"VIDEO_ID\" with the video ID from Vimeo. See options for popup below.<\/p>\n\n<p><strong>Popup via click on image (poster)<\/strong><\/p>\n\n<pre><code>[favideo-popup popup=\"poster\" poster=\"https:\/\/domain.com\/wp-content\/uploads\/YOUR_IMAGE.png\" mp4=\"https:\/\/domain.com\/video.mp4\"]\n<\/code><\/pre>\n\n<p><strong>Popup via click on button<\/strong><\/p>\n\n<pre><code>[favideo-popup popup=\"button\" button=\"YOUR BUTTON TEXT\" mp4=\"https:\/\/domain.com\/video.mp4\"]\n<\/code><\/pre>\n\n<p><strong>Popup via click on text<\/strong><\/p>\n\n<pre><code>[favideo-popup popup=\"text\" text=\"YOUR TEXT\" mp4=\"https:\/\/domain.com\/video.mp4\"]\n<\/code><\/pre>\n\n<!--section=installation-->\n<ol>\n<li>Login to your WordPress admin, then go to Plugins &gt; Add New<\/li>\n<li>Search for FA Video Popup<\/li>\n<li>Click Install Now<\/li>\n<li>Click Activate<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><ol>\n<li>Login to your WordPress admin, then go to Plugins &gt; Add New<\/li>\n<li>Search for FA Video Popup<\/li>\n<li>Click Install Now<\/li>\n<li>Click Activate<\/li>\n<\/ol><\/dd>\n<dt>Why my video is not showing<\/dt>\n<dd><p>Make sure the video url is valid and publicly accessible, and that you have defined the popup type and value. For example, if youhave in the shortcode <em>popup=\"text\"<\/em>, you MUST declare <em>text=\"YOUR TEXT\"<\/em>.<\/p><\/dd>\n<dt>Can I add videos from YouTube\/Vimeo with this plugin<\/dt>\n<dd><p>Yes. This plugin use the WordPress <a href=\"https:\/\/codex.wordpress.org\/Video_Shortcode\">built-in player<\/a>.<\/p><\/dd>\n<dt>Why do I get error \"Error parsing header X-XSS-Protection: 1\" with Chrome<\/dt>\n<dd><p>This seems to be a bug with Chrome <a href=\"https:\/\/bugs.chromium.org\/p\/chromium\/issues\/detail?id=807304\">807304<\/a> but it does not interfere with video playback.<\/p>\n\n<p>This is not related to the plugin or WordPress Video Shortcode, but to the YouTube API and\/or Chrome.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Add JavaScript to move overlay after  to maximize compatibility with themes<\/li>\n<li>Add plugin banners<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Add video demo<\/li>\n<li>Add shortcodes documentation<\/li>\n<li>Add plugin icon images<\/li>\n<li>Minify CSS &amp; JavaScript<\/li>\n<li>Minor bug fixes<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>First release.<\/li>\n<\/ul>","raw_excerpt":"Add a popup to your videos (MP4, WebM, Ogv, YouTube and Vimeo) triggered by a click on an image, a button or a text.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/84587","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=84587"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/fahosting"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=84587"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=84587"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=84587"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=84587"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=84587"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=84587"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}