• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

FaceBook countbutton below navbar

lms

Well-known member
control panel -> appearance -> templates -> edit PAGE_CONTAINER template

Find:
Code:
<div id="headerMover">
    <div id="headerProxy"></div>
<div id="content" class="{$contentTemplate}">
    <div class="pageWidth">
        <div class="pageContent">
just below, add:
Code:
        <script src="http://connect.facebook.net/es_ES/all.js#xfbml=1"></script><fb:like href="http://www.facebook.com/apps/application.php?id=YOUR_ID_FACEBOOK_APPLICATION&amp;v=wall" layout="button_count"></fb:like>
Set http://connect.facebook.net/es_ES for spanish or http://connect.facebook.net/en_US for english at the beginning of the url.
Change YOUR_ID_FACEBOOK_APPLICATION for the FaceBook application id.

looks like:
28806749.png
84539767.png
84449583.png
84810904.png

Salud2
 
Top Bottom