samhaldia / twitter_tweets_block

This module enables Latest Twiiter Feeds in Blocks in Drupal 8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This module enables Twitter Tweets block in Drupal 8

Prerequisites: Twitter Account

Steps to Create a New Twitter App:

  1. To Create app at go to https://apps.twitter.com/

  2. Click on Create New App button

  3. Fill in Application Details as:

    Name: Your app name, Description: , Website: Your site address(http://ip-address/ in case of local site) Callback URLs: http://ip-address/twitter/oauth

  4. Accept agreement and Click Create Twitter application

  5. Click on Key and Access tokens tab and see the details required further:

    Consumer Key (API Key): ************************* , Consumer Secret (API Secret): *************************

  6. Click on Create Access tokens on same tab as in step 5 and note down informations required further:

    Access Token: ************************* , Access Token Secret: *************************

Steps to enable the Module:

  1. Download,Install and enable the module

  2. Now go to admin/config/services/twitter-settings and fill the form with details generated by creating new application in Twitter as: Oauth Access Token: Access Token, Oauth Access Token Secret: Access Token Secret , Consumer Key: Consumer Key (API Key) , Consumer Secret: Consumer Secret (API Secret), Screen Name: UserName Username of Twitter account, Tweet Count: Number of tweet feed to be shown in block

  3. Go To admin/structure/block click on "Place Block" in the list blocks and Find "Our Tweets" block and click "Place Block"

  4. Before viewing in Browser Clear the Cache and see the Twitter feeds in the enabled block

About

This module enables Latest Twiiter Feeds in Blocks in Drupal 8

License:GNU General Public License v2.0


Languages

Language:PHP 89.9%Language:CSS 7.3%Language:HTML 2.8%