Availability Per Account Type
Trial
Lite
Pro
White Label
WL – Custom
Description
This option can be found in the MyAccount page’s White Label sub section and allows you to rebrand the URL shown in the players embed code. This way if you are sending the player embed code to a client or a viewer takes a look at your web page’s source code, they will view the player as your own custom product and not EZWebPlayer’s.
Setup
Step 1. Set up a new DNS CNAME record with your web host and point it to the Value shown below. Contact EZWebPlayer Support with any questions. Depending on your web host this process can take between 10 minutes – 24 hours.
CName | Value |
---|---|
video | ezwp.tv |
Step 2. Go to the My Account tab and find the White Label sub section. Input your new cname for Server Name In Code Snippets then make sure to hit the update button at the bottom of the page to save this change. This update can take between 0-5 minutes to take effect.
Trial / White Label Accounts
White Label Custom Accounts
Step 3. Final Step – Contact EZWebPlayer Support to set up your SSL Certificate for your new DNS CNAME record.
Video Player Code Snippet Results
Video Player Embed Code Snippets
Before Change | After Change | |
---|---|---|
Short URL | http://ezwp.tv/V1vLj2L2 | http://video.my-domain-here.com/V1vLj2L2 |
IFrame | <iframe src=”http://ezwp.tv/iframe.htm?v=1vLj2L2&w=600&h=338″ style=”border-width:0;width:600px;height:338px” scrolling=”no” allowFullScreen></iframe> | <iframe src=”http://video.my-domain-here.com/iframe.htm?v=1vLj2L2&w=600&h=338″ style=”border-width:0;width:600px;height:338px” scrolling=”no” allowFullScreen></iframe> |
JavaScrip | <script src=”http://ezwp.tv/Scripts/player.min.js” type=”text/javascript”></script> <script type=”text/javascript”> var player42694= new Player({player:”player42694″,videoid:”1vLj2L2″, userid: “623c46e5-f938-4a0e-9683-a3ff9bea5123”}); jqPlayer(document).ready(function() { player42694.GetVideoInfo(); }); </script><div id=”player42694″ style=”width:600px;height:338px;”></div><br/> | <script src=”http://video.my-domain-here.com/Scripts/player.min.js” type=”text/javascript”></script> <script type=”text/javascript”> var player42694= new Player({player:”player42694″,videoid:”1vLj2L2″, userid: “623c46e5-f938-4a0e-9683-a3ff9bea5123”}); jqPlayer(document).ready(function() { player42694.GetVideoInfo(); }); </script><div id=”player42694″ style=”width:600px;height:338px;”></div><br/> |
Text Link | <a href=”http://ezwp.tv/V1vLj2L2″> Wildlife-30</a> | <a href=”http://video.my-domain-here.com/V1vLj2L2″> Wildlife-30</a> |
http://twitter.com/home?status=http://ezwp.tv/V1vLj2L2 | http://twitter.com/home?status=http://video.my-domain-here.com/V1vLj2L2 | |
http://www.facebook.com/sharer.php?u=http://ezwp.tv/V1vLj2L2 | http://www.facebook.com/sharer.php?u=http://video.my-domain-here.com/V1vLj2L2 | |
Myspace | http://www.myspace.com/Modules/PostTo/Pages/?u=http://ezwp.tv/V1vLj2L2 | http://www.myspace.com/Modules/PostTo/Pages/?u=http://video.my-domain-here.com/V1vLj2L2 |
Digg | http://digg.com/submit?url=http://ezwp.tv/V1vLj2L2&title=Wildlife-30&media=video | http://digg.com/submit?url=http://video.my-domain-here.com/V1vLj2L2&title=Wildlife-30&media=video |
http://www.reddit.com/submit?url=http://ezwp.tv/V1vLj2L2&title=Wildlife-30 | http://www.reddit.com/submit?url=http://video.my-domain-here.com/V1vLj2L2&title=Wildlife-30 |
Channel Player Code Snippet Results
Channel Player Embed Code Snippets
Before Change | After Change | |
---|---|---|
Short URL | http://ezwp.tv/C/8598 | http://video.my-domain-here.com/C/8598 |
IFrame | <iframe src=”http://ezwp.tv/iframe.htm?c=8598&w=600&h=338″ style=”border-width:0;width:600px;height:338px” scrolling=”no” allowFullScreen></iframe> | <iframe src=”http://video.my-domain-here.com/iframe.htm?c=8598&w=600&h=338″ style=”border-width:0;width:600px;height:338px” scrolling=”no” allowFullScreen></iframe> |
JavaScrip | <script src=”http://ezwp.tv/Scripts/player.min.js” type=”text/javascript”></script> <script type=”text/javascript”> var player29626= new Player({player:”player29626″,channelid:”8598″, userid: “623c46e5-f938-4a0e-9683-a3ff9bea5123”}); jqPlayer(document).ready(function() { player29626.GetVideoInfo(); }); </script><div id=”player29626″ style=”width:600px;height:338px;”></div><br/> | <script src=”http://video.my-domain-here.com/Scripts/player.min.js” type=”text/javascript”></script> <script type=”text/javascript”> var player29626= new Player({player:”player29626″,channelid:”8598″, userid: “623c46e5-f938-4a0e-9683-a3ff9bea5123”}); jqPlayer(document).ready(function() { player29626.GetVideoInfo(); }); </script><div id=”player29626″ style=”width:600px;height:338px;”></div><br/> |
Text Link | <a href=”http://ezwp.tv/C/8598″> Channel Name Here</a> | <a href=”http://video.my-domain-here.com/C/8598″> Channel Name Here</a> |
http://twitter.com/home?status=http://ezwp.tv/C/8598 | http://twitter.com/home?status=http://video.my-domain-here.com/C/8598 | |
http://www.facebook.com/sharer.php?u=http://ezwp.tv/C/8598 | http://www.facebook.com/sharer.php?u=http://video.my-domain-here.com/C/8598 | |
Myspace | http://www.myspace.com/Modules/PostTo/Pages/?u=http://ezwp.tv/C/8598 | http://www.myspace.com/Modules/PostTo/Pages/?u=http://video.my-domain-here.com/C/8598 |
Digg | http://digg.com/submit?url=http://ezwp.tv/C/8598&title=Channel%20Name%20Here&media=video | http://digg.com/submit?url=http://video.my-domain-here.com/C/8598&title=Channel%20Name%20Here&media=video |
http://www.reddit.com/submit?url=ezwp.tv/C/8598&title=Channel%20Name%20Here | http://www.reddit.com/submit?url=http://video.my-domain-here.com/C/8598&title=Channel%20Name%20Here |