Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Add Twitter feed ticker to desktop application.

    General and Desktop
    2
    2
    1334
    Loading More Posts
    • 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
      vivekmalik2466 last edited by

      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 Reply Quote 0
      • raven-worx
        raven-worx Moderators last edited by

        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 Reply Quote 0
        • First post
          Last post