This is the official repository of the SimplyRETS Wordpress plugin client. SimplyRETS enables you to embed your live real estate listings directly on your site simply and easily.
The Wordpress plugin provides you a simply way to connect to your SimplyRETS account and start showing your real estate listings directly on your Wordpress site. It provides Wordpress standard custom post types, sidebard and footer widgets, shortcodes, and more.
The plugin requires an active plan with SimplyRETS to enable your listings, but we also provide a demo test account with real listings that you can use to test out the plugin and make sure it does what you need it to.
For any support related issues, you can:
- View the documentation at http://docs.simplyrets.com
- Submit an issue on the official SimplyRETS WP github mirror: http://github.com/SimplyRETS/simplyretswp/issues
- Send us a message via our website contact form at http://simplyrets.com/#home-contact
- Send an email to mailto:[email protected]
If you have an active SimplyRETS account, you can also submit a support request via your SimplyRETS Account Panel.
Pull requests are welcomed!
- Download the `.zip` file from bottom of the WordPress releases page.
- In your Wordpress dashboard, go to ‘Plugins’ -> ‘Add New’. Choose ‘Upload a New Plugin’ and upload the `.zip` file.
- Activate it through the
Plugins -> Installed plugins
page of your Wordpress dashboard.
- Download the
.zip
file from bottom of the WordPress releases page. - Unzip the file in your Wordpress site’s
wp-content/plugins/
directory. - Activate it through the
Plugins -> Installed plugins
page of your Wordpress dashboard.
NOTE: If you download the
.zip
file from the GitHub releases page the vendor artifacts are not included in the bundle. You must unzip the zip file and runcomposer install
in the unzipped directory before installing the plugin.
Once the plugin is installed via one of the methods above, you
need to active it using a set of API credentials. If you want to
use the test data, you can use the credentials provided on the
Settings -> SimplyRETS
page of your dashboard. Enther them and
activate! If you have an account with SimplyRETS, enter your
credentials on that page instead.
There are many Short-Codes, Widgets, Filters, and much much more you can do with the SimplyRETs plugin. To see the full feature documentation, please see the WP Documentation page.
The SimplyRETS Wordpress styleguide provides an overview of the HTML and css classes and id’s used to style the listings. To make customizations to your site, use this style guide to easily find which elements to style.
You can view the style guide in the SimplyRETS documentation
To generate the the style guide:
- Install StyleDocco via npm:
$ npm install -g styledocco
- And run it from the top level of this repo:
$ styledocco -n "SimplyRETS Style Guide" css/simply-rets-client.css
Note: we only need the simply-rets-client.html file
This software is licensed under the GNU General Publice License Version 3.0
Copyright (C) 2014-2015 SimplyRETS Authored by: Cody Reichert
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License in a LICENSE file along with this program. If not, see http://www.gnu.org/licenses/