hngu_shareaholic
Forum Replies Created
-
Hi there!
Thank you for using the Shareaholic plugin! As one of the developers of the plugin, I can tell you that we are using curl specifically to do curl_multi operations. If a website has curl with curl_multi enabled, we make concurrent share count requests and cache them. Otherwise, when curl is not installed, it will use wp_remote_request and do the share count requests sequentially.
In the curl operation, we use curl_errno to see if an error occurred and that should be enough to catch any HTTP errors. I am surprised that you are seeing an uncaught error. Can you give us more details about this error (what the exact PHP error message is)? Thanks!
I have implemented a fix just now. Let me know if there are any issues.
Hi Sofie,
Here is a screenshot: https://www.screencast.com/t/Yay7Kp80f
Basically, once you open it up, there should be a console tab where you can type that code. The screenshot also has the code typed in for you.
Let me know if you need further assistance on this.
Ok there is one more thing I would like you to verify. Can you do the following:
– Open Chrome in “incognito” mode
– Visit your website
– Click Ok on the cookie consent banner
– Open the Chrome Developer Tools (follow instructions for accessing devTools https://developer.chrome.com/devtools#access)
– Run the following code:document.cookie
and save the result
– Refresh the page
– Run the following code:document.cookie
and save the result
– Email me both results ([email protected])Thank you for your patience! I Just need to know what is going on in your browser before I can come up with a solution.
Hi Sofie! I am a developer at Shareaholic and would like to help you with your issue. From what I have read so far, I am curious to see if this is happening in other browsers. Would you mind testing in IE/FF/Safari and see if the issue persists?
Is this problem happening on your website, https://www.wonderfulwanderings.com? I am also not able to reproduce the issue…
Thanks,
– HueyHi Soren! Can you give me the sitemap url for your website? What I can do is submit a request to reprocess the recommendations for your site such that the images will be updated with the https protocol.
Hi Chris! Can you give me the sitemap url for disaster.com? What I can do is submit a request to reprocess the recommendations for your site such that the images will be updated with the https protocol.
Hi there! Thank you for using our plugin! I don’t think it is a good idea to have the share buttons share urls with post Id. Are the other share buttons working for you? Can you point me to where google plus is not correctly sharing the your post?