This code is part of a facebook plugin called facepile and i was wondering if its possible and needed to define this code in css or leave it in the body as is?
data-width="200" data-height="64" data-max-rows="2" data-colorscheme="dark" data-size="medium" data-show-count="true"
You can access the data-attribute with CSS with [data-size]
for example, but it wouldn't make much sense in this case, as the attributes are used to define the options for the facebook plugin
So just leave it as it is, or if you want, change the attributes to your liking:
data-height="100"
This would probably make the facebook plugin higher.