ssplugin / ss-twitter-feed

Show Recent twitter timeline on your site.
MIT License
3 stars 7 forks source link

'tweet_date' parameter not working #19

Closed dr-codswallop closed 3 years ago

dr-codswallop commented 4 years ago

Relating to issue #9 that may have been closed prematurely, the tweet_date parameter from the docs doesn't seem to be available.

{% for tweet in tweets %}
  {{tweet.tweet_date}}
{% endfor %}

Key "tweet_date" for array with keys "name, screen_name, text, text_html, profile_image_url, url, image_url, images, retweet_count, favorite_count, created_at, retweet_link, favorite_link" does not exist.

andyharris commented 3 years ago

Getting exactly the same problem as above, tweet_date not available - is there an update available to fix this?

ssplugin commented 3 years ago

@dr-codswallop @andyharris

Install/update plugin version 1.0.7. The tweet_date variable has been added. Also solved issue regarding the composer 2 compabilities