View Single Post
Old 03-09-2013, 03:50 PM   #1
jennypretty
Registered User
 
Join Date: Dec 2008
Posts: 154
How do I add a total count for Facebook likes

Hello,

I have a Facebook like button on my homepage and some individual pages. My code is:

<script src="https://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<fb:like href="http://www.mydomain.com<?=$_SERVER['REQUEST_URI']?>" layout="button_count" show_faces="false" width="100" action="like" font="arial"></fb:like>

However, the total count is different from homepage and individual pages. So, how do I add a total count to make it more attractive (I mean bigger number).

For example, homepage has 10 likes, individual pages have 10, can I add them up to make it 20 likes that show on everywhere of my site?

Thanks.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
-
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
&
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
jennypretty is offline   Reply With Quote