FA Video Popup free WordPress plugin
Description
FA Video Popup free WordPress plugin
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:
Support for MP4/WEBM/OGG video files, YouTube or Vimeo links in posts or pages
Trigger popup via a click on a poster (image), a button or a text
Video pauses when popup close
Responsive & centered videos
This plugin uses the native WordPress Video Shortcode and MediaElements.js JavaScript library already present in WordPress since 3.6.0.
Documentation
To include a video in your posts or pages, use the shortcodes below:
For MP4 / WebM / Ogv
[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”]
You must declare at least one type of video with a valid url. See options for popup below.
For YouTube
[favideo-popup popup=”text” text=”YOUR TEXT” youtube=”https://www.youtube.com/watch?v=VIDEO_ID”]
Replace “VIDEO_ID” with the video ID from YouTube. See options for popup below.
For Vimeo
[favideo-popup popup=”text” text=”YOUR TEXT” vimeo=”https://vimeo.com/VIDEO_ID”]
Replace “VIDEO_ID” with the video ID from Vimeo. See options for popup below.
Popup via click on image (poster)
[favideo-popup popup=”poster” poster=”https://domain.com/wp-content/uploads/YOUR_IMAGE.png” mp4=”https://domain.com/video.mp4″]
Popup via click on button
[favideo-popup popup=”button” button=”YOUR BUTTON TEXT” mp4=”https://domain.com/video.mp4″]
Popup via click on text
[favideo-popup popup=”text” text=”YOUR TEXT” mp4=”https://domain.com/video.mp4″]