Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Some of your stylesheet is screwing around with it. Main thing is the top padding being added by .widget div.

    Add this to your stylesheet to eliminate that problem:

    .widget .fanBoxChicklet {
    padding:0;
    }

    You can also use this same sort of thing to style it up further as desired.

    Thread Starter jnthibeault

    (@jnthibeault)

    Thanks. That definitely fixed the padding issue. But I don’t actually see any button or anything. It’s not a typical chicklet “like” button with a count next to it.

    How do I make it look like a traditional FB chicklet?

    thanks again,

    J

    Plugin Author Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    The Chicklet isn’t a Like button nor does it try to be one. It is what it is. What did you want it to be?

    There is no “traditional” FB Chicklet because FB doesn’t offer anything called a “chicklet”.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Simple Facebook Connect] Chicklet formatting/style’ is closed to new replies.