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

Can be used in Github pages? #32

Closed galex closed 6 years ago

galex commented 6 years ago

Hello,

I added manually this plugin to my jekyll blog, but when commited to github I get an error:

The tagtwitteron line 5 in_posts/xxx.mdis not a recognized Liquid tag. For more information, see https://help.github.com/articles/page-build-failed-unknown-tag-error/.

I thought as this is a liquid plugin it would work, but it doesn't. What am I missing here?

Thank you in advance, Alex

samkap commented 6 years ago

I got the same error as @galex and it would be great if someone had a solution!

melaniewalsh commented 6 years ago

I'm also having this issue and would like to echo the wish for a solution!

daimz commented 6 years ago

I'm having the exact same problem. Would love to know if someone has a solution.

rob-murray commented 6 years ago

Sorry, not that I know of - basically they run in "safe" mode so they dont allow any untrusted server-side code to run.

Might try the workaround in the comment below:

https://github.com/rob-murray/jekyll-twitter-plugin/issues/15#issuecomment-122787785