How do I setup twitter?


Twitter plugin will grab your latest tweets and display them on page.

To setup this plugin just edit twitter/config.php file in your HTML folder.

Where can I get these keys, tokens, etc ?

Twitter API requires authentication to display tweets from your account.

In order to make twitter feed work you need to create the ‘application’
and generate 4 special keys for your twitter account via https://dev.twitter.com/apps:

  • Consumer key (key)
  • Consumer secret (secret)
  • Access token (token)
  • Access token secret (token_secret)

Video tutorial : “How to create a Twitter App”

http://vimeo.com/60891535