TinyPortal

Development => Support => Topic started by: rapture on October 04, 2005, 03:17:59 AM

Title: Limiting # of RSS feed items in Block
Post by: rapture on October 04, 2005, 03:17:59 AM
I'm really loving the RSS feed block.  I definately think it is going to make both TP and our websites grow.  Good work.

Question:  How can I limit the number of RSS items listed in a block?  Is this possible WITHIN TP? 

If not, I can always use FeedBurner.com to create my own "feed of a feed" to control the number of items listed in the RSS feed.

Title: Re: Limiting # of RSS feed items in Block
Post by: bloc on October 04, 2005, 08:54:35 AM
I would think yes. It goes through every item anyway, so a limit can easily be applied.
Title: Re: Limiting # of RSS feed items in Block
Post by: JayBachatero on October 05, 2005, 06:25:16 AM
How do I control the # of items in FeedBurner.com.  It would be great if it was added to TP.
Title: Re: Limiting # of RSS feed items in Block
Post by: rapture on October 05, 2005, 02:08:08 PM
Quote from: JayBachatero on October 05, 2005, 06:25:16 AM
How do I control the # of items in FeedBurner.com.  It would be great if it was added to TP.

Jay, try using the BuzzBoost feature in Feedburner.
Title: Re: Limiting # of RSS feed items in Block
Post by: JayBachatero on October 05, 2005, 05:13:48 PM
Thanks im messing around wit it now.
Title: Re: Limiting # of RSS feed items in Block
Post by: resurgence on October 14, 2005, 03:00:39 PM
how does on elimit OTHER sites' RSS feeds  from getting too long?
Title: Re: Limiting # of RSS feed items in Block
Post by: rapture on October 14, 2005, 03:20:03 PM
Quote from: resurgence on October 14, 2005, 03:00:39 PM
how does on elimit OTHER sites' RSS feeds  from getting too long?

In Feedburner, you can go to the feed >> Optimize >> Summary Burner and limit the maximum # of characters of an item. 

I'm not sure that this can be done without a hack in TinyPortal.
Title: Re: Limiting # of RSS feed items in Block
Post by: resurgence on October 14, 2005, 03:28:54 PM
^^ isn't that the way to limit YOUR site's rss feed?

i want to know how to limit another site's rss feed from getting too long.
Title: Re: Limiting # of RSS feed items in Block
Post by: rapture on October 14, 2005, 03:34:58 PM
Quote from: resurgence on October 14, 2005, 03:28:54 PM
^^ isn't that the way to limit YOUR site's rss feed?

i want to know how to limit another site's rss feed from getting too long.

You control all the feeds you burn.  Go, burn the feed you want.

For instance, if you want CNN news on your site, go find the CNN feed URL, and add it in Feedburner.  Now, you have control over the CNN feed by way of your Feedburner.  Then you can edit the CNN feed to your liking within Feedburner.

Hope this helps.
Title: Re: Limiting # of RSS feed items in Block
Post by: resurgence on October 14, 2005, 06:18:50 PM
ah i see. thanks!! :)

edit: got it working! :)

yeah you have to use buzzboost and it has to be in a javascript/html block if you want to customize it.

add this in the body of the block if you want to customize it:

<style type="text/css">
.feedburnerFeedBlock { }
.headline { }
#creditfooter { }
</style>

the feed block is the whole div that the feed is in
the head line are the links
the credit footer is the feedburner image.
just add your custom CSS styles in between the {}

:)
Title: Re: Limiting # of RSS feed items in Block
Post by: bloc on October 15, 2005, 12:42:35 AM
I will add some sort of filter/limit for RSS feeds in TP. But its not on top of my list currently.
Title: Re: Limiting # of RSS feed items in Block
Post by: Techdomain on April 11, 2006, 12:00:41 AM
any progress on this? I have tried to add limits to a feed on techdomain.com.au but it doesnt seem to be working - and i cannot find where to limit in feedburner.
Title: Re: Limiting # of RSS feed items in Block
Post by: rbh on April 11, 2006, 04:41:14 AM
    maybe alter the coding to make the rss feed boxes a default size that would show the first several links and ad a scroll bar to scroll through the rest of the links? just a thought because it seems the other options may be a bit harder to accomplish......or maybe this idea is harder yet. ???
Title: Re: Limiting # of RSS feed items in Block
Post by: Techdomain on April 11, 2006, 08:22:01 AM
yes - ideally that is what I was after - after all, I didnt really want to cut off news stories. - some way of limiting height before it goes to scrollbar would be awesome.
Title: Re: Limiting # of RSS feed items in Block
Post by: elpvn on April 11, 2006, 08:43:45 AM
Quote from: BlocI will add some sort of filter/limit for RSS feeds in TP. But its not on top of my list currently.

Great idea, I'd like a limited of RSS news feed  :)