Hi,
I found small issue while using this widget on localhost.
i tried to vote but always it returns 0 Votes.
while checking code thats because of
$ref = parse_url( $_SERVER['HTTP_REFERER'] );
if( $_SERVER["HTTP_HOST"] != $ref['host'] ){
exit('UPM Error:128');
}
All functions exist with this error so now i commented exit and it works fine.