User Tools

Site Tools


tutorials:feeds:pushing_rss_to_other_sites

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tutorials:feeds:pushing_rss_to_other_sites [2014/03/27 17:43]
geojames created
tutorials:feeds:pushing_rss_to_other_sites [2014/09/25 16:55] (current)
Line 1: Line 1:
 ====== Pushing RSS To Other Sites ====== ====== Pushing RSS To Other Sites ======
  
-RSS is a versatile tool for sharing your sites listings to other pages on your site outside of your Geo software installation or to other sites around the Internet.  You only need to create an RSS feed with content you want to share and then with the help of some javascript within those other html pages you can display that feed.  To generate that javascript we went to a site like: +This support wiki article has been [[startup_tutorial_and_checklist:feature_configuration:exporting_listings:rss_feed:rss_to_other_sites|moved here in the support wiki]]
- +
-  https://feed2js.org/index.php?s=build +
-   +
-Inserted the url to our site demo which is: +
- +
-  http://geodesicsolutions.com/demo/rss_listings.php +
- +
-Chose a few options and then was supplied with the following javascript code: +
- +
-<code> +
-<script language="JavaScript" src="http://feed2js.org//feed2js.php?src=http%3A%2F%2Fgeodesicsolutions.com%2Fdemo%2Frss_listings.php&chan=y&num=10&desc=200&utf=y"  charset="UTF-8" type="text/javascript"></script> +
- +
-<noscript> +
-<a href="http://feed2js.org//feed2js.php?src=http%3A%2F%2Fgeodesicsolutions.com%2Fdemo%2Frss_listings.php&chan=y&num=10&desc=200&utf=y&html=y">View RSS feed</a> +
-</noscript> +
-</code> +
- +
-Placing the above into an html page will display that RSS feed to the location you placed that javascript code. +
- +
-There are a number of sites out there that will allow you to create that code or create it for you.  You can use css to make those feeds look the way you need to match the css around it.  The options are quite a few and range from free to paid with varying degrees of help supplied.  Do your own research to match your needs.+
tutorials/feeds/pushing_rss_to_other_sites.1395942186.txt.gz · Last modified: 2014/09/25 16:55 (external edit)