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

sharrre.php is not consistently looked for in the root directory (with fix)

paxcodes opened this issue · comments

commented

sharrre.php is not found because it is not being looked for in the root directory. For instance, script is trying to load somedomain.com/category/sharrre.php when loading somedomain.com/category/somepage

changing the urlCurl in jquery.sharrrre.js from 'sharrre.php' to '/sharrre.php' would fix this. Though, this would only work for sites that are not installed in a subdirectory.