Sharrre
Sharrre copied to clipboard
sharrre.php is not consistently looked for in the root directory (with fix)
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.