Video Gallery and Player

Getting Started

Video gallery and Player plugin adds a Menu tab in WP Admin side with the name “Video Gallery” where you can add new Video post, edit and delete. You can also add categories for Video.

Bellow screen shows how to add a Video Link.

How to Display and Shortcodes

Display a Video Player page is very simple. Just go to Pages-> add New and add page title ie Our Video and add below shortcode as per your need.

Video gallery and Player contain below shortcode.

Video Player

[sp_html5video]

Video Player Shortcode Parameters

  • LIMIT: [sp_html5video limit="10"]
    Limit the number Video items to be display. By default value is limit=”-1″;.
  • CATEGORY: [sp_html5video category="category_ID"]
    Display Video by category.
  • GRID: [sp_html5video grid="3"]
    Display video in row. Each row contains number of video you have passed in grid.
  • POST: [sp_html5video post="1,2,5,8"]
    Display selected video. Pass post Id as a value of parameter.
  • POP-UP: [sp_html5video popup_fix="true"]
    Display Popup on click of video.