Documentation For Blogger Player Script Version 1.0
If you have any questions that are beyond the scope of this help file, please email our support: [email protected].
Note: Please don't share or resell for anyone, we need the funds to maintain, develop and support you in the future.
After uploading your video link. Then publish and go to that post. Press F12, you will see that video link with the token. Just copy it and use for stream_with_token
folder.
Ex: https://helloplayer2020.blogspot.com/2020/04/tbbb.html
Just upload all the files in the folder source or source_cpanel onto your server for use.
Source (non-CPanel): Setup URL like this:
https://yourdomain.com/?link=VIDEO_URL&sub=SUBTITLE_URL&poster=POSTER_URL
Source (with-CPanel): Enter the Video, Subtitle, Poster then click Generate to create URL Encoding, Iframe Encoding. Just simple copy and use it for your site.
By default, our script will use JWPlayer 8. But if you want to use JWPlayer 7. Just open index.php or embed.php (if you use CPanel). Then change:
<script type="text/javascript" src="https://ssl.p.jwpcdn.com/player/v/8.8.6/jwplayer.js"></script>
<script type="text/javascript">jwplayer.key="64HPbvSQorQcd52B8XFuhMtEoitbvY/EXJmMBfKcXZQU2Rnn";</script>
to
<script type="text/javascript" src="https://ssl.p.jwpcdn.com/player/v/7.12.13/jwplayer.js"></script>
<script type="text/javascript">jwplayer.key="LgLP3h9VAPYU1gxeWx2Vb/JbPuUOH0omT0vj4qWYcpAYZmo2";</script>
If you have any questions. Please don't forget contact with us via email: [email protected]. Thanks for reading!
Copyright 2020 © APICodes. All rights reserved.