jekyll-twitter-plugin
                                
                                
                                
                                    jekyll-twitter-plugin copied to clipboard
                            
                            
                            
                        A Liquid tag plugin for the Jekyll blogging engine that embeds Tweets, Timelines and more from Twitter API
I installed this plugin using the ruby gem as [instructed](https://github.com/rob-murray/jekyll-twitter-plugin#getting-started). I can't get it to work. Every time I've tried, I get the following message: ``` Liquid Exception: Failed to...
Would you consider adding support for this strategy in this plugin? https://github.com/KyleMit/eleventy-plugin-embed-tweet There are distinct advantages to this strategy, both in terms of performance and privacy. I _might_ try to...
Hi, I am in the process of implementing a cookie consent dialog for the al-folio template (https://github.com/alshedivat/al-folio/issues/199). It should allow users to individually opt-in / opt-out of using cookies. This...
Same thing as #31 but using `delete` and re-assign instead of mutating.
Reproducible with a sample page: ```markdown --- title: Example --- {% twitter https://twitter.com/DegenRolf/status/1286929770488487936 %} aaa {% twitter https://twitter.com/DegenRolf/status/806044913854976000 %} ``` And outputted HTML: ```html Just saying “have a nice day”...
I don't know if this is even possible. but I am looking for a solution where I would like to embed all my tweets with a specific tag to be...
See #31 > Background on this is that Jekyll was choking on the newline when a tweet was included as part of a list item, causing the list to close...
Not sure if this is the best way of handling it, but it worked for me. Background on this is that Jekyll was choking on the newline when a tweet...
For my current site, I use Jekyll Assets and Webmentions and they provide the changing of the cache directory. It's handy when doing things like buildpack-based deployment on Heroku or...