Go Back   vBulletin Setup > vBulletinSetup Information > Troubleshooting vBulletin Problems

Reply 
 
LinkBack Thread Tools Display Modes
Old 11-11-2007, 04:46 PM   #1
vBulletin Owner
 
HotRodGyrl's Avatar
 
Join Date: Aug 2007
Posts: 123
HotRodGyrl has a spectacular aura about
RSS Feeds.....

Who knows of good RSS maker websites.

Free is nice, =)
__________________
rapidshare downloads
HotRodGyrl is offline   Reply With Quote

Advertisement [Remove Advertisement]

Old 11-11-2007, 08:17 PM   #2
vBulletin Owner
 
bdude's Avatar
 
Join Date: Aug 2007
Location: Tasmania, Australia
Posts: 605
Blog Entries: 7
bdude is a jewel in the roughbdude is a jewel in the rough
Re: RSS Feeds.....

RSS feed maker? They're not that hard once you get the hand of it if you want to code one manually.
__________________
rapidshare downloads
bdude is offline   Reply With Quote
Old 11-11-2007, 08:45 PM   #3
Community Manager
Supporters
vBulletin Owner
vBSetup Mods
 
Brandon Sheley's Avatar
 
Join Date: Jul 2006
Location: Topeka, KS
Posts: 14,112
Blog Entries: 35
Brandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to behold
Send a message via AIM to Brandon Sheley Send a message via MSN to Brandon Sheley Send a message via Yahoo to Brandon Sheley
Re: RSS Feeds.....

What site do you want setup as an RSS feed that doesn't already have one ?
__________________
Brandon Sheley / vBulletinSetup Staff
Check the Newsletter & Marketplace for the latest deals.
Looking for a place to Support vBulletinSetup?
Submit your Forum and other Quality Websites.


Brandon Sheley is offline   Reply With Quote
Old 11-12-2007, 06:21 AM   #4
vBulletin Owner
 
HotRodGyrl's Avatar
 
Join Date: Aug 2007
Posts: 123
HotRodGyrl has a spectacular aura about
Re: RSS Feeds.....

I'm having a hard time finding the code so I can make my own, which I'm sure I'm not looking in the right places.

As far as the webapages that don't already have one, automotive related sites such as NHRA, IHRA, Many other sites. Trust me I'm looking my hardest to find RSS feeds before attmepting to make one =)

__________________
rapidshare downloads
HotRodGyrl is offline   Reply With Quote
Old 11-12-2007, 06:31 AM   #5
vBulletin Owner
 
Join Date: Nov 2006
Location: Florida
Posts: 195
noppid is a jewel in the rough
Re: RSS Feeds.....

I can't tell what you want to do even yet.

It sounds like you want to pull Race Info and display it on your site. But it also sounds like you are looking at those feeds to see how you can create one as well.

What does "make one" mean to you?
noppid is offline   Reply With Quote
Old 11-12-2007, 06:52 AM   #6
vBulletin Owner
 
HotRodGyrl's Avatar
 
Join Date: Aug 2007
Posts: 123
HotRodGyrl has a spectacular aura about
Re: RSS Feeds.....

Quote:
Originally Posted by noppid View Post
I can't tell what you want to do even yet.

It sounds like you want to pull Race Info and display it on your site. But it also sounds like you are looking at those feeds to see how you can create one as well.

What does "make one" mean to you?
I want to be able to put race info on my site as well as the rss feed that constantly pulls information rotating.

make sense>?
__________________
rapidshare downloads
HotRodGyrl is offline   Reply With Quote
Old 11-12-2007, 07:15 AM   #7
vBulletin Owner
 
Join Date: Nov 2006
Location: Florida
Posts: 195
noppid is a jewel in the rough
Re: RSS Feeds.....

No, your terminology is way off.

Putting race info on your site is possible as long as you pull from RSS feeds. Doable.

Feeds don't pull. Feeds deliver. So I'm still mixed up.

1) "I want to be able to put race info on my site"

What is the source of this info, original articles or what ever or info from RSS feeds?

2) "as well as the rss feed that constantly pulls information rotating"

When You say as well as, I want to assume you mean the answer to question one is original content. Feeds deliver, not pull.

RSS aggregaters pull info from rss feeds. So, break it down for me and we're almost there.

The delivery of RSS is a standard, not a method. Where as the aggregation depends on the standard to read and show the feed.

So, apps that read will all be very similar in operation and features.

The app that creates the output called RSS that you may pull or deliver to others to pull can be very dissimilar with only the end result being in common. The sources and types of sources compiled to make the feed are usually quite different site to site. One guy may have to show vB threads and another phpbb threads. Both require very different code to deliver the same type end result.
noppid is offline   Reply With Quote
Old 11-12-2007, 07:21 AM   #8
vBulletin Owner
 
HotRodGyrl's Avatar
 
Join Date: Aug 2007
Posts: 123
HotRodGyrl has a spectacular aura about
Re: RSS Feeds.....

I currently have Rss feeds delivering information to my forum in designated sections.

I want to set the RSS feed to deliver information to my sites as the ones I have there do now. Being that many of the sites I am interested in so not offer RSS feeds already, I want to be able to make my own to deliver information to my forum through one of the threads.

I'm looking for the code or the easiest breakdown, for me, on how to make an rss feed for sites that not already have one so I can deliver the information of the sites to my forum.

I want to be able to keep from having forum threads with no threads on them.

I want to be able to add all types of feeds to deliver different types of information.

Ok, I know I am confusing, I know what i want and it's in my head but my fingers are not helping I believe....lol
__________________
rapidshare downloads
HotRodGyrl is offline   Reply With Quote
Old 11-12-2007, 07:32 AM   #9
vBulletin Owner
 
Join Date: Nov 2006
Location: Florida
Posts: 195
noppid is a jewel in the rough
Re: RSS Feeds.....

, yeah, you're mixing terminology badly.

But, I think I see your point. You want info from sites that do not supply an RSS feed.

That is called scraping. (Pronounced stealing) If the content is not delivered via RSS as syndicated, then you can't use it without specific permission even if you link to it.

Let's try the terminology. When you get info, you get it from a feed. When you publish info via RSS for others to pull, that is a feed.

When you pull from a feed to your forum, you are fetching and displaying someone else's content. Not feeding, displaying.
noppid is offline   Reply With Quote
Old 11-12-2007, 08:02 AM   #10
vBulletin Owner
 
HotRodGyrl's Avatar
 
Join Date: Aug 2007
Posts: 123
HotRodGyrl has a spectacular aura about
Re: RSS Feeds.....

So, I'm pretty much stuck on getting RSS feeds if they do not provide one? Makes sense, but not good for Shell....lol

So I suppose I will stick to what feeds I CAN get until they make feeds for ones I want.

Thank you for working with me and helping. Any information or suggestions you can provide are welcomed as well =)
__________________
rapidshare downloads
HotRodGyrl is offline   Reply With Quote
Old 11-12-2007, 08:10 AM   #11
vBulletin Owner
 
Join Date: Nov 2006
Location: Florida
Posts: 195
noppid is a jewel in the rough
Re: RSS Feeds.....

Write and ask for reprint permission. If the info is about their sanctioned body, it's free advertising for them and I can't see why they wouldn't welcome the idea. But who knows what these people think?

Find out if they perhaps syndicate in another way that you could access.

I did about the same recently with AHDRA and NHRA. The best I got was the links to live race feeds, not rss, to read and season press passes which are cool, but there was only Gainesville I could actually attend.

The press people for these sanctioning bodies tend to be very approachable.
noppid is offline   Reply With Quote
Reply 
vBulletin Setup > vBulletinSetup Information > Troubleshooting vBulletin Problems

Tags
feeds, rss

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Setting up RSS feeds... PC101 Troubleshooting vBulletin Problems 10 07-16-2008 07:04 AM
vBulletin Feeds GregS Troubleshooting vBulletin Problems 4 02-15-2008 03:40 PM
Newsnow and RSS Feeds lombardo vBulletin Promotion 0 02-07-2008 03:16 PM
RSS feeds set up? keithsan vBulletin SEO Tips and SEO Questions 24 01-27-2007 07:53 AM


All times are GMT -8. The time now is 05:56 PM.