Advanced Twitter Feed Integration Settings

'; ?>

Your Twitter API Credentials

Please enter your Twitter API Credentials below - if you're struggling to get hold of them - please see our "How Do I Generate My API Keys?"

Consumer Key
Please enter your Twitter consumer_key.
Consumer Secret
Please enter your Twitter consumer_secret.
Access Token
Please enter your Twitter access_token.
Access Token Secret
Please enter your Twitter access_token_secret.

Once you have entered all of your credentials you'll be able to configure your widget in Appearance > Widgets

Shortcode Usage

Below is how to use your shortcodes in the WYSIWYG editor.

Timeline Shortcode

CMS Page

                [get_tweet_timeline username="crearegroup" number="3" showlinks="true" newwindow="true" nofollow="true" avatar="true"]
            

PHP Template

                <?php echo do_shortcode('[get_tweet_timeline username="crearegroup" number="3" showlinks="true" newwindow="true" nofollow="true" avatar="true"]'); ?>
            
  1. Username (required): Please enter your twitter username here
  2. Number (optional): Please enter the number of tweets you wish to return here (default: 1)
  3. Showlinks (optional): Please enter "true" if you wish to show links (default: false)
  4. Newwindow (optional): Please enter "true" if you wish to open links in a new window (default: false)
  5. Nofollow (optional): Please enter "true" if you wish to links to use the nofollow attribute (default: false)
  6. Avatar: Please enter "true" if you wish to show avatar images in you tweets (default: false)

Search Shortcode

CMS Page

                [get_tweet_search searchterm="#wordpress" username="crearegroup" number="3" showlinks="true" newwindow="true" nofollow="true" avatar="true"]
            

PHP Template

                <?php echo do_shortcode('[get_tweet_search searchterm="#wordpress" username="crearegroup" number="3" showlinks="true" newwindow="true" nofollow="true" avatar="true"]'); ?>
            
  1. Searchterm (required): Please enter your search term (e.g. #wordpress OR wordpress OR @wordpress)
  2. Username (required): Please enter your twitter username here (used in the follow button)
  3. Number (optional): Please enter the number of tweets you wish to return here (default: 1)
  4. Showlinks (optional): Please enter "true" if you wish to show links (default: false)
  5. Newwindow (optional): Please enter "true" if you wish to open links in a new window (default: false)
  6. Nofollow (optional): Please enter "true" if you wish to links to use the nofollow attribute (default: false)
  7. Avatar: Please enter "true" if you wish to show avatar images in you tweets (default: false)

How To Generate your API Keys

Here is how to generate your Twitter API Keys

  1. Login to http://dev.twitter.com using your normal Twitter username/password.
  2. Hover-over your little icon top-right and then click My Applications
  3. Click Create New Application
  4. Fill out the form - the name, description and website should at least be filled in - then click Create Your Twitter Application
  5. On the next page - navigate to the bottom and click Create my access token
  6. Wait 10 seconds then refresh the page - you should now see all your access keys!!
  7. Copy/Paste the appropriate key into the appropriate field in the API Keys tab above :)

You have errors with your widgets / shortcodes

Any errors are displayed below (please refresh this page if you're not sure you should be still getting these errors):

Timeline Errors

The below timeline errors are causing your Timeline integrations to display your last good "cache" (if you have one - if you don't - nothing will display).

Search Errors

The below search errors are causing your Search integrations to display your last good "searchcache" (if you have one - if you don't - nothing will display).