Banner for Hl Twitter
HL Twitter stores tweets from multiple accounts and displays them via widget, archives and shortcodes as well as auto-tweeting new posts. Wordpress Tutorial
Noted That:
  • To install correctly this hl-twitter.zip .
  • Fisrt Download the hl-twitter.zip to your computer
  • Extract/Open hl-twitter.zip to Your Computer.
  • Then, Find readme.txt file inside hl-twitter.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " hl-twitter.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Hl Twitter

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Hl Twitter

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Hl Twitter

Step-5 : Now, Browse " hl-twitter.zip " Downloaded plugin from your computer, Where you downloaded " hl-twitter.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Hl Twitter

Step-6 : Now, Click on " Active Plugin "

Activate Hl Twitter

Step-7 : Then, See left Side Menu. " Hl Twitter " folder is added on left Side Menu. Now, Click on " Hl Twitter " folder.

Noted that: If you do not see " Hl Twitter " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Hl Twitter Configurations and Settings or How to work " Hl Twitter " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " HL Twitter " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is HL Twitter
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Upload hl_twitter directory to your /wp-content/plugins directory
  2. Activate plugin in WordPress admin
  3. In WordPress admin, go to Twitter. You will be asked to link the plugin to your Twitter account.
  4. Add the user(s) you wish to store tweets for. You can also import their most recent tweets.
  5. To tweet from within WordPress visit the WordPress Admin Dashboard or look at the bottom of a Post page

To modify the widget theme:

  1. Copy the hl_twitter_widget.php file from /wp-content/plugins/hl-twitter to /wp-content/themes/ your-current-theme /
  2. Edit the new hl_twitter_widget.php file in your theme directory
  3. You can now update the plugin as normal and your changes will not be overwritten

To modify the archive theme:

  1. Copy the hl_twitter_archive.php file from /wp-content/plugins/hl-twitter to /wp-content/themes/ your-current-theme /
  2. Edit the new hl_twitter_archive.php file in your theme directory
  3. You can now update the plugin as normal and your changes will not be overwritten

To modify the shortcode theme:

  1. In your current theme directory (e.g. /wp-content/themes/twentyten/) make a file called functions.php if it does not already exist.
  2. In functions.php create a function called hl_twitter_shortcode()
  3. This function will be passed two variables: $tweets and $num_tweets
  4. Generate the necessary HTML and return it , DO NOT ECHO.

Name