BlogEngine.NET Feedburner Email Subscription Widget


Feedburner email subscription widget for Blogengine.net. To use this widget just activate and setup you feedburner email subscription and download this widget from here and can see live preview on my other blog http://www.bimbima.com .

This widget is based on BE 2.9 default theme and will work perfectly with any other theme. email validation will take place at Feedburner confirmation popup.

Extract zip file and put content into a folder name like FeedBurner or other you like and open widget.ascx.cs as shown below.

edit-widget

Here is preview in footer of default theme.

preview-widget

You can change title and other attribute of widget from code behind file by overriding LoadWidget method.

/// <summary>
/// This method works as a substitute for Page_Load. You should use this method for
///     data binding etc. instead of Page_Load.
/// </summary>
public override void LoadWidget()
{
   
}