abemedia / shareCount

A PHP script to fetch the count of social shares, cache the results and output as JSON, JSONP or XML data.
GNU General Public License v2.0
100 stars 35 forks source link

Not working at all ... #22

Closed qcybb closed 8 years ago

qcybb commented 8 years ago

I uploaded a fresh copy on my server and only un-commented the following 2 lines in index.php

$shares = $count->get('http://abemedia.co.uk'); print_r($shares);

And all it keeps showing is - Error: No URL specified.