SimpleTweets For Umbraco

“Not again” I hear you shout… And yes, yet ‘another’ Twitter package for Umbraco has been created. But, this one has a bit of a twist – I have used the current Twitter packages, but although I found them great the one I used was temperamental with showing latest tweets (Although the more I look into it I wonder if its one of the settings).

Also I wanted to make something VERY simple, no API, simple settings and all done with ASP.NET – NO XSLT! No real reason, just because I can… hehehe.  So here it is, I created this SimpleTweets a really simple package that displays your latest Twitter posts in a user control and spits out the results in an unordered list.  [more]

Only settings are: Your username, your twitter RSS feed (Found on right hand side of your twitter page, see below) and lastly how many tweets to show.  It auto hyperlinks URLs, and adds nofollow attribute to them.

DOWNLOAD PACKAGE HERE

Settings:

Capture2

Twitter RSS Feed location:

Capture3

Results (On our site):

Capture

2 comments for “SimpleTweets For Umbraco”

  1. Posted Thursday, January 28, 2010 at 1:18:31 AM

    Hi Lee,

    Does your package convert @names and #search strings into links as well as the norml HTTP / HTTPS urls?

    Cheers,

    Chris

  2. Posted Thursday, January 28, 2010 at 6:38:02 AM

    Hey Chris, it only converts links into hyper links using Regex but with nofollow attributes - It could be easily changed to convert hashtags and names, but it is was it is :) Simple tweets...

Post a comment