Playing Video
Typical usage for video
[yendifplayer type=video
mp4=http://mysite.com/video.mp4]
Playing video through ID
[yendifplayer video=X]
[yendifplayer video=X,Y,Z]
Note : X,Y,Z from the above examples refer to the MEDIA ID.
Playing last added video
[yendifplayer video=latest]
Playing a video in random each time the page loads
[yendifplayer video=random]
Playing video through DIRECT URL
[yendifplayer type=video
mp4=http://mysite.com/video.mp4
webm=http://mysite.com/video.webm
ogg=http://mysite.com/video.ogv]
Add poster image
[yendifplayer type=video
mp4=http://mysite.com/video.mp4
webm=http://mysite.com/video.webm
ogg=http://mysite.com/video.ogv
poster=http://mysite.com/poster.jpg]
Add subtitles
[yendifplayer type=video
mp4=http://mysite.com/video.mp4
webm=http://mysite.com/video.webm
ogg=http://mysite.com/video.ogv]
Configure RTMP stream
[yendifplayer type=video
rtmp=rtmp://server_ip_address/application
flash=stream.mp4
mp4=http://mysite.com/video.mp4]
Configure YouTube video
[yendifplayer type=video
youtube=http://www.youtube.com/watch?v=DEkAz6sgnZQ]
Playing Audio
Typical usage for audio
[yendifplayer type=audio
mp3=http://mysite.com/audio.mp3]
Playing audio through ID
[yendifplayer audio=X]
[yendifplayer audio=X,Y,Z]
Note : X,Y,Z from the above examples refer to the MEDIA ID.
Playing last added audio
[yendifplayer audio=latest]
Playing a audio in random each time the page loads
[yendifplayer audio=random]
Playing audio through DIRECT URL
[yendifplayer type=audio
mp3=http://mysite.com/audio.mp3
wav=http://mysite.com/audio.wav
ogg=http://mysite.com/audio.ogg]
Configuring Playlist
[yendifplayer type=video
playlist=X]
[yendifplayer type=audio
playlist=X,Y,Z
limit=10]
Note : X,Y,Z from the above examples refer to the PLAYLIST ID.
Control Sorting Order
[yendifplayer type=video
playlist=X,Y,Z
sort=latest (or) data_added (or) a_z (or) z_a (or) random
limit=10]
Configuring Player
[yendifplayer engine=html5 (or) flash
width=640
height=360
responsive=0 (or) 1
ratio=0.5625
theme=black (or) white
autoplay=0 (or) 1
loop=0 (or) 1
volume=0 to 100
playbtn=0 (or) 1
controlbar=0 (or) 1
playpause=0 (or) 1
currenttime=0 (or) 1
progress=0 (or) 1
duration=0 (or) 1
volumebtn=0 (or) 1
fullscreen=0 (or) 1
embed=0 (or) 1
playlistWidth=250
playlistHeight=125
playlistPosition=right (or) left
autoplaylist=0 (or) 1
keyboard=0 (or) 1]
Adding Thumbnail Galleries to your page or posts
Adding a playlist gallery
[yendifgallery type=playlist]
Adding a video gallery from single playlist
[yendifgallery playlist=X]
Adding a video gallery from multiple playlists
[yendifgallery playlist=X,Y,Z]
Note : X,Y,Z from the above examples refer to the PLAYLIST ID.
Adding a video gallery based on video ID(s)
[yendifgallery video=X,Y,Z]
Note : X,Y,Z from the above examples refer to the MEDIA ID.
Adding a latest videos gallery
[yendifgallery sort=latest]
Adding a popular videos gallery
[yendifgallery sort=popular]
Adding a featured videos gallery
[yendifgallery featured=0 (or) 1
sort=popular]
Complete list of short codes applicable for a video gallery
[yendifgallery playlist=X
sort=latest (or) popular (or) data_added (or) a_z (or) z_a (or) random
featured=0 (or) 1
thumb_width=145
thumb_height=80
rows=3
columns=3
limit=8
title_limit=75
description=0 (or) 1
description_limit=150
views=0 (or) 1]