This is caused by use of shorthand php codes which are disabled by default in new PHP installations.
Resolution:
File: Twitter_Like_Box_Widget.class.php
Line: 253
<? endfor;?>
Should be
<?php endfor;?>
Causes the following error message:
Parse error: syntax error, unexpected ‘endif’ (T_ENDIF) in *Insert website path here*\Twitter_Like_Box_Widget.class.php on line 258