Yes, it will work with query start by from: (usertimeline api)
I use from: and it shows all my tweets, including replies to other users.
Hi scuderiadank,
Regarding the issue of exclude replies, please see my solution below:
Please open dw-twitter/dw-twitter.php file then find:
$url = 'https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name='.rawurlencode($query).'&count='.$number;
Then change it into:
$url = 'https://api.twitter.com/1.1/statuses/user_timeline.json?exclude_replies=true&screen_name='.rawurlencode($query).'&count='.$number;
I will notify our technical team about this issue and will update it in the next theme version.
Regards,
Jackie
Brilliant, thanks.
(And that workaround works fine as well!)
Hello,
I’d like to know if you could add arrow to display only one tweet & that we can do next or previous with arrow on tweets.
Thanks
Hi digitalmediapro,
We have just provided a twitter feeder with simple feature and design, you can style the plugin as you like by developing html/css codes.