At the moment I have two areas on the news page, the news feed that comes from our mssql database which is searchable on keyword and date. The other is a straightforward list showing our last 10 tweets.
Is it possible to
When a visitor views the news page they see one list of news AND twitter displayed in date order. So the visitor knows which is which as it will just be one list, the twitter feeds could have the twitter icon next to them, or have a blue border or something.
I guess I would need to pull the twitter feeds into an array, pull the news results into an array, order the array then output to the screen?!?!
Is that correct, would it take the page an age to load? Is there a better way? Can anyone point me to any tutoriasls online that would show me how to do it?
Thanks
Is it possible to
When a visitor views the news page they see one list of news AND twitter displayed in date order. So the visitor knows which is which as it will just be one list, the twitter feeds could have the twitter icon next to them, or have a blue border or something.
I guess I would need to pull the twitter feeds into an array, pull the news results into an array, order the array then output to the screen?!?!
Is that correct, would it take the page an age to load? Is there a better way? Can anyone point me to any tutoriasls online that would show me how to do it?
Thanks