Knowledge Base

Search for anything about "All Video Share"

All Video Share Plugin

AllVideoShare Player could be added to the Article pages also. To use this option, need to enable the plugin from System –> Manage –> Plugins –> “Player – All Video Share”.

Plugin Shortcodes

Easily embed video content inside your “Joomla articles”, “K2”, “Virtuemart”, “Kunena”, or any other Joomla component that supports “content” plugins. Use simple plugin tags like,

{avsplayer src="https://www.youtube.com/watch?v=twYp6W6vt2U"}
{avsplayer src="https://vimeo.com/108018156"}
{avsplayer src="https://mysite.com/video.mp4"}
{avsplayer src="https://mysite.com/playlist.m3u8"}
{avsplayer src="https://mysite.com/stream.mpd"}

Then using {avsplayer} syntax inside the content area of your article page will replace the syntax with the AllVideoShare Player.

PropertiesDescriptionSyntax
idAn ID of the Video that should be played by the Player. You can get the Video ID from Components -> AllVideoShare -> Videos section from your Joomla back-end.{avsplayer id=1}
autoplayEnable or Disable Autoplay.{avsplayer id=1 autoplay=1}
loopEnable or Disable to play the video repeatedly.{avsplayer id=1 autoplay=0 loop=1 }
volumeEnable or Disable Volume button.{avsplayer id=1 volume=1}
mutedMute or Unmute the volume of the video.{avsplayer id=1 muted=1}
controlbarEnable or Disable Control Bar.{avsplayer id=1 controlbar=0}
currenttimeEnable or Disable Current time.{avsplayer id=1 currenttime=0 }
durationEnable or Disable Duration.{avsplayer id=1 duration=1}
fullscreenEnable or Disable Full Screen option.{avsplayer id=1 fullscreen=0 }
qualityEnable or Disable Quality Switcher.{avsplayer id=1 quality=1}
embedEnable or Disable embed player option.{avsplayer id=1 embed=0 }
shareEnable or Disable share option.{avsplayer id=1 share=1}
adsource
preroll
postroll
Enable or Disable Custom Ads.{avsplayer id=1 adsource=1 preroll=1 postroll=0 }
adsource
adtagurl
Enable or Disable Vast Ads. Note: This attribute works only in our PRO version{avsplayer id=1 adsource=1 adtagurl=”YOUR VAST URL” }
Scroll to Top