On my wordpress blog, I'm trying to add the anchor text "#fbcomments" to the following php code - not sure how. It should go immediately after the permalink. Thanks in advance for your help!
<a class="readmore" href="<?php the_permalink(); ?>"><span><?php _e('Comment','OnTheGo'); ?></span></a>
<a class="readmore" href="<?php the_permalink(); ?>"><span><?php _e('Comment','OnTheGo'); ?></span></a>