Questions tagged [plugin-dukttwitter]
13 questions
4
votes
1 answer
Is it possible to get a tweet image when using Twitter plugin
I'm using Dukt's very nice Twitter plugin and it's working nicely returning the most recent tweet as I want, however I cannot seem to access the tweet's image. Is this possible?
{% set tweets =…
André Goldstein
- 257
- 2
- 6
2
votes
3 answers
Twitter plugin - Time since tweet
I am using the Dukt Twitter plugin and want to display the time since the tweet was created.
The Twitter API returns a string in the format:
Fri Sep 02 14:42:42 +0000 2016
I can use the date filter on this string to alter the format, but cannot pass…
Adam Menczykowski
- 1,390
- 11
- 22
2
votes
2 answers
Dukt twitter issue Craft 2.5
Weird issue when upgrading Craft to 2.5 that the settings link in the revised dashboard redirects to the settings page for the Dukt twitter add-on. If I disable the add-on then works just fine. Anybody else experiencing this problem?
Cole Henley
- 1,741
- 11
- 20
2
votes
1 answer
Passing a screen_name to Dukt Twitter
I'd like to set the screen_name for a list of tweets using Dukt Twitter.
The screen_name is set in an entry as a plain text field.
{% set entries = craft.entries.section('contactPage') %}
{% for entry in entries %}
{% if entry.twitterHandle|length…
Danielle LeComte
- 111
- 7
1
vote
1 answer
Twitter API request for images with DUKT twitter
I am using DUKT's Twitter 1.0.32 but am fresh at reading APIs, so would like a little help.
I would like to request tweets with image only from our main ID.
{% set tweets = craft.twitter.get('statuses/user_timeline', {count:3}) %}
This works…
Nutmeg
- 598
- 1
- 4
- 17
1
vote
1 answer
Dukt Twitter Plugin, problem with "search/tweets" or request to Twitter REST API
we're using the Dukt Twitter plugin 0.9.25 and it works fine with calling the user's timeline:
{% set tweets = craft.twitter.get('statuses/user_timeline', {count:1}) %}
If we request any other data like
{% set tweets =…
user4020
- 51
- 3
0
votes
1 answer
Tweaking the Tweet Follow Button
Require a little help with removing the pre-parsed text from Dukt's {{ twitterTweetButton() }}
Nutmeg
- 598
- 1
- 4
- 17