Julienh / Sharrre

Make your sharing widget! Sharrre is a jQuery plugin that allows you to create nice widgets sharing for Facebook, Twitter, Google Plus (with PHP script) and more.
sharrre.com
MIT License
1.04k stars 413 forks source link

Google Plus counts — Curl No URL Set! in sharrre.php #253

Open eablokker opened 8 years ago

eablokker commented 8 years ago

$options[CURLOPT_URL] = $encUrl; in sharrre.php just doesn't seem to work for me, gives No URL Set error.

I replaced it with curl_setopt($ch, CURLOPT_URL, $encUrl); and that works!