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

Smashing Magazine: WordPress Developer's Toolbox

NetTuts.com: Building Ribbit in PHP

Pierre\'s Blog: phpgd.com

Evert Pot's Blog: Creating a Gopher server with PHP and InetD

IBM developerWorks: Use the YouTube API with PHP


Community Events









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


interview introduction language testing development code release unittest zendframework2 database framework object tool phpunit event podcast composer community example opinion

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