Integrate the xtendx simplex player with a shortcode.
Generates an embed code and displays the simplex player in a responsive iframe.
Shortcode examples
/* cid, aid, pid */
[embed-simplex-player cid=”2″ aid=”3945″ pid=”65009″]
/* cid, aid, pid, width, height */
[embed-simplex-player cid=”2″ aid=”3945″ pid=”65009″ width=”600″ height=”600″]
/* cid, aid, pid, embed, width, height */
[embed-simplex-player cid=”2″ aid=”3945″ pid=”65009″ embed=”0″ width=”600″ height=”800″]
/* url, cid, aid, pid */
[embed-simplex-player url=”https://media10.simplex.tv/” cid=”2″ aid=”3945″ pid=”65009″]
/* replace http with https & add trailing slash */
[embed-simplex-player url=”http://media10.simplex.tv” cid=”2″ aid=”3945″ pid=”65009″]
/* cid, aid, pid, get */
[embed-simplex-player cid=”2″ aid=”3945″ pid=”65009″ get=”&muteVideo=1&autostart=1&themeColor=FF0000″]
/* cid, aid, pid, style_wrapper */
[embed-simplex-player cid=”2″ aid=”3945″ pid=”65009″ style_wrapper=”border:2px solid green;”]
/* cid, aid, pid, style_iframe */
[embed-simplex-player cid=”2″ aid=”3945″ pid=”65009″ style_iframe=”border:2px solid blue;”]
/* cid, aid, pid, thumbnail */
[embed-simplex-player cid=”2″ aid=”3945″ pid=”65009″ thumbnail=”1″]
Embed code example
simplex player
Check out https://www.xtendx.com for further information on how to use the simplex player.