Facebook XFBML for ASP.NET |
|
This control is used to enable usage of XFMBL tags inside Facebook iFrame application. It should be placed immediately before </body> tag on every page of application or just once on main master page. The control uses application keys from web.config file, so there are no common copy paste error when new application is created and the keys are not changed. The source code for this ASP.NET control is available in C# and VB.NET languages as also part of Facebook iFrame ASP.NET and Facebook Connect ASP.NET control libraries. Register component by adding following line in ASPX file: <%@ Register TagPrefix="fvk" TagName="enablexfbml" Src="~/FVK/EnableXFBML.ascx" %> Insert control in ASPX file as: <fvk:enablexfbml ID="enablexfbml1" runat="server" /> |