• Resolved leopoldpepichoc

    (@leopoldpepichoc)


    Version 1.3.6

    Hi,
    I had a problem with the video popup. After a close look there was this message in ajax response : “Cheatin’?”

    I think the problem was that in api.php the $home_url has “www.” replaced but not $http_referer.

    I solved it adding line 65 :

    $http_referer = str_replace($protocols, '', $http_referer);

    I add this message for requesting a fix, if I have to update the module on my website not to have to do it again.
    Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • adcadesigns

    (@adcadesigns)

    hi @leopoldpepichoc i just want to ask how did you fix this.

    Thread Starter leopoldpepichoc

    (@leopoldpepichoc)

    Hi @adcadesigns ,
    as I mentioned above, I’ve added the line:
    $http_referer = str_replace($protocols, '', $http_referer);
    line 65 just after
    $http_referer = wp_get_referer();
    in api.php located in “wp-content\plugins\wp-tiktok-feed\includes”

    Hope it helps

    adcadesigns

    (@adcadesigns)

    Thank you @leopoldpepichoc actually i have already tried that but it did not work for me.. but ill try again maybe i got the wrong file.

    adcadesigns

    (@adcadesigns)

    ok so i just tried it just now and still its not working. i also got the pro version. @leopoldpepichoc i hope i can get this to work from your recommendation.
    thank you

    I faced the same problem, I have install new theme on my gaming website. I have a description and Video below it. You can see it here at https://gametoppr.com/ The problem is that the video that it suppose to pop up to play does not always work. It would help if you could share the details.

    Plugin Author quadlayers

    (@quadlayers)

    hello guys
    TikTok has changed the API once again
    we’re rewriting the entire plugin to fix these issues
    Please be patient while we rewrite the plugin
    Best regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Video popup not loading’ is closed to new replies.