Tags Posts tagged with "Twitter"

Twitter

6 486
How to display twitter posts using javascript

How to display twitter posts using javascript

I think that displaying your Twitter posts on your website is a wonderful way to show people in-time news. This feature can be very useful for your project. Because it can can inspire your website’s visitors to follow you on Twitter. I am going to create simple script which loads twitter posts and renders into HTML format using JsRender jQuery library. Everything is on the client side.

29 1203
How to Post on Twitter from your Website using OAuth

Twitter crossposter with OAuth

Recently (seems in august of 2010) Twitter was changed, and now it doesn’t support basic authentication (as usual via CURL), all authentication is done via OAuth.  In this article I made tutorial how to create crossposter to Twitter (using Twitter OAuth).

SOCIAL

19,311FansLike
1,432Subscribers+1
8,467FollowersFollow
76,905FollowersFollow

POPULAR TUTORIALS

Creating Your Own RSS Reader Using Google Feed API

46 27067
Creating Own RSS Reader Using Google Feed API I think every one faced with the task of connecting RSS feeds to your website, you can...