News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
How to Create Your Own Twitter Widget in PHP, Part 2
January 06, 2011 @ 12:05:40

On the SitePoint PHP blog today Craig Buckler is back with the second part of their series on creating a Twitter widget for your site. You can find more about the first part of the series here.

In Part 1 of this series, we examined the Twitter API, creating a PHP TwitterStatus class, and imported the latest tweets in JSON format. Today, we'll populate the data into HTML templates - download the full source code here.

The templates are strings of HTML with tags for where the content belongs - in this case things like "{TWEETS}" and "{profile_image_url}". Regular expressions are used to parse the templates and a str_replace used to make the substitution. The final product is included showing a few example tweets with some parsed links inside each.

0 comments voice your opinion now!
twitter widget rest api tutorial series template


blog comments powered by Disqus

Similar Posts

Mushfiqsimple Blog: Getting Started with MongoDb with PHP

Juan Treminio: Unit Testing Tutorial Part V: Mock Methods and Overriding Constructors

Chris Hartjes' Blog: Don’t Fear The Command Line: Using CakePHP Shells

Stefan Mischook's Blog: Killerphp Videos Now Available for Download

Developer.com: Doctrine: Object Relational Mapping for Your PHP Development


Community Events











Don't see your event here?
Let us know!


application introduction development interview testing release community code podcast framework tool language zendframework2 series example functional opinion unittest object phpunit

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework