Facebook Social Networking Widgets
By Facebook.com
Below are a small list of common Facebook sharing buttons for your Microsoft Office Live Small Business website.
Facebook 'Like' & 'Recommend' Button |
|
|---|
Facebook Fan / Friend Page |
Apply outputted code within a Custom Footer within your MS Office Live site..
|
|---|
Embed Facebook Video |
Logon to your Facebook account and collect your Unique Video ID from the URL: 
Cut and paste the following code and replace the highlighted section with your Unique ID.Apply code within a Custom Footer on your Office Live site. Custom Footer <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="text" /> <xsl:template match="/Footer"> <![CDATA[ <object width="400" height="224" > <param name="allowfullscreen" value="true" /> <param name="allowscriptaccess" value="always" /> <param name="movie" value="http://www.facebook.com/v/xxx" /> <embed src="http://www.facebook.com/v/563631939965" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="400" height="224"> </embed> </object> ]]> </xsl:template> </xsl:stylesheet>
|
|
|---|
| Facebook Share |
Cut and paste the following code within a HTML Module:
HTML Module
|
|---|
| Facebook Connect |
Visit Theo Zen's Blog to learn how to integrate Facebook Connect into MS Office Live
|
|---|