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
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.
Please inform me when I can turn this option off, because I’m loosing my readers now π
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
Hi, CrestaProject
Yes, problem is in Google Plus button. Disabling this button helps.
But what should I do to show Google Plus shares?
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
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
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/”);
$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 π
Problem was in firewall.
Solved.
Perfect π
Thanks for having changed the vote to plugin!