is there created API for twitter to display latest 5 posts for non-wordpress website? I got website coded in php/html/css (without cms), and I need to add twitter box, where there is shown latest 5 tweets, from user. Is there any created API for this already?
is there created API for twitter to display latest 5 posts for non-wordpress website?
Share
I might be misunderstanding you, but if you’re just looking for a simple widget that displays a Twitter user’s most recent tweets, you can use Twitter’s own profile widget for websites.
The link is here. You can customize the appearance and settings of it to match your website’s design.
Otherwise, if you’re looking to do that all yourself, look at minitech’s link for the Twitter API documention. One API I’ve used successfully for posting/retrieving tweets with PHP is called twitter-php, which you can find here.
Cheers,
~Berserkguard