-
Notifications
You must be signed in to change notification settings - Fork 0
2. Installation
Important: a license is required in order to publish properties to your website.
- Make sure you have Advanced Custom Fields Pro installed on your website
- Enable the Advanced Custom Fields Pro plugin and fill in the license key
- Download the latest version of our plugin from the releases page.
- Rename the folder to from
wp-sweepbright-<version>
towp-sweepbright
- Move the
wp-sweepbright
directory intowp-content/plugins
- Enable the plugin
Important notice: do not forget to rename the directory (step 2).
In order for proper testing to work, it's useful to fill in your SweepBright API credentials on beforehand.
You can do this on the "Settings" tab of the plugin (see screenshot).
Fill in SweepBright's Client ID
and Client Secret
. These can be obtained here:
The plugin is shipped with built-in reCaptcha, which are used for the contact forms. It's important to fill in these keys, in order for the built-in SweepBright contact forms to work.
When you're ready to try out the SweepBright integration, let us know the name of your WordPress installation. We will add it to our whitelist, so your plugin is licensed.
In order to publish properties from SweepBright to your website you need to send the plugin's webhook URL to SweepBright. You will also need to obtain the Client ID and Client Secret codes. You will need to add these to the plugin's settings.
More information about about obtaining the API credentials can be found here:
The plugin's webhook URL is using the following pattern:
https://yourdomain.com/wp-json/v1/sweepbright/hook
Replace yourdomain.com with your website's (temporarily) URL.
SweepBright is now connected. You're now ready to go and build your own SweepBright powered website!
Next, check out our wiki for the rest documentation.