rob-murray / jekyll-twitter-plugin

A Liquid tag plugin for the Jekyll blogging engine that embeds Tweets, Timelines and more from Twitter API
MIT License
238 stars 30 forks source link

jekyll-twitter-plugin works locally but not with Github Pages #15

Closed tim-peterson closed 9 years ago

tim-peterson commented 9 years ago

Just got an email from Github with the following message:

The tag `twitter` in `_posts/xxxx-xxxx-xxxxx/#excerpt` is not a recognized Liquid tag.

Bummer.

rob-murray commented 9 years ago

Yeah I think Github runs Jekyll in "safe-mode", that is without any plugins that could execute arbitrary code when they build the site. The last time I checked the work-around was to build the HTML locally and then merge that generated content into the gh-pages branch but there may be something better now.