Sorry for being late!
I recommend that you put <?php if (function_exists('get_like_ranking')) get_like_ranking (); ?>
on sidebar.php.
ex)
<div id="sidebar">
<h3>FB Like Ranking</h3>
<?php if (function_exists('get_like_ranking')) get_like_ranking (); ?>
</div>
Please try it.
Thanks!