|
View previous topic
::
View next topic
|
| Author |
Message |
sophist
Joined: 21 Nov 2003 Posts: 570 Location: Kamloops, Canada
|
Posted: Thu Jul 27, 2006 3:20 pm Post subject: RSS on web page |
|
|
Hi All
I have been trying to add an rss feed to my site. I simply want to display the feed on the right margin of my site. I have tried several different programs to make this work but have had no luck.
I tried RSS2HTML and ended up with a url that I am told I just have to add to my site and voila the feed will appear but no luck.
Can anyone explain to me in dummy English how to do this?
My site is straight html and I would prefer to not change it.
Dave _________________ Dave
Just one click can save a life!
Give a Helping Hand Today
Do You Dare Enter The Secret Classroom |
|
| Back to top |
|
 |
Tayads
Joined: 06 Apr 2006 Posts: 26 Location: Angus, Scotland
|
Posted: Thu Jul 27, 2006 7:03 pm Post subject: RSS feed |
|
|
Hi Dave,
You don't say if you are trying to create a feed for your own site or republishing an external feed.
The simplest way is to use a bit of javascript;
| Code: | | <script src="http://feeds.feedburner.com/TayadscomRssFeed?format=sigpro" type="text/javascript" ></script> |
This is all I use to display the content of my own feed on other sites.
There are other more complex ways but if you are trying to keep it simple then a bit of code is about as easy as it gets.
Gordon. _________________ Get a RSS Feed built, managed and hosted for your site. Marketing direct to the desktop.
Visit http://rss.tayads.com |
|
| Back to top |
|
 |
jeickholt
Joined: 27 Jul 2006 Posts: 10 Location: Quito, Ecuador
|
Posted: Thu Jul 27, 2006 10:16 pm Post subject: Some script |
|
|
Hello
I'm not sure exactly what your trying to do but your probably going to have to use some sort of script. PHP would be the best as it would not rely on java script being enabled on the client side. There are a number of drop in solutions freely available with PHP. _________________ Cocoliso - A volunteer | Spanish Grammar Exercises |
|
| Back to top |
|
 |
sophist
Joined: 21 Nov 2003 Posts: 570 Location: Kamloops, Canada
|
Posted: Thu Jul 27, 2006 10:32 pm Post subject: |
|
|
Sorry.
I am trying to run another feed on my site.
I do want this to be viewable to the SE. I want them to see this as content. If I use Java script will it be viewable.
I am new to this RSS thing (still) so I am not sure if what I want is possible but I am learning as I go. _________________ Dave
Just one click can save a life!
Give a Helping Hand Today
Do You Dare Enter The Secret Classroom |
|
| Back to top |
|
 |
edburdo
Joined: 14 Jul 2003 Posts: 1761 Location: Bangor, Maine
|
Posted: Thu Jul 27, 2006 11:00 pm Post subject: |
|
|
| Quote: | | If I use Java script will it be viewable. |
No. Most SE's do not process Javascript.
You need to use a server-side language (like PHP, perl, ASP). Then the SE's will see the content. _________________ Eric D. Burdo
They Made $6,513 a day With Clickbank Doing This... |
|
| Back to top |
|
 |
Tayads
Joined: 06 Apr 2006 Posts: 26 Location: Angus, Scotland
|
Posted: Thu Jul 27, 2006 11:49 pm Post subject: XML > HTML |
|
|
If you want the SE's to view your imported feed as content then you need to look at using an XML > HTML convertor.
You can find plenty info if you do a search on the SE's
Don't expect to see your site getting higher rankings using an imported feed though. Use the feed as added information for your visitors.
Good luck,
Gordon _________________ Get a RSS Feed built, managed and hosted for your site. Marketing direct to the desktop.
Visit http://rss.tayads.com |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|