Thanks guys for replying, I will try it on an install here and see.... like you say it does seem the best Open Source solution, and looks good on screen as well.
I will post a Ticket and see if I get a response.
The latest problem we found several days ago is that button.php?image=webim is banned by some anti-ad software. Plus, it seems it caused problems at hostgator with modsecurity.
Try the following (we are going to have this fix in 1.6.3):
webim/button.php:
replace: $image = verifyparam("image","/^\w+$/", "webim"); => $image = verifyparam("i","/^\w+$/", "webim");
webim/operator/getcode.php, line 90: replace "image=" with "i="
$imagehref = get_app_location($showhost,$forcesecure)."/button.php?image=$image&lang=$lang";
Please, response if it helps.