Dave Burke : Freelance .NET Web Developer specializing in Online Communities

Adding a Twitter Profile Widget in BlogEngine.NET

If you’ve ever gone to my blog over the years you’ll know that I’m not much of a widget guy.  I like a simple sidebar with only the essentials. As Twitter has become a more important element in Digital Daily I decided to finally do the deed and put a Twitter Profile widget on my blog.  The Profile widget displays your avatar and last few tweets.

Here’s what the Twitter Profile Widget looks like on my blog.  You’ve seen it elsewhere 100’s of times, I’m sure.


I took five minutes to add the widget.  Seriously. And most of that time was in setting the colors and dimensions.

Here’s the Twitter Widgets page, a section of Twitter Goodies.  Select “My Website” then the “Profile Widget.” Enter a few fields to specify dimensions and select colors, then “Finish and Grab Code.”  At that point you will copy and paste that HTML into your BlogEngine.NET theme’s site.master page.

Look for the following code in site.master.

<div id="sidepanel">
    <blog:WidgetZone runat="server" ID="rightzone" />
</div>

Paste the HTML from the Twitter Widget form either above or below the <blog:WidgetZone /> line. Simple, like most everything involved in using BlogEngine.NET.

Oh yeah, you can follow me on Twitter at http://twitter.com/daveburkevt. I think I’m required to say that at the end of a blog post about Twitter widgets.

Comments (1) | Post RSS RSS comment feed

Posted on 12/5/2009 9:06:46 PM by Dave Burke
Categories: BlogEngine.NET
Tags: , ,

Related posts

Comments

12/6/2009 3:28:18 PM Permalink

Everyman Links for December 6, 2009

Everyman Links for December 6, 2009

Dave Burke |

Comments are closed

This site was built with the Sueetie .NET Online Community Framework. Learn more about Sueetie at Sueetie.com.