I am trying to add a simple compact fshare button on my website. The only code I found was as follows:
<div style="float:left;padding:4px;"> <a expr:share_url='data:post.url' name='fb_share' rel='nofollow' type='button_count'/> <script type="text/javascript" src="http://static.ak.fbcdn.net/connect.php/js/FB.Share"/> </div>
which should be displayed as

But this is not true. It seems that he is trying to create several buttons and "displays" the entire page. It corrupts HTML, changes the background of an entire div, and so on ...

Why? Is this the correct code?
source share