Sidebar

startup_tutorial_and_checklist:feature_configuration:exporting_listings:rss_feed: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:

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:

<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>

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.

startup_tutorial_and_checklist/feature_configuration/exporting_listings/rss_feed/rss_to_other_sites.txt · Last modified: 2014/09/25 16:55 (external edit)