Add it wherever you want you link to appear in your HTML
if you want to add it in php then you will need
?>
<a class="btn aligncenter orange" href="/messages/?fepaction=newmessage&to=<? echo get_the_author_meta('login') ;?>&message_title=Hi <? the_title(); ?>&message_content=">Message <? the_title(); ?></a>
<?php