We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 13428 ☆ A M B ☆
    • 1,031 Posts
    Which timeline are you using? Could you try a different one? It is working on my testpage.

    [!TwitX?
        &twitter_consumer_key=`xxx`
        &twitter_consumer_secret=`yyy` 
        &twitter_access_token=`zzz` 
        &twitter_access_token_secret=`123`
        &timeline=`home_timeline`
        &screen_name=`thjakobi`
        &cache=`7200`
        &include_rts=`1`
        &limit=`10`
    !]
      • 29201
      • 239 Posts
      Quote from: Jako at Jun 18, 2013, 02:21 PM
      Which timeline are you using?

      I wasn't specifying a timeline. Thanks Jako that seems to have fixed it!
        • 18893
        • 45 Posts
        Hi. I have the same problem. I use next snippet call

        [!TwitX?
        &twitter_consumer_key=`2zeuCC....wCu4Kykh`
        &twitter_consumer_secret=` flJP2BwkUPQq....bFiSvQwF0amfq1jCCa0OjUOyEeq`
        &twitter_access_token=`2609626784-4AQ...QIDTMT34fEb5GCygdYadlvVk282`
        &twitter_access_token_secret=`3KObhiY9rHdpm....rYlGEQ7OvEPDDBPK7grTjp`
        &timeline=`home_timeline`
        !]

        And there is no output except "on Twitter"
          • 13428 ☆ A M B ☆
          • 1,031 Posts
          Maybe it is an caching issue. It is important to use &cache=`0` during testing.