Question

I'd like to add a class to fb:comment-count (without using a div). I noticed when using web inspector there appears to be a blank class assignment by default. I was wondering if anyone knew how to add a class into this field?

Was it helpful?

Solution

You don't have control over what classes Facebook renders when using their FBML tags. You should be able to apply styling to the fb_comments_count class though in your css file or wrap the tag in a div and style that div.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top