Questions tagged [feed]

A web feed is a data format used for providing users with frequently updated content.

A web feed is a data format used for providing users with frequently updated content.

A typical scenario of web feed use is:

  • a content provider publishes a feed link on their site which end users can register with an aggregator program (also called a feed reader or a news reader) running on their own machines;
  • doing this is usually as simple as dragging the link from the web browser to the aggregator. When instructed, the aggregator asks all the servers in its feed list if they have new content;
  • if so, the aggregator either makes a note of the new content or downloads it. Aggregators can be scheduled to check for new content periodically. Web feeds are an example of pull technology, although they may appear to push content to the user.
2620 questions
0
votes
1 answer

Automatically parsing daily news XML files and displaying them on website

I have a news provider who deposits xml news files on my server via FTP every day. I need to automatically parse each day's files and display them on my Drupal website. I'm not even sure where to start... not sure how to instruct Drupal or PHP/MySQL…
Jane
  • 947
  • 3
  • 12
  • 25
0
votes
1 answer

Skipped 675 frames! The application may be doing too much work on its main thread. How to make app run process in background without freezing the UI?

I have an news aggregator and in debug i have the following: Skipped 675 frames! The application may be doing too much work on its main thread. I am loading only from 12 sites. Is there a way to to do all this loading in background without the…
Dani2331
  • 5
  • 4
0
votes
1 answer

GetStreamIO - Create feeds based on defined/special/custom aggregation

I am trying to figure out a situation using GetStream.IO but I am having issues while doing it... I have an app and I want 3 different feeds: User one (With all my activities if mine, or with all the activities of a given user) Timeline TypeA…
Emixam23
  • 3,854
  • 8
  • 50
  • 107
0
votes
1 answer

Customize date in javascript to match a format

I am trying to customize date from my RSS feed to display like how its displayed on the google feed's mainpage http://code.google.com/apis/feed/ "May 12, 2011". I tried modifying the code on the google playground…
imgr8
  • 501
  • 4
  • 11
  • 25
0
votes
1 answer

Error loading feeds! Maybe because the connection failed or the blogger server did not respond to the request

I try to change the Blogger theme but I am getting this error. I have unable and disabled cookies site and trying to solve but won't able to solve I am pasting the error SC and Thank your help. Console Error SC
Ziyad Beg
  • 19
  • 6
0
votes
1 answer

Add alt and title tags to images with the help of JavaScript

I have this script that uses the blogger feed to pull the content. It pulls text and image from the article. It would be perfect if the Alt and Title tags were added to the images, does anyone have any idea how to do this?
resumo
  • 105
  • 9
0
votes
1 answer

Get tags for each post from a Wordpress RSS feed

Given a Wordpress RSS feed, I would like to know how can I get all the tags for each post. As far as I can see, for each tag there's an entry like this . I'm using PHP's SimpleXmlElement. Thank you.
Psyche
  • 8,513
  • 20
  • 70
  • 85
0
votes
1 answer

Parsing all posts of a wordpress blog by tag. RSS or plugin?

I'm complete new to wordpress but I have to parse a complete blog into a another website. This should happen on a hourly base. My question now is what should I use for this? The posts I need to parse are marked by a specific tag. Can I use the…
martinyyyy
  • 1,652
  • 3
  • 21
  • 44
0
votes
1 answer

RSS aggregation packages

We are looking to add a news/articles section to an existing site which will be powered by aggregating content via RSS feeds. The requirements are Be able to aggregate lots of feeds. Initially we will start with small number of and eventually we…
RH.
  • 19
  • 3
0
votes
0 answers

Trying to make api call but getting status: 0

I'm trying use Wmata's metro gtfs apis but I'm not getting anything back. I tried using a fetch and also their own javascript example but I keep getting this type of response back. I am able to get a response from their other feeds but just not any…
meijiOrO
  • 411
  • 4
  • 7
  • 14
0
votes
3 answers

display Youtube video content

I have this script in my website: video feed As you can see there is no additional info. However I managed to show the video title with: html.push('
  • ', '
    Youss
    • 4,196
    • 12
    • 55
    • 109
  • 0
    votes
    1 answer

    PHP XML feed assembler works for every feed except Twitter

    I'm trying to retrieve feeds from a twitter search to display on various parts of the site. I modified this function to do this yet it works for every feed a try it on except twitter. function getFeed($feed_url) { $content =…
    Walrus
    • 19,801
    • 35
    • 121
    • 199
    0
    votes
    1 answer

    Drupal 8 to publish files

    I'm trying to create a simple CMS to ingest contents and publish files. I'm using Drupal 8 with Feeds module to read xml files from a directory and it works fine. I can't figure it out how I can take the information saved in my custom content and…
    Luca
    • 15
    • 3
    0
    votes
    0 answers

    XSL - Choose specific items with specific field AND limit output to 3 items

    I have a product feed with around 500 products in it, I am using this to load into e-mails. I load this feed from a feed management tool into my XSLT and I want to choose only specific items that all have the value 'test1' in the field 'visibility'…
    Martje
    • 1
    0
    votes
    1 answer

    I have a news app, which fetches rss feed through a cron every hour. As the list of files (URLs) it has to fetch is in 100's it gets stuck

    I have a news app, which fetches rss feed through a cron every hour. As the list of files (URLs) it has to fetch is in 100's it gets stuck. Is it possible to write a cron script, which is conditional, like fetching only 10 at a time from the list of…
    1 2 3
    99
    100