Hello, I use Cloudflare on my website and I have Rocket Loader activated because it’s really useful but I would like to disable it on the player. As Rocket Loader defers the scripts it causes the JW player to be one of the last elements to load on my pages and I want it to be one of the first elements to load. Now, in order to disable Rocket Loader on specific scripts this code data-cfasync="false"
must be added before the src
tag in the script. The problem is that when I modify your plugin’s functions file in order to add that piece of code in the jwppp_add_header_code
function to echo data-cfasync="false"
before src=\"$library\"
, it breaks my website giving me 500 error on all pages. I can’t really play too much with this because my website has a pretty large volume of traffic so could you suggest me a solution? I would really appreciate it. Thanks!