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

Support Jeykyll page variables #27

Closed rob-murray closed 4 years ago

rob-murray commented 7 years ago

Support Jekyll page or local variables.

Fixes #23

We need to support the URL param (others?) passed in the following ways:

---
tweet: https://twitter.com/user/status/666
tweets: 
  - https://twitter.com/user/status/666
---

#page var
{% twitter page.tweet %}

# array; local var
{% for tweet in page.tweets %}
  {% twitter tweet %}
{% endfor %}

# current
{% twitter https://twitter.com/user/status/666 %}

# enclosed in quotes
{% twitter "https://twitter.com/user/status/666" %}
{% twitter 'https://twitter.com/user/status/666' %}
kenirwin commented 4 years ago

I'm eager for this functionality. Is there anything I can do to help get this pull request merged? Thanks!

rob-murray commented 4 years ago

hey @kenirwin thanks for the prompt! I will have another look at this as soon as i can. It's not something I was needing myself so hence why I've completely forgotten about it but I will finish it off soon 👍

kenirwin commented 4 years ago

Thank you!

http://miamioh.edu/

Ken Irwin

Web Services Librarian

Miami University

King Library 302

151 S. Campus Avenue

Oxford, OH 45056

O: 513-529-4212 | irwinkr@MiamiOH.edu Pronouns: he/him/his

On Mon, Oct 28, 2019 at 5:26 PM Robert Murray notifications@github.com wrote:

hey @kenirwin https://github.com/kenirwin thanks for the prompt! I will have another look at this as soon as i can. It's not something I was needing myself so hence why I've completely forgotten about it but I will finish it off soon 👍

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/rob-murray/jekyll-twitter-plugin/pull/27?email_source=notifications&email_token=AAOORIMGJIXB5LCJD6CXGSDQQ5KKFA5CNFSM4DUR2GXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECOOMBA#issuecomment-547153412, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOORIJH6ZO7YHAR57C4SA3QQ5KKFANCNFSM4DUR2GXA .