hexplor / grav-plugin-latest-tweets

Display latest tweets from your twitter account on your grav page.
MIT License
6 stars 0 forks source link

Getting Images #6

Open keedle opened 5 years ago

keedle commented 5 years ago

How can I retrieve tweet media url ?

RiikkaRantonen commented 5 years ago

The item variable contains a JSON object. Here you can see what the JSON has overall https://developer.twitter.com/en/docs/tweets/data-dictionary/overview/intro-to-tweet-json.html

To get an image url, you type something like this item.extended_entities.media[0].media_url