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.

Home Page:sharrre.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

eablokker opened this issue · comments

$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!