Page 2 of 2

twitter feed

Posted: Mon May 27, 2013 7:20 pm
by Maryna Brodina

So you don't want to set search parameter using Input field? You are going search by "tynetravel" and show search results on page Load?


twitter feed

Posted: Mon May 27, 2013 7:26 pm
by Michael4771079

Thats it Marina,
just want to invoke the service on pg load and timed


twitter feed

Posted: Mon May 27, 2013 8:01 pm
by Maryna Brodina

Then this post should help https://getsatisfaction.com/apperyio/... - the idea is the same - you would need to go through the list and hide unnecessary elements, but you would need to do it not on Load event, but on service Success
codeAppery("mobilelistName").find("li").each(function(){
if(............) {
$(this).hide();
}
});
Appery("mobilelistName").listview('refresh');/code


twitter feed

Posted: Mon May 27, 2013 8:08 pm
by Michael4771079

Sorry Marina,
page load and timed is sorted with Max's suggestion form the post,
the problem is hiding the components but still doing the search for "tynetravel" on load and timed


twitter feed

Posted: Mon May 27, 2013 10:55 pm
by Michael4771079

Hi folks,
this is now sorted,
thx as always for all your help


twitter feed

Posted: Tue Mar 18, 2014 7:10 pm
by Novaura

Hey michael, I was wondering if you could share your Twitter Feed, resolved code? I am curious about it since I myself would like this.


twitter feed

Posted: Tue Mar 18, 2014 7:39 pm
by Michael4771079

Hi Novaura,
since that was done I believe twitters api changed and the project did not go ahead and has been deleted since, it may be more fruitful for you to seen if anyone else has been doing this more recent that this topic.

Sorry I could not help further
kind regards