Show social media buttons on the front page
-
I think your
#should be a.The
.is used as a class selector. If you use the period, the class can be applied to multiple tags, ie<div class=""><p class=""><a class="">etc. and uses the “class” call.The
#is meant to be applied to a single tag. It uses the “id” call.<div id="">@ Ricardo,
Did you try Ken’s #3 suggestion above?
Mod
Yes, basically, id’s are used for things that appear once on each page: header, footer, content, sidebar1, sidebar2, etc. Took me ages to get my mind around this.
Mod
The ‘Tweet’ button is overlapping the ‘Like’ counter, can I do something about that?
Not on my end–it actually looks pretty good over here. There’s at least 1cm of distance between them on my 1280 screen, even in IE9.
That thing about the numbers though, that’s weird. I only found one post about that on the addthis help forum, and it suggested that everything will go back to normal before too long. Might just be a temporary bug.
A small update: I found out why the ‘Tweet’ button is overlapping my Facebook counter. In English the button is short and called ‘Like’. However, in Dutch it’s called ‘Vind ik leuk’ which makes it double the size. Solved by changing the code to this:
<a class="addthis_button_facebook_like" fb:like:locale="en_US" layout="button_count"></a>
Viewing 9 posts - 11 through 19 (of 19 total)
- 1
- 2
- You must be logged in to reply to this topic.
