內容目錄
前言介紹
- 這款 WordPress 外掛「GetRETS」是 2016-12-07 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2017-03-12,距離現在已有 2975 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.6.1 以上版本才可以安裝。
- 有 1 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
IDX | MLS | RETS | realty | real-estate |
內容簡介
這個 WordPress 外掛可以立即在您的網站上添加房地產列表數據。通過與 timitek, llc 的 GetRETS® 集成,此插件允許來自多個來源的列表出現在您的網站上,就像網站上的其他內容一樣。
高級列表搜索小工具
關於
GetRETS 可以立即集成到 WordPress 的默認搜索中。但是,如果您想啟用更高級的搜索,GetRETS 插件還包括一個搜索小工具,啟用後,訪問者可以在您的網站上指定進一步的限制以搜索列表。
除通用關鍵詞搜索外,還提供以下限制;
最低價格
最高價格
住宅清單
土地清單
商業列表
啟用
從 WordPress 管理儀表板中,選擇外觀-小工具。
從可用的小工具部分,選擇 GetRETS 搜索。
基於您安裝的主題,選擇要在您的網站上顯示小工具的側欄/區域。
單擊添加小工具按鈕
您可以自定义小工具要使用的標題。
最後
現在您網站的訪問者可以執行更高級的列表搜索!
短代碼
高級搜索
除搜索小工具外,GetRETS 插件還提供了一個 [getrets_search] 短代碼,供您在文章或頁面中使用,以創建更定制的搜索頁面。此短代碼提供了具有相同高級搜索功能的搜索表單,就像小工具一樣。
如何使用
在任何頁面/文章中放置以下行。
[getrets_search]
通過 CSS 擴展
帖子內容細節元素用多個 CSS 類進行標記,這些類可以用於自定義列表詳細信息帖子的外觀和感覺。
主要內容
getrets-content
這是用於覆蓋所有列表詳細信息帖子內容的主 div。
部分
每個部分都包裝在自己的 div 中,具有自己的類別。
詳細資料-getrets-details
描述-getrets-description
特徵-getrets-features
照片-getrets-features
標題
getrets-title
這是每個部分的標題。
詳細資料
描述
特徵
照片
細節項目
getrets-detail
詳細資料部分中的每個條目都有一個 div 包裹它,其上應用了 getrets-detail 類別。
標籤/值
getrets-label
getrets-value
此 getrets-label 類別應用於詳細資料部分中每個條目的每個標籤,以及由提供的標籤標籤。
同樣,getrets-value 類別應用於每個標籤後的每個值。
相片
getrets-photo
每張照片都應用了getrets-photo 類別。
更多細節
有關更多信息,請檢查標記:
wp-content/plugins/getrets/views/frontend/content.php
原文外掛簡介
Instantly add real estate listing data to your website. This WordPress plugin will allow your listings, from multiple feeds, to appear within your site as native content, treated just like other content on your website. All of this is done through an integration with GetRETS® from timitek, llc.
Advanced Listing Search Widget
About
GetRETS integrates with the default WordPress search immediately out of the box after setup. However, if you would like to enable a more advanced search, the GetRETS plugin also includes a Search Widget, which once enabled, will allow visitors to your site to specify additional constraints to search listings by.
In addition to the generic keyword search, the following constraints are made available;
Minimum Price
Maximum Price
Residential Listings
Land Listings
Commercial Listings
Enabling
From the WordPress administration dashboard, select Appearance – Widgets.
From the Available Widgets section, select GetRETS Search.
Based on the theme you have installed, select the sidebar / area where you want your widget to be displayed at on your site.
Click the Add Widget button
You may customize the title to be used for the for the widget.
Finally
Now your sites visitors can perform more advanced listing searches!
Shortcodes
Advanced Search
In addition to the the search widget, the GetRETS plugin provides a [getrets_search] shortcode for you to use in a post or page to create a more customized search page. This short code provides a search form with the same advanced searching functionality as the widget.
How To Use
Place the following line in any page / post.
[getrets_search]
Extending Via CSS
The post content detail elements are marked up with several CSS classes that can be used to customize the look and feel of the listing details post.
Main Content
getrets-content
This is class used for the main div that surrounds all of the content for the listing details post.
Sections
Each of the 4 sections are wrapped in a div that has it’s own class.
Details – getrets-details
Description – getrets-description
Features – getrets-features
Photos – getrets-features
Titles
getrets-title
This is the title for each of the 4 sections.
Details
Description
Features
Photos
Detail Entries
getrets-detail
Each entry in the Details section has a div around it with the getrets-detail class applied to it.
Labels / Values
getrets-label
getrets-value
This getrets-label class is applied to each label used for each detail item in the Details section, as well as the Provided By: label.
Likewise, the getrets-value class is applied to each value after the label.
Photos
getrets-photo
Each photo has the getrets-photo class applied to it.
Further Details
For further information examine the markup at;
wp-content/plugins/getrets/views/frontend/content.php
Extending Via JavaScript
In addition to extending the the listing details post via custom styles in your theme, you can also extend functionality via JavaScript.
listingLoaded Function
Each listing detail post will attempt to inject listing detail information and a list of images for the listing into a global function if your theme enables it.
To take advantage of this create a public function with the following syntax, that will be called when a listing detail post is displayed.
/**
* Function that is called by GetRETS when a listing
* detail post is loaded.
*
* listing - JSON object representing the details
* of the listing
* images - an array of image urls associated
* with this listing
*/
function listingLoaded(listing, images)
{
alert(listing.description);
}
Element Attributes
Each element that is rendered is also rendered with an intuitive id to make it easy to allow for DOM manipulation.
For further information examine the markup at;
wp-content/plugins/getrets/views/frontend/content.php
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「GetRETS」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0.0 | 1.0.1 | 1.0.2 | 1.0.3 | 1.0.4 | trunk |
延伸相關外掛(你可能也想知道)
Optima Express + MarketBoost IDX Plugin 》概述, Optima Express 可將您的房地產網站轉換成一部行銷機器,提供一個時尚、現代化的物業搜尋體驗,與全國性門戶網站媲美。而且,您還可以獲得許多獨特的功...。
Estatik Real Estate Plugin 》使用者友善且直觀的介面,潔淨的設計和靈活的功能。完整功能的 WordPress 不動產外掛,具有與 Elementor Page Builder 順暢整合的優勢。, 請造訪 www.estatik...。
IMPress for IDX Broker 》IMPress for IDX Broker 是現在 IMPress 外掛全家桶的一部分,包含 IMPress Listings 和 IMPress Agents,並進一步加強了這個功能強大的外掛。, 您的 IDX Bro...。
Realtyna Organic IDX plugin + WPL Real Estate 》ure as part of our WPL plugin. WPL is perfect for anyone who wants to create a professional and customizable real estate website with ease. With it...。
Showcase IDX Real Estate Search & Lead Capture 》Showcase IDX 是領先的房地產搜索和消費者互動平台,幫助房地產經紀人、團隊和經紀人生成潛在客戶、改善他們的網站並脫穎而出。, , , 立即申請免費試用10天,...。
Flexmls® IDX Plugin 》這個外掛能將您的 Flexmls 訂閱功能引入具有引導產生能力的 WordPress 網站,提供您 MLS 即時、準確的數據。集成了 Flexmls Portals、聯絡管理和已保存搜索功...。
WordPress IDX Real Estate Listings & MLS Search 》從您的房地產 WordPress 網站獲得更多訪客和潛在客戶, 使用 dsIDXpress,您可以輕鬆地將符合 SEO 的 MLS 列表添加到您的房地產網站,並使用強大的潛在客戶捕...。
kvCORE IDX 》顯示房屋資訊清單、擷取潛在客戶、以及更多功能。現在你可以使用 WordPress 靈活度,並同時擁有 kvCORE 的強大優勢。, 開發指示, 注意:如果你想要重新建置外...。
Buying Buddy IDX CRM – Real Estate MLS Plugin 》- Buying Buddy® IDX CRM 是一個整合了 IDX MLS 房屋搜索服務和銷售線索捕獲功能的平台,提供全面的線索管理 (CRM) 功能,適用於經紀人、團隊和經紀...。
SimplyRETS Real Estate IDX 》入門指南, SimplyRETS 可以讓你在 WordPress 網站上直接顯示和搜尋你的房地產列表,而且可以在不到 5 分鐘內設定好!, SimplyRETS 的外掛是市場上過濾選項最...。
Rover IDX 》* Rover IDX 是您的辦公室或代理網站快速且可高度自訂的 IDX *, Rover IDX for WordPress 是一個可用於行動裝置的響應式房地產 IDX 外掛,為網站訪客提供快速...。
My IDX Home Search 》多數房地產經紀人最想要從他們的網站中獲取的就是能轉化為房屋銷售的新線索。 MyIDX Home Search 利用 MLS 的力量來吸引有潛力的購房者。接著,MyIDX Home Se...。
SpatialMatch IDX 》將 SpatialMatch IDX 加到您的網站只需 1 分鐘, , 了解更多關於 SpatialMatch IDX, 全國 MLS 覆蓋率, SpatialMatch IDX 提供來自超過 200 個市場的全國 MLS ...。
WolfNet IDX for WordPress 》The WolfNet IDX for WordPress外掛可將IDX搜尋解決方案與任何WordPress網站整合。若要將WolfNet IDX數據集成到您的WordPress網站中,您必須擁有WolfNet IDX...。
SoldPress 》SoldPress 是一款 WordPress 外掛程式,可讓加拿大房地產協會 (CREA) 的會員輕鬆地在他們的 WordPress 網站上整合 MLS® 刊登內容。, SoldPress 設計用來直接...。