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.
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.
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.
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...
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 :)
is working on a reply...