Horje
Provides several Twitter widgets: show your own tweets, show tweets relevant to post's tags, show tweets for Twitter lists, show tweets for hasht … Wordpress Tutorial

Noted That:

  • To install correctly this tweet-blender.zip .
  • Fisrt Download the tweet-blender.zip to your computer
  • Extract/Open tweet-blender.zip to Your Computer.
  • Then, Find readme.txt file inside tweet-blender.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:

1. First Download " tweet-blender.zip " Plugin to your Local Computer. (Click Download)

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

/stack/wp/e1593231376d7d849d2-4597-4fa3-a6ff-1eca18f72aab.png

3. Then, Click on " Plugins " + " Add New " from left sidemenu of Dashboard.

/stack/wp/e1593231378Screenshot20.png

4. Now, Click on "Upload Plugin" button.

/stack/wp/e1593231380Screenshot-2019-4-2AddPluginsHorjeWordPress.png

 

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

/stack/wp/e15931461531577025694plugin.png

6. Now, Click on " Active Plugin"

/stack/wp/e15932313830ca45529-bf73-4101-8178-53ae60ce549f.png

7. Then, See left sidemenu. " Tweet Blender " folder is added on left sidemenu. Now, Click on " Tweet Blender " folder.

   Noted that: If you do not see " Tweet Blender " folder on left sidemenu then, see at left sidemenu " Settings " or " Tools ".

8. Now you configure yourself oR Watch video tutorial below about  Tweet Blender Configurtions and Settings or How to work " Tweet Blender " 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 " Tweet Blender " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Tweet Blender
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

This section describes how to install the plugin and get it working.

  1. Upload the entire tweet-blender directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Use admin Settings > Tweet Blender to specify configuration options
  4. Make sure to authenticate to Twitter and allow read-only access to the tweet stream (under Status tab)

Adding Tweet Blender to Sidebar

If you’d like to show one or more widgets in your sidebar follow these simple steps.

  1. Go to WP admin > Appearance > Widgets
  2. Drag and drop widget of your choice into the appropriate place on your sidebar. You can add multiple widgets and have each of them blend different sources.
  3. Update configuration options and Save them
  4. If prompted to authenticate to Twitter, click the link and login to enable access to tweets

Note: The Tweet Blender For Tags widget will show up in your sidebar only on a dedicated post page and only if that post has tags. For index and custom pages (and for posts without tags) nothing will be shown.

Adding Tweet Blender to Posts and Pages

You can insert the widget directly into the body of your post or page by following these simple steps:

  1. Click on New Post in WP Admin to start working on your new post
  2. In editor, click on the HTML tab in the upper right corner so you are looking at the HTML source of your post
  3. Enter the following HTML where you want the widget to appear and update configuration options







  4. When you are done editing, save the page/post.

Notes: make sure the id of the form is unique on that page. Only sources is a required setting.

Adding Tweet Blender to Templates

For greater flexibility, there is a PHP template tag that allows you to add tweet blender to a custom page template or a template in your theme. Edit the PHP page template where you want to include the widget and put the following tag in:


tweet_blender_widget(array( 'unique_div_id' =>
 'tweetblender-t1', 'sources' =>
 '@knovitchenko,@tweetblender/testlist,#tweetblender,twitter', 'refresh_rate' =>
 60, 'tweets_num' =>
 5, 'view_more_url' =>
 'http://twitter.com/tweetblender', 'view_more_text' =>
 'follow us!'
));

Options

  • unique_id_id = Required. The ID of your widget. It has to be unique on each page where widget(s) is on. Widgets added through Appearance > Widgets automatically have unique IDs because WordPress creates them for you using ‘tweetblender-X’ format where X is a number. It is recommended that you use a similar format for this ID e.g. ‘tweetblender-t1’ or ‘tweetblender-tag1’
  • sources = Required. List of sources to blend separated by comma. Don’t forget the single quotes around this parameter.
  • refresh_rate = Optional. How often to refresh the list. In seconds i.e. 60 = 1 minute. Set to 0 to disable automatic refresh.
  • tweets_num = Optional. How many tweets to show in the widget.
  • view_more_url = Optional. The url where “view more” link points to. Don’t forget the single quotes around this parameter.

For the related tweets widget that uses post’s tags you would use the following:


tweet_blender_widget_for_tags(array( 'unique_div_id' =>
 'tweetblender-tt1', 'refresh_rate' =>
 60, 'tweets_num' =>
 5
));

Options

  • unique_div_id = Required. The ID of your widget. As mentioned above, it has to be unique on each page where widget(s) is on.
  • refresh_rate = Optional. How often to refresh the list. In seconds i.e. 60 = 1 minute. Set to 0 to disable automatic refresh.
  • tweets_num = Optional. How many tweets to show in the widget

Adding TweetBlender Archive to Pages

To add archive block to any page simly copy and paste the following shortcode into the content of the page where you’d like the archive to appear:

[TweetBlender Archive]

Note: the tag would be ignored on regular blog posts, only pages are supported.


show , tweets , twitter , provides , several , widgets , relevant , posts , tags , lists ,

Name

Read Article
https://develop.horje.com/learn/1434/reference