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
0 answers

.htacces folder name with same file name?

I have a file in my webpage called news. I did not write .html the end of the file, is this still correct? (the browser shows like html) I want to make a folder in my server with the same name and put the articles there. For…
0
votes
1 answer

*New Coder* Formatting and operators

Hi l just started learning C++ and I have a program for a prompt : It goes along the lines of asking the user for inputs of their assignments one at a time and once they have no more inputs, the program must display "Stop" It must ask the user if…
AkD
  • 3
  • 1
0
votes
1 answer

Multiple xml feeds, sql match

I'm developing a store which gets its product info from lots of xml feed, I'll have maybe 3000 products in my database. I'll do it using a cronjob. What I'd like to do is write posts, lets say a general post about picking the best TV set for yor…
webmasters
  • 5,663
  • 14
  • 51
  • 78
0
votes
1 answer

Opening Facebook dialogue box in the same page

I have been trying to implement the Facebook Feed Dialog as follows But the problem is it is opening the link…
Themasterhimself
  • 1,016
  • 4
  • 17
  • 25
0
votes
1 answer

Real-time feed Reactions - getstream-io

I am implementing a facebook/linked-in like feed using getstream.io. Feed Structure is as below: I have two feed groups; 1. user (flat feed) 2. timeline (flat feed) Every user has an own user feed(user:userId) and a timeline…
0
votes
1 answer

Flutter - Get image from RSS feed

I am trying to get the image URL from this feed: Tuborg Classic er ikke en pilsner https://durst.nu/2020/05/14/tuborg-classic-er-ikke-en-pilsner/
kyed
  • 61
  • 1
  • 7
0
votes
1 answer

Twitter feed on iPad - page moves on scroll & grey border

Using the official Twitter widget to embed a feed into a website: on iPad the whole page temporarily shifts to the right with a large grey border appearing on the left when scrolling the Twitter feed (tested in Safari and Chrome) on iPad version…
0
votes
1 answer

how do i get the content for the last rss feed

I have this feed and i just need to parse out the latest rss feed. I basically want to know if i can get the information for the latest one...I have this code that helps parse all the rss feeds but how do i just get the latest $validCache =…
Matt Elhotiby
  • 43,028
  • 85
  • 218
  • 321
0
votes
1 answer

how to know the number of feeds in an url in android

in my app in have an edit box when the user types a web address it goes on and i want to calculate the number of feeds and data of the feeds in that url. how to do this. Please help me friends
Siva K
  • 4,968
  • 14
  • 82
  • 161
0
votes
2 answers

(Error performing updateData, NOT_FOUND: No document to update:

I am getting this error when I go to my feed screen, can you advise what would be? the feedsScreen is supposed to show me all the posts from the people I follow however it does not show anything just a blank screen and I get the error in the…
Alfonso Angulo
  • 454
  • 2
  • 7
  • 16
0
votes
1 answer

CosmosDB V3 Configure ChangeFeedProcessor ChangeFeedOptions to use Partition Key

Is it true that you cannot set ChangeFeedOptions (specifically PartitionKey and lease-prefix) when using the high-level ChangeFeedProcessor? Is that library too high level? I'm using V3 Cosmos. All the examples on the web show low-level V2 ways to…
0
votes
1 answer

Get Stream IO React Native UnFollowing option not available

I am using Get Stream Io react native in my project https://github.com/GetStream/react-native-activity-feed I see there is a functionality in the library of following a particular user, whereas the opposite is not available i.e. how to unfollow a…
0
votes
1 answer

Drupal 8 Twitter doesnt appear for anonymous, only admin

What could be the problem when my twitter block only appears for admin and doesnt for anonymous users. I have set block permission for both anonymous and authenticated users.
0
votes
0 answers

WP RSS Aggregator doesn’t import the WordPress RSS Feed?

I want to integrate the »WP RSS Aggregator« plugin on my site. However, the plugin does not accept my others WordPress site’s feed, although it seems to be valid, when I check it with a RSS validator. What is wrong?…
luftikus143
  • 1,285
  • 3
  • 27
  • 52
0
votes
1 answer

How to get 1000000 records and write xml feed to a file?

I would like to create a c# console application to get about 1000000 rows of data. add some filtering logic in code and generate xml feed. The one I'm using is working fine but for 250K rows of the data, than I get out of memory exception. Here is…
Michael Born
  • 799
  • 3
  • 15
  • 28