I found code of facebook share button here:
- Code: Select all
<h1>Link</h1>
<fb:share-button href="http://www.xxxx.com"
type="link">
</fb:share-button>
<h1>Icon and Link</h1>
<fb:share-button href="http://www.xxxx.com"
type="icon_link">
</fb:share-button>
<h1>Button</h1>
<fb:share-button href="http://www.xxxx.com"
type="button">
</fb:share-button>
<h1>Button Count</h1>
<fb:share-button href="http://www.xxxx.com"
type="button_count">
</fb:share-button>
<h1>Box Count</h1>
<fb:share-button href="http://www.xxxx.com"
type="box_count">
</fb:share-button>
And I not know what is code of language.