News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

add Facebook like button

Started by CYBERYEAH, June 08, 2011, 11:24:07 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

CYBERYEAH


ΑndrĂ©

Can you please explain what exactly is your feature request?

Rick X

To add a facebook like button just copy de code provided by the facebook inside your template.html

Something like this, as is in my site:


{ADMIN_MENU}
</div><!-- Begin IE7 support --><img src="images/spacer.gif" class="menuheight" alt="" /><!-- End IE7 support -->
<div style="float:right"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fotopoint.com.br&amp;layout=standard&amp;show_faces=true&amp;width=280&amp;action=like&amp;colorscheme=dark&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:280px; height:80px;" allowTransparency="true"></iframe></div>
<!--
<div style="float:right"><iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FFotopoint%2F173985332637949&amp;width=220&amp;colorscheme=dark&amp;show_faces=false&amp;stream=false&amp;header=false&amp;height=62" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:220px; height:62px;" allowTransparency="true"></iframe></div>
-->
           
            <div class="clearer"></div>

            {MESSAGE_BLOCK}



You can see it working on http://www.fotopoint.com.br
Hope that helps you.