Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • trfletch 598 posts 604 karma points
    Mar 23, 2010 @ 18:19
    trfletch
    0

    Nothing being displayed when entering noStatus

    Hi,

    I am using Twitter for umbraco 1.3 and also have tried 1.4 with the same result. When I put a number in the noStatus field such as 1 it does not display any Twitter feeds but if I leave the field blank then it will display a large number of them. Has anyone else had this issue or know how I can resolve it? I only what the most recent tweet to show up.

  • bob baty-barr 1180 posts 1294 karma points MVP
    Mar 23, 2010 @ 19:53
    bob baty-barr
    0

    the noStatus parameter is looking for a number of HOW MANY TWEETS to show [i believe] here is my macro insert...

    <umbraco:Macro twitterUsername="resourceplansum" noStatus="3" displayReplies="0" displayMaps="0" googleMapsAPIKey="" zoom="" size="" mapType="" Alias="CWS_twitter" runat="server"></umbraco:Macro>

    version 1.4 btw...

    my feed shows my last three twitter posts.

    do you have a link we could preview?

    hope this helps...

  • Warren Buckley 2106 posts 4836 karma points MVP 7x admin c-trib
    Mar 24, 2010 @ 14:20
    Warren Buckley
    0

    Hiya.
    Bob is right that the noStatus parameter is the number of tweets/statuses you want to display on your site.

    If you enter one you are doing this API call to Twitter - http://twitter.com/statuses/user_timeline/warrenbuckley.xml?count=1

    Obviously change your username from warrenbuckley to see your results. I would imagine it is not returning anything because your latest tweet is either a ReTweet which do not show up in this API stream or you are encountering this known twitter bug.

    http://status.twitter.com/post/419501875/reports-of-missing-tweets

     

    I hope this helps you.
    Warren :)

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies