Add Twitter feed ticker to desktop application.
I want to show Twitter feed ticker on my desktop application page.is there any way to do this .
with the help of http://twitcker.com i create
[removed](function(){var ticker=document.createElement('script');ticker.type='text/javascript';ticker.async=true;ticker.src='//twitcker.com/ticker/vivekmalik18.js?speed=9&count=50&background=ffffff&tweet=ffffff&dir=rtl&container=footer';(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(ticker);})();[removed]
to show latest fees but its only for browser it work on web application and show all feed .
but i want this for desktop application .
↧