Okay
  Print

Fixing / Using Twitter Widget - (Themes before Modernize)

Updated : 17/6/2013

----------> Updating twitter widget

----------> Using twitter widget

Updating twitter widget (For theme version that didn't include this yet. If your current version already have this fix, skip to next section)

1.) Go to functions.php file, place this code at the bottom ( right before the ?> sign )

    include_once('include/functions/custom-widgets/twitteroauth.php');


2.) Download these two files ( twitter-widget.php and twitteroauth.php ) from here : http://take.ms/gkVWS (unzip first) and place it in include/functions/custom-widgets folder ( using the ftp-editor or hosting control panel program )

Using twitter widget

1.) New twitter API requires you to setup the application before pulling the feed out. To achieve this, go to

https://dev.twitter.com/apps/

and logging in with your twitter account.

2.) Click create new application

3.) Click to create the access token, then refresh the page.

4.) Fill the data into the widget