Viewing 6 replies - 1 through 6 (of 6 total)
  • Yes, it will work with query start by from: (usertimeline api)

    Thread Starter scuderiadank

    (@scuderiadank)

    I use from: and it shows all my tweets, including replies to other users.

    Plugin Author DesignWall

    (@designwall)

    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

    Thread Starter scuderiadank

    (@scuderiadank)

    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

    Plugin Author DesignWall

    (@designwall)

    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.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Exclude replies?’ is closed to new replies.