Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-12-2012, 11:00 PM   PM User | #1
The Noob Coder
New Coder

 
Join Date: Jul 2012
Posts: 72
Thanks: 1
Thanked 0 Times in 0 Posts
The Noob Coder is an unknown quantity at this point
Question How do I hide the count on a Facebook Like button?

I heard there was no easy way to hide the count on a Facebook like button, but that you could "cut off" the counter by adjusting the width of the button area or something. The only problem is that I suck at CSS so I'm not really sure which style property to change.

This is the code that I'm using for the Facebook button (I got it from their site):
Code:
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
			
			
<div id="facebook" style="margin: 0; padding: 0;">
<div class="fb-like" data-href="http://www.facebook.com/pages/Convoluted-Construct/118005848288246" data-send="false" data-layout="button_count" data-width="90" data-show-faces="false" data-font="verdana" style="margin-top:-5px"></div>
Could anyone please show me how to hide the count button? I'd really appreciate it!
The Noob Coder is offline   Reply With Quote
Old 10-12-2012, 11:35 PM   PM User | #2
tempz
Regular Coder

 
Join Date: Jul 2012
Location: London
Posts: 436
Thanks: 4
Thanked 80 Times in 80 Posts
tempz is an unknown quantity at this point
I think this may help you.

http://blog.eagerterrier.co.uk/2011/...k-like-button/
tempz is offline   Reply With Quote
Old 10-13-2012, 12:22 AM   PM User | #3
The Noob Coder
New Coder

 
Join Date: Jul 2012
Posts: 72
Thanks: 1
Thanked 0 Times in 0 Posts
The Noob Coder is an unknown quantity at this point
Quote:
Originally Posted by tempz View Post
Wow, thanks! This worked out great.
The Noob Coder is offline   Reply With Quote
Reply

Bookmarks

Tags
count, css, facebook, hide, like button

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:21 AM.


Advertisement
Log in to turn off these ads.