This addon will let you display your featured listings on pages outside of OR or on other domains.





To use:
  1. Unzip the files to your addons folder.
  2. In addon.inc.php you can edit line 18 for the number of listings and the template to use. By default it will show 5 listings using the featured_listings_vertical.html template. To use a custom template create a new template named featured_listings_XXXXX and then change line 18 to use template XXXXX.
  3. In extfeat.php change line 2 to your OR base URL (without trailing slash).
  4. If using on an external site, copy extfeat.php to the site where you want to display the featured listings.
  5. Use a php include to include extfeat.php in the page where you want them displayed.
    ex.
    <?PHP
    include("PATH/TO/extfeat.php");
    ?>
The only requirement is that the site displaying the listings has CURL enabled in PHP (most good hosts do). If they do not have CURL enabled, the following should work if the host allows using URL's in includes:
<?PHP
include("http://www.yoursite.com/PATH/TO/OR/index.php?action=addon_extfeat_show&popup=yes");
?>

Any questions please post in the addon help area.

Note: Current version has options to show featured, random, latest, and popular (req OR 2.6.0) listings. You can also show them based on property class. Available at http://addons.open-realty.org.