pavelk2 / social-feed

JavaScript plugin that shows a user feed from the most popular social networks
http://pavelk2.github.io/social-feed-example/
MIT License
963 stars 304 forks source link

Replies to tweets are showing in the Twitter Feed #256

Open mutiullah7 opened 7 years ago

mutiullah7 commented 7 years ago

I noticed, Twitter Feed shows those tweets which i've relied to, (the replied tweets), if i only want to show the tweets i've tweeted not replied tweets, any option for that? like i just only want to show my tweets not the replies i've made to others. i hope you got my point, what im trying to say.

ocaduniversity commented 6 years ago

Older question, but in case anyone comes looking for this info:

On line 236 of jquery.socialfeed.js, change "id=" + userid + "&count=" + options.twitter.limit, to "id=" + userid + "&exclude_replies=true&count=" + options.twitter.limit,