Did you know you could use iframes in WinRT apps developed using JavaScript? Is this suppose to be exciting? Why would you care? For the answers, follow along as I take a journey of discovery attempting to add live Twitter feeds to my app.
To set the stage for what I want to do, you must first understand what a Twitter Widget is. The folks at Twitter have made it real easy for web developers to create a custom, dynamic section of a web site to display tweets based on a user, a search, favorites, or a list. Once I know my tweet criteria, I can customize the appearance, dimensions, and other relevant options. When I am done with all my customizations, I can grab the code that will make the magic happen on my web site. Um… but I want this in my WinRT app. Will it work? Lets find out.
Read More...