Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

bits-on-the-run.php makes error.



Hi I am using jwplatform.
When I use this plugin, this plugin returns error.

If you go to your github site: https://github.com/mariusveltan/bits-on-the-run/blob/master/bitsontherun.php
line #89 make an error, because when the value is not exist. it makes syntex error like "botr.nr_videos = ; "

<script type='text/javascript'>
botr.plugin_url = '<?php echo $plugin_url;?>';
botr.api_proxy = '<?php echo $api_proxy;?>';
botr.content_mask = '<?php echo $content_mask;?>';
botr.nr_videos = <?php echo $nr_videos;?>;
</script>

Could you tell me why you don't use '' like other lines?

botr.nr_videos = <?php echo $nr_videos;?>;

1 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi, Mike.

The repository you are looking belongs to someone not affiliated with us. It looks like it was created to add-on functionality to our old JW Platform plugin.

I do not see a JW Platform account associated with mike.sayhi@gmail.com, I only see a JW Player account. If you are using JW Platform with a different email address, I would suggest you install the version of the plugin found here, and if you are having issues with that exact plugin, you should create a post on the “Support” tab of that plugin’s page.

If you are using JW Player, we do have a beta version of our new plugin available here. However, since it’s in beta, you would need to open an issue on the plugin’s GitHub repository.

Please let me know if you need any more help or have any other questions.

Thank you!

This question has received the maximum number of answers.