Ionso Sheinberg
posted this on July 26, 2010 09:51
We are excited to announce our first official integration between LiveBall and Facebook. Use LiveBall to create Facebook-branded social landing pages very easily with Facebook's "Comment Box" social widget.
To take advantage of this new feature your framework(s) code needs to be updated. To do this, simply add the runat="server" parameter to the <html> tag of ALL your master pages files (.ascx). For instance:
Change:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
To:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" runat="server">
Once your frameworks are updated, learn how to add a Facebook Comment Box on a page.