ST Twitter WP

Documentation


This documentation file helps you to understand whole plugin concept and how it works. You should read all sections of the file before start your work. After that you still can't find the solution yet, please leave a ticket on Support system then support agents help your issue.

1: Installing

If you do not have ST Twitter WP on your computer, you can download it here ↓

You will find 'ST Twitter WP' setting menu in your WordPress admin panel.

2: Update

If you have ST Twitter WP installed, check for updates and download latest version ↓

You will find 'ST Twitter WP' Setting menu in your WordPress admin panel.

3: User interface

This is the user interface after successfully installing the plugin.

In this section, I'll tell you how to configure the plugin.

  1. Consumer Key
  2. Consumer Secret
  3. Access Token
  4. Access Token Secret

With the new Twitter API updates you are now required to create an API and set up an authorized feed. Take a look at my guide below

  1. First login to you twitter account
  2. Go to https://dev.twitter.com/apps
  3. Click on Create New Application button.
  4. Fill up the form and submit it.
  5. After submitting the form, Scroll down a little, you will see Consumer Key and Consumer Secret information, but you will still need access token.
  6. Click “Create my access token” button at the bottom of the page, then you will get Access Token and Access Token Secret information. thats everything that you need!

Questions 1: How to insert ST Twitter to post, page?

  1. Title : Your Title
  2. Twitter Username : Your Twitter Name (Without the "@" symbol)
  3. Tweet Limit : Number Of Tweets
  4. Template : select template of tweet
  5. Footer Text : text is displayed in the bottom position
  6. Display Fullname
  7. Display Screen Name

Questions 2: How to insert ST Twitter to widget?

  1. Place PHP code
    '< ? php do_shortcode("[STtwitter username="Your Twitter Name (Without the "@" symbol)" count="Number Of Tweets" title="Your Title" template=" Use the template defaults to '0' " display_screenname="2"]"); ? >'
    to display twitter feeds in your page template.
  2. Place shortcode
    '[STtwitter username="Your Twitter Name (Without the "@" symbol)" count="Number Of Tweets" title="Your Title" template=" Use the template defaults to '0' " display_screenname="2"]'
    . Use the widget to place it in your sidebar or other areas!
If you have question beyond scope of this documentation, you can ask that with this form and your message will send us via ticket system or forum.