Embedding tweets into your Pelican blog posts. This repo is an advance version of the plugin from lqez which hasn't the config for the style.
Author | Fundor333 |
---|---|
f333@fundor333.com | |
Homepage | https://www.fundor333.com |
Github | https://github.com/fundor333 |
https://twitter.com/fundor333 |
- Install the plugin with
pip install pelican_advance_embed_tweet
- Put
pelican_advance_embed_tweet
into plugin list of settings.PLUGINS = ['pelican_advance_embed_tweet']
- Add your config into the
pelicanconf.py
The config implement the Twitter Api.
Config Label | Description |
---|---|
TWITTER_CARDS | When set to hidden , links in a Tweet are not expanded to
photo, video, or link previews. |
TWITTER_THEME | When set to none , only the cited Tweet will be displayed
even if it is in reply to another Tweet. |
TWITTER_CONVERS ATION | When set to dark , displays Tweet with light text over a
dark background. |
TWITTER_LINK_C OLOR | Adjust the color of Tweet links with a hexadecimal color value. |
TWITTER_WIDTH | The maximum width of the rendered Tweet in whole pixels. This value should be between 250 and 550 pixels. |
TWITTER_ALIGN | Float the Tweet left , right , or center relative to
its container. Typically set to allow text or other content to
wrap around the Tweet. |
TWITTER_LANG | A supported Twitter language code. Loads text components in the specified language. Note: does not affect the text of the cited Tweet. |
TWITTER_DNT | When set to true, the Tweet and its embedded page on your site are not used for purposes that include personalized suggestions and personalized ads. |