• artyemvs

    (@artyemvs)


    Very very very nice looking plug-in. But option Show Social Counter really doesn’t work – browser can’t open pages with social buttons πŸ™

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author CrestaProject

    (@crestaproject)

    Hi Artyemvs,
    I did not understand what is the problem, could you link me on your website?
    I will try to understand the problem πŸ™‚

    CrestaProject

    Thread Starter artyemvs

    (@artyemvs)

    Ok, I’ll try to explain.

    Plugin works fast and great only if I do not select option Show Social Counter

    When this option is enabled browser (i’d try several browsers)opens pages with social buttons after 5 minutes of waiting.
    For example try to open page:
    http://www.shkondin.ru/seo/rasklejka-301-h-redirektov-v-yandekse.html

    Sorry for my English.

    Thread Starter artyemvs

    (@artyemvs)

    Please inform me when I can turn this option off, because I’m loosing my readers now πŸ™

    Plugin Author CrestaProject

    (@crestaproject)

    Hi Artyemvs,
    strange, I tried to do the test using the url of your site and everything works properly.

    Just to test: try disabling the Google Plus button and reactivate the share count.
    Let me know if you have the same problem

    Best regards,
    CrestaProject

    Thread Starter artyemvs

    (@artyemvs)

    Hi, CrestaProject

    Yes, problem is in Google Plus button. Disabling this button helps.

    But what should I do to show Google Plus shares?

    Plugin Author CrestaProject

    (@crestaproject)

    Hi Artyemvs,
    Google Plus and StumbleUpon (in PRO version) using a different technique to get the shares count in PHP (cURL).

    Maybe your hosting provider has disabled this “feature” or your PHP version is older than 4.0.2 and then the plugin fails to load the Google Plus shares.

    CrestaProject

    Thread Starter artyemvs

    (@artyemvs)

    Unfortunately there is no difference between free and PRO versions (I just bought it) in this behavior. I have PHP 5.4.34 and CURL 7.39.0 enabled (7.39.0 ). You can see it here http://www.shkondin.ru/phpinfo.php

    Thread Starter artyemvs

    (@artyemvs)

    I maked CURL test. This code is perfectly work:

    <?
    $curl = curl_init();
    curl_setopt($curl, CURLOPT_HTTPHEADER, array(‘Content-type: text/html’));
    curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
    curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
    curl_setopt($curl, CURLOPT_URL, “http://www.uefa.com/&#8221;);
    $curl_results = curl_exec ($curl);
    print $curl_results;
    curl_close ($curl);

    ?>

    You can see it here http://www.shkondin.ru/curltest.php

    The problem is in SSL version of URL πŸ™

    Thread Starter artyemvs

    (@artyemvs)

    Problem was in firewall.
    Solved.

    Plugin Author CrestaProject

    (@crestaproject)

    Perfect πŸ™‚
    Thanks for having changed the vote to plugin!

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Site never opens when plugin is enabled’ is closed to new replies.