This module enables Twitter Tweets block in Drupal 8
Prerequisites: Twitter Account
Steps to Create a New Twitter App:
-
To Create app at go to https://apps.twitter.com/
-
Click on Create New App button
-
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
-
Accept agreement and Click Create Twitter application
-
Click on Key and Access tokens tab and see the details required further:
Consumer Key (API Key): ************************* , Consumer Secret (API Secret): *************************
-
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:
-
Download,Install and enable the module
-
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
-
Go To admin/structure/block click on "Place Block" in the list blocks and Find "Our Tweets" block and click "Place Block"
-
Before viewing in Browser Clear the Cache and see the Twitter feeds in the enabled block