I solved the issue myself. The instructions on the plugin Settings Page are incorrect. It instruct to paste the following code on the place of your choice inside your page: <?php if ( function_exists(‘insert_bknewsticker’) ) { insert_bknewsticker(); } ?>
The right code is: <?php if ( function_exists('insert_bknewsticker') ) { insert_bknewsticker(); } ?>
.
After all, thanks for this excellent Plugin.