Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Add Twitter feed ticker to desktop application.
Forum Updated to NodeBB v4.3 + New Features

Add Twitter feed ticker to desktop application.

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vivekmalik2466
    wrote on last edited by
    #1

    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 .

    1 Reply Last reply
    0
    • raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      The easiest way would be to display a QWebView with the code you've posted.

      Alternatively you can use the "Twitter REST API":https://dev.twitter.com/docs/api/1.1 in conjunction with QNetworkAccessManager and parse the JSON result and display anything you want.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved