Return to Test Drive Demos
TweetFeed
Drag this image or the tab to the taskbar to pin site.
Alternatively Add to Start Menu
Try it out!
This demo shows the use of
overlay icons
for alerting the user when website events occur and
custom jumplist categories
for keeping track of the searched tweets.
View Sample Code
Show settings
Feed me tweets every:
10 seconds
20 seconds
40 seconds
minute
Tweets should be in:
English
French
Spanish
Internet Explorer 9 Site Mode provides a simple JavaScript API to show and hide Overlay Icons in the Windows 7 taskbar.
To show an Overlay Icon:
window.external.msSiteModeSetIconOverlay(iconUri, toolTip);
To hide an Overlay Icon:
window.external.msSiteModeClearIconOverlay();
Yes - it's that easy!