• Hi! Why does not work mycred_video?

    Eg: [mycred_video id=”123456789″ logic=”play” amount=1]

    Hooks: Play – As soon as video starts playing. Points: 1, Log Template: %plural%

    What is the problem?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @kiziev,

    Thank you for contacting us, We have tested this hook on our staging environment, and it’s working properly fine can you please check your browser console for any possible errors.

    Thanks!

    Thread Starter Kiziev Sergey

    (@kiziev)

    F12 – Error handling response: TypeError: Cannot read property ‘appendChild’ of null
    at injectScript (chrome-extension://cibiggmomlagpmfeoohfeogifanfjkma/js/library_youtube.js:91:19)

    function injectScript(scriptText) {
    var script = document.createElement(“script”);
    script.textContent = scriptText;
    document.head.appendChild(script);
    }

    at chrome-extension://cibiggmomlagpmfeoohfeogifanfjkma/js/library_youtube.js:14:5

    chrome.storage.sync.get(function (settings) {
    var quality = settings.quality ? settings.quality : “hd1080”;
    var scriptText = “(function () {var embed = ” + embed + “;var playbackSet;var quality = ‘” +
    quality + “‘; onYouTubePlayerReady = ” + onPlayerReady.toString() + “; ” +
    updateQuality.toString() + “;})()”;
    injectScript(scriptText);
    });

    How to fix it?

    Hi @kiziev,

    Have you tested this on another browser rather than chrome if it is still not working on another browser then please create a Support Ticket on our official website.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Does not work: mycred_video’ is closed to new replies.