imFORZA / re-pro

Real Estate Pro by imFORZA - Widgets, Badges, and tools for Real Estate Websites.
https://wordpress.org/plugins/re-pro/
GNU General Public License v3.0
4 stars 1 forks source link

Demo site? #61

Closed etewiah closed 5 years ago

etewiah commented 7 years ago

Do you happen to have a demo site or some documentation about how this works?

Thanks

bhubbard commented 7 years ago

@etewiah At the moment we don't, but we will look into setting up one.

Currently the only features are just various widgets from zillow and other sites, but we plan to build out more.

bhubbard commented 7 years ago

@vinnylabarbera Let's find an appropriate domain we can use for marketing and the demo.

etewiah commented 7 years ago

@bhubbard Thanks for the reply. Please let me know when it is ready.

I'm working on my own open source project for building real estate websites and I will soon be looking to add widgets similar to what you have here. Perhaps we could work together to make reusable widgets that could be used across different websites.

bhubbard commented 7 years ago

@etewiah What exactly did you have in mind? All of the widgets we have are open source already and mainly just iframes from the original providers who manage/host the widgets.

etewiah commented 7 years ago

@bhubbard For those widgets which can be consumed through iframes that's easy enough. I'm only now researching what interesting property related APIs there are out there. This project is one of the first I've come across and I assumed it involved consuming 3rd part APIs through custom widgets.
I'm not very familiar with PHP so I haven't been able to make much of the source code. I'll wait for the demo site to be ready to understand better what widgets you're working on.

bhubbard commented 7 years ago

@etewiah At the moments the only widgets we offer are iframes from 3rd party sites.

We do plan to do more using 3rd Party APIs. For those we are building wordpress specific api libraries for them, you can check out that project here:

https://wp-api-libraries.com https://github.com/wp-api-libraries

etewiah commented 7 years ago

@bhubbard Nice, I like what you are doing with the wp-api-libraries.

What I am aiming for in the long run is something like that but implemented only in javascript in a way that could be embedded in standard html pages ( a bit like the disqus widget )