WP Manifestindependent plugin directory
manifest / integrations / entrata-floorplans-api

Floorplans (Entrata API)

Get floorplans from the Entrata API

by Brindle Digital · github.com/jonschr/entrata-floorplans-api · website

2stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/jonschr/entrata-floorplans-api/archive/refs/heads/master.zip

From the readme

Entrata Floorplans API This plugin makes it as simple as adding a shortcode to pull in floorplan listings for a property from the Entrata API. The only thingds you'll really need are a username and password for Entrata. tldr; Here are the two versions of the shortcode you're most likely to use: Getting started Install the plugin (just download the zip file of the latest release from the "releases" page. Add the shortcode wherever you'd like floorplans to appear. Since you probably don't know the property ID offhand, just add something like this to start: When you've done that, just save the page and go to the frontend, where a helpful table will show you all of the properties you have access to and their corresponding property IDs (these should be numbers, with no letters). So now, add that and your shortcode should look something like this: You've done it! That should be pulling in all of the floorplans for the property. Parameters There are three other parameters you'll almost certainly want to add. Lease URL The leaseurl parameter will add "lease" buttons to each property, and they go to an arbitrary link. Using the shortcode above, that will look something like th

Read the full README on GitHub →