Help is coming
How to subscribe
You can subscribe to feeds using browsers or applications specifically built for the purpose (also known as rss aggregators).
To get started you have to find a feed and specifically the URL where the feed can be accessed. Once you have the feed URL you can add the feed to your application and start subscribing.
Some example feeds from 30Love.net are:
How to customize 30Love.net feeds
Each feed link provided in 30Love.net are preconfigured and ready to use as such. In most cases you can configure and define details about how much and what kind of content you would like to have in your feed.
The following parameters can be appended in the feed URL's from 30Love:
- i: specified the start index (range offset) in the total result set of items available to the feed (defaults to 0, which means the beginning of the result set if items)
- r: specified the range size in the total result set of items available to the feed (defaults to 20, which means that the feed will contain 20 items or less if 20 items can not be found)
- search: a comma separated list of search key words to define what items you would like in your feed
Example: www.30love.net/video/mrss.jsp?search=federer,australia&i=10&r=20
This example would feed latest videos that have "federer and australia" specified as
tags, contained in the video's title. Parameters i and r used define that the items 10 - 20 from
the total result set matching to the search would be returned.
