From ThaiiS Note (Wiki)
- http://wiki.developers.facebook.com/index.php/Main_Page
- http://developers.facebook.com/plugins
- http://hs.facebook.com/pages/create.php
- http://developers.facebook.com/docs/guides/web
- http://developers.facebook.com/docs/reference/fbml/
- http://www.facebook.com/facebook-widgets/share.php
<a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
<a name="fb_share" type="box_count" share_url="YOUR_URL"></a> <a name="fb_share" type="button_count" share_url="YOUR_URL"></a> <a name="fb_share" type="button" share_url="YOUR_URL"></a> <a name="fb_share" type="icon_link" share_url="YOUR_URL">Share</a> <a name="fb_share" type="icon" share_url="YOUR_URL"></a>
Contents |
wordpress plugin
FBML
- http://blog.webdistortion.com/2010/03/22/7-fbml-examples-to-rock-your-facebook-fan-page/
- http://wiki.developers.facebook.com/index.php/Fb:swf
- http://wiki.developers.facebook.com/index.php/Allowed_FBML_and_HTML_Tags
App
- http://www.facebook.com/pages/eco-questioncom/112725688776418?v=app_4949752878#!/apps/directory.php
- http://developers.facebook.com/docs/plugins/
- FBML
Facebook for Websites
Like button
<html>
<head>
<title>My Great Web page</title>
</head>
<body>
<iframe src="https://www.facebook.com/plugins/like.php?href=YOUR_URL"
scrolling="no" frameborder="0"
style="border:none; width:450px; height:80px"></iframe>
</body>
</html>
