 |
Smarty
The discussions here are for Smarty, a template engine for the PHP programming language. Dedicated server web hosting provided by Guru-host.eu. |
| View previous topic :: View next topic |
| Author |
Message |
jacz Smarty Pro

Joined: 13 Nov 2010 Posts: 249
|
Posted: Fri Jan 13, 2012 7:44 pm Post subject: Read and display Twitter directly with Smarty 3.17 |
|
|
Very simple code
| Code: |
{$twitter=simplexml_load_file('http://www.twitter.com/status/user_timeline/google.xml')}
{foreach $twitter as $tweet}
<p>Tweet from User {$tweet->user->screen_name} on {$tweet->created_at}<br/>{$tweet->text}</p>
{/foreach}
|
Change google to the screenname you wish and it works. |
|
| Back to top |
|
DiscoInferno Smarty Rookie

Joined: 09 Aug 2011 Posts: 20 Location: Moscow, Russia.
|
Posted: Tue Mar 13, 2012 7:30 pm Post subject: |
|
|
Cool.
Yep. Very useful thing.
Thanx man. |
|
| Back to top |
|
bimal Smarty Elite

Joined: 19 Apr 2007 Posts: 419 Location: Kathmandu, Nepal
|
|
| Back to top |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|