简体   繁体   中英

wordpress - want to connect my ABOR(Austin Board of Realtors)website to RETS Matrix

我正在开发一个关于ABOR(奥斯汀房地产经纪人委员会)的wordpress网站,如何将RETS Matrix连接到我们的网站,那么我们从MLS获取数据?

The easy and quick solution 1: Use a Wordpress Plugin, I have had great results using IMPress

Yet another way is connect using Wordpess restful API, you would need to GET listings from your MLS, and have something set to update listings so UPDATE, and if your trying to post to MLS from WordPress using POST. There is a handy guide to help with this REST API Reference

To grab a listing something like this:

curl http://somelinktomls.com/api/path/ < type>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM