News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
How to Create Your Own Twitter Widget in PHP, Part 3
January 07, 2011 @ 10:23:59

The SitePoint PHP blog has part three of their "create your own Twitter widget" series posted today. This is the last post of the series and involves a little cleanup on the data pulled from the Twitter API.

In part 1 of this series, we examined the Twitter API, created a PHP TwitterStatus class, and imported the latest tweets in JSON format. In Part 2, we parsed the Twitter data, replaced links, and generated the complete HTML for our widget. In this last post, we'll cache our widget and translate tweet dates into a friendlier format - download the full source code here.

They talk about caching the data pulled back from the API (making it faster and less resource-intensive) and how to parse the dates that you get back from the request using the DateTime functionality included with PHP.

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


blog comments powered by Disqus

Similar Posts

Learn.IIS.net: Build a High-Performance PHP Stack with Windows IIS and Zend Server

DevShed: Defining a Model Class for Handling Views with CodeIgniter

Anthony Ferrara: Programming With Anthony - Encryption

Derick Rethans' Blog: Multiple PHP versions set-up

Greg Bulmash's Blog: Creating A Simple Rating Script With PHP And MySQL


Community Events











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


framework application release podcast functional series opinion api introduction example community interview composer language zendframework2 testing development code phpunit database

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