Well I had some troubles getting googlecard widget for WordPress to work right.
My fix:
Change the url to https in googleCardClass.php
About line 113, added a line to make it not verify the ssl certificate when pulling with curl.
- code:
curl_setopt($this->curl, CURLOPT_SSL_VERIFYPEER, false)
Change googleCards.css since it seemed to not like my theme..Changed:
- code:
#plus_card { height: 90px; } #plus_card_name { font-size: 10px; }
Works for me!