forum.coppermine-gallery.net

No Support => Feature requests => Topic started by: CYBERYEAH on June 08, 2011, 11:24:07 am

Title: add Facebook like button
Post by: CYBERYEAH on June 08, 2011, 11:24:07 am
add Facebook like button
Title: Re: add Facebook like button
Post by: Αndré on June 08, 2011, 02:40:14 pm
Can you please explain what exactly is your feature request?
Title: Re: add Facebook like button
Post by: Rick X on June 14, 2011, 05:53:43 pm
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:

Code: [Select]
{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.