Feat plugin tweets medias (#164)

This commit is contained in:
Simon Lecoq
2021-03-02 02:28:58 +01:00
committed by GitHub
parent 46ef6a1532
commit 3b5f9153c4
5 changed files with 94 additions and 8 deletions

View File

@@ -31,6 +31,7 @@ Create an app from your [developer dashboard](https://developer.twitter.com/en/p
# ... other options
plugin_tweets: yes
plugin_tweets_token: ${{ secrets.TWITTER_TOKEN }} # Required
plugin_tweets_attachments: yes # Display tweets attachments (images, preview urls, etc.)
plugin_tweets_limit: 2 # Limit to 2 tweets
plugin_tweets_user: .user.twitter # Defaults to your GitHub linked twitter username
```