News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
How to Create Your Own Twitter Widget in PHP, Part 1
January 05, 2011 @ 13:13:00

From the SitePoint PHP blog today there's a new tutorial from Craig Buckler (part one of a series) on how to create your own Twitter widget you can drop in anywhere on your site (main content or sidebar). It uses cURL to make the requests to the Twitter servers, so you'll need that installed on your PHP instance.

Because you can! Your own widget will always be more customizable than any off-the-shelf solution, and you'll be the envy of your peers. We've also been asked by several readers for articles about the topic, and it's a great introduction to PHP, REST APIs, JSON, regular expressions and Object Orientated Programming.

In this first part of the series, he helps you set up the class to connect to the Twitter services and fetch the latest statuses for the SitePoint account (obviously, you can substitute yours in its place) and some of the basics like templating and caching. The script uses the REST API since it only needs to fetch, so there's no messing around with the OpenID authentication the Twitter API now requires. You can also download the source for the code that'll be generated during the series.

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


blog comments powered by Disqus

Similar Posts

ThinkPHP.de: Import and export data using PHPExcel

Zend Developer Zone: Zend_Gdata for Picasa, YouTube, Google Documents List

Michael Nitschinger's Blog: Playing with Composer and Lithium

Insidesigns Blog: Create a scalable private messaging application using PHP5

AOL Developer Network: A Primer for OpenID with PHP


Community Events









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


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

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