Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bizcoachdawn

    (@bizcoachdawn)

    Found my solution in another thread, following the advice of codeping who said:

    I fixed mine by removing the reference to the developer’s server.
    In pinterestbadgehelper.php replace

    $this->regexpurl = “https://www.skipser.com/test/pinterest-badge/regexp_”.$this->regexp_filever.”.txt”;

    with

    $this->regexpurl = plugins_url(“pinterest-badge/regexp_”.$this->regexp_filever.”.txt”);

    This will use the file regexp_1.1.txt that comes bundled with the plugin.

    FYI: Just make sure you are editing the [pinterestbadgehelper.php] file and not the default [pinterestbadge.php] which shows first. Go to plugins | pinterest badge | edit to locate the file.

    It worked for me! [ link removed ]

    Plugin Author skipser

    (@skipser)

    Hey there, sorry for the trouble. This should never happen again. Have released ver 1.4 to handle such file missing cases properly. The basic idea of linking to server was so that small changes could be propagated to users without having to manually update the entire plugin ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pinterest Badge just stopped working’ is closed to new replies.