Questions tagged [twitter-feed]

The Twitter feed is basically a list of certain Twitter posts (or so called tweets) that match certain conditions.

The Twitter feed is basically a list of certain Twitter posts (or so called tweets) that match certain conditions. Examples for such twitter feeds are:

  • User feed - a list of tweets of a particular user.
  • Hashtag feed - a list of tweets that contain a certain hashtag.
  • Search feed - a list of tweets that match a certain search query in Twitter.
  • List feed - a list of tweets from a specific list of users.
  • Collection feed - a list of tweets from a collection - collections are timelines which are curated by Twitter users.

A twitter feed might also consist of a mix of the above examples, or any other custom conditions.

Generally, Twitter Feeds can be created by:

73 questions
0
votes
3 answers

how do I find a # with jQuery?

I recently built a small app for my site that allows my users to display their tweets. I am wondering if their is a way with jQuery or Javascript to detect or find stuff like hashtags and http://'s ? A simple example of a sentence might be: The…
ApPeL
  • 4,801
  • 9
  • 47
  • 84
0
votes
1 answer

Dynamically loading twitter-feed in angular

I am using embedding twitter feed widget by twitter which simply requires to use a script tag and the html tag like on the page. This works fine.…
Moblize IT
  • 1,140
  • 2
  • 18
  • 44
0
votes
2 answers

Need to validate "last tweet" script

Have been searching for a solution for hours. My entire WordPress theme validates, except this script I'm using to receive the last tweet:
Justin
  • 143
  • 2
  • 7
0
votes
1 answer

API for real time analysis of Twitter feed?

I wanted to know if there are any existing API's used to evaluate any pattern or something out of the real-time twitter feeds? I'm looking for any API's/Web Services that could work with .NET Thank You.
Jayesh
  • 3,891
  • 11
  • 55
  • 83
0
votes
1 answer

Twitter Streaming API - combine two predicates

I'd like my Twitter Streaming API to catch all tweets mentioned using some #HashTag within the USA. However, if I use the filter.json service specifying location= &track=, then I get the collective OR. I believe I read somewhere on Stack Overflow…
Rob
  • 3,276
  • 2
  • 22
  • 25
0
votes
1 answer

How to set twittertime the other way

Someone wrote a twitter plugin for e107. In the admin part there is a possibility to change the HTML template (use within each li element) Now standard this is set to: %text%
Justmac
  • 550
  • 2
  • 8
  • 22
0
votes
1 answer

Tweets not available on public timeline, but tweets are not protected...what may be the cause?

I started to use the Twitter Search API to create a view into our company's multiple twitter streams. For one of the accounts, the Search API only returns mentions of the account (i.e. in other people's tweets), but does not return tweets from the…
milesmeow
  • 3,688
  • 5
  • 35
  • 58
0
votes
1 answer

Customised Twitter Feed on website

I am creating a website for a customer who would like a Twitter feed on their page. I am aware of the standard Twitter feed via the embedded code on Twitter or via the various plug ins however they do not allow me to customise the feed to the extent…
0
votes
1 answer

Check if Data Attribute Exists, Find Matching Value in Another Tag

I'm having trouble with a twitter feed due to a combination of how twitter shortens links and how it handles media entities. Right now, if a tweet has an image, the tweet's li in my feed is being populated with both the image and a link to the…
Beau
  • 97
  • 7
0
votes
1 answer

How To Integrate Someone else's Twitter feed In my Android Application

Basically I want to be able to show this twitter feed: https://twitter.com/aaroadwatch. I have looked at many tutorials but I haven't found one that shows how to integrate someone else s news feed. Anyone got any links out there, and is there a…
Craig Gallagher
  • 235
  • 1
  • 5
  • 19
0
votes
1 answer

Twitter API: count followers, count total retweet, and retrieve RSS feed of someone's twitter page

I am new to Twitter API and only know that we can pull someone's Twitter feed from Twitter through RSS feed on that person's Twitter page/ profile. But, how can I pull more information of that person's Twitter page? For instance, His/ Her…
Run
  • 54,938
  • 169
  • 450
  • 748
0
votes
1 answer

Fetch all feeds from my twitter timeline and show to my Android App

I know it is research topic. I am not able to find how should I proceed and display some accounts tweet to my android application. I am reading document by twitter and following with this. https://dev.twitter.com/rest/tools/console I am not able to…
Lokesh Tiwari
  • 10,496
  • 3
  • 36
  • 45
0
votes
1 answer

Unable to configure Twitter feed in Drupal site

I have a website in Drupal and I wants same look of twitter widget as in https://www.stanford.edu/ . There is a module also available in Drupal for Twitter i.e "Drupal feed". https://www.stanford.edu/ site is mentioned in this module also. So please…
0
votes
1 answer

How to get Twitter tweets done by me with an HTTP Request

Is it possible to simply get the twitter posts done by a particular user into an application with simple http requests without logging in. As xml or json format. what I want to do is I want to get my twitter feeds as xml or json with a request, is…
Tharindu Madushanka
  • 3,241
  • 7
  • 31
  • 33