In case anyone else is wondering, I just posted in the developer’s forum on his site to see if he’s still supporting this plugin. I was wondering because his demo page for the plugin has the same problem that happened on my site when I tried using it. It looked awesome in preview mode, but when I published the post… ??
Anyway, I’ll post again here if I get a reply from him.
https://www.ads-software.com/extend/plugins/awesome-tweet-embed/
]]>Curl error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
ate_libs.php find string:
$rsp = curl_exec($curl); // get the file
add before:
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
the plugin will be work fine.
https://www.ads-software.com/extend/plugins/awesome-tweet-embed/
]]>