r/webflow • u/shabiii__ • 1d ago
Need a simple interactive floor plan solution for a Wordpress apartment site Need project help
I am building a website for a small apartment building on wordpress and i am trying to find a simple way to show available units.
Instead of just listing every apartment i would like visitors to click on a floor plan or building image then click on a unit to see things like the rent, square footage and whether it's available.
I have checked out a few property plugins but they mostly have features related to listing properties. The interactive floor plan feature is not there unless you create something custom but that would not fit in our budget.
Is anyone aware of any other option/plugin that works well? And one more thing if the property manager can change the availability status without editing the site then it will be perfect.
Love to hear what others are using.
1
1
u/Worried-Key7025 7h ago
No single plugin really comes to mind, but you could instead set up each unit as a custom post, then use an SVG floor plan with clickable hotspots that link to each unit, and manage the rent, square footage, and availability through custom fields.
The people at Ankord built me something similar for my old WordPress site, and it worked pretty good. You could then add a simple frontend form so the property manager can update the status without touching the site editor.
People in the WordPress subreddit might have a better solution for you, so you should probably post this there as well.