Horje
#BW Twitter Blocks fetches tweets from the authenticated user and displays them in blocks based on hash tags and mentions. Wordpress Tutorial

Noted That:

  • To install correctly this bw-twitter-blocks.zip .
  • Fisrt Download the bw-twitter-blocks.zip to your computer
  • Extract/Open bw-twitter-blocks.zip to Your Computer.
  • Then, Find readme.txt file inside bw-twitter-blocks.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 " bw-twitter-blocks.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 " bw-twitter-blocks.zip "  Downloaded plugin from your computer, Where you downloaded bw-twitter-blocks.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. " BW Twitter Blocks " folder is added on left sidemenu. Now, Click on " BW Twitter Blocks " folder.

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

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



Guide
  1. Upload bw-twitter-blocks folder to your /wp-content/plugins/ directory
  2. Activate the plugin in WordPress admin
  3. Setup plugin options under #BW Options -> Twitter Blocks
    3a. Connect Twitter Account: Connect to your Twitter account by clicking the “Sign in with Twitter” button. You will be taken to twitter.com to sign in and authorize the plugin to access your tweets and then be redirected back to WordPress.
    3b. Twitter Update Frequency: The plugin will automatically fetch new tweets on a regular schedule, set here.
    3c. Convert to Links: Selected types of links in tweets will be converted to HTML links, with some additional data tags for use by custom scripts.
    3d. Unshorten Links: The plugin will convert shortened links to their original full URL. The conversion significantly affects performance so please specify only the services you absolutely need to convert. In practice most links do not need to be converted.
    3e. Manual Update Twitter Blocks: Click “Update Now!” to manually fetch new tweets. You will need to click this when setting up the plugin, after connecting your twitter account.
    3f. Clear Stored Tweets: Delete all cached twitter posts.
  4. After connecting your Twitter account for the first time, you must manually fetch new tweets (see 3e above).
  5. Add bw_twitter_blocks_fetch() to template file to display tweet blocks.

How to display tweet blocks:

Use in a template file.



 'menu_order', // orderby for blocks of tweets 'order' =>
 'ASC', // order for blocks 'blocks' =>
 -1, // how many blocks to display (-1 for all) 'tweets_per_block' =>
 6, // how many tweets to display per block, 'single' =>
 0 // pass a post ID to fetch a single specific block (returns a single post object)
); ?>

Return value is an array of objects from get_posts() for the blocks. The ‘tweets’ key for each object holds an array from get_posts for the tweets within that block. Tweets within each block are ordered by original tweet date.


blocks , twitter , fetches , tweets , authenticated , user , displays , them , based , hash ,

Name

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