Location of Twitter and Facebook recomendation

kingston

Well-known member
How would one move the Facebook Twitter buttons fromt he bottom of the thread to the top of the thread listing?

They are so hidden and hard to see at the bottom I don't think my users even know they exist. I want to make them more accessible so they tweet and like more (hence increasing traffic and blah blah blah).

Thanks!
 
Open the thread_view template and move this code to the top of the template, possibly above or below the <xen:h1> depending on where you want it exactly.

Code:
<xen:include template="share_page">
    <xen:set var="$url">{xen:link 'canonical:threads', $thread}</xen:set>
</xen:include>
 
Top Bottom