이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

SoldPress

설명

SoldPress is a WordPress plugin to enable members of The Canadian Real Estate Assoiciation to easily intergate MLS® listing content on their WordPress Sites.

SoldPress is designed to connect directly to CREA’s Data Distribution Facility API without the need to integrate with Third Party Vendors.

You may register for a data feed at http://tools.realtorlink.ca. An email containing user name and password is sent to the email address submitted as Technical Contact.

Your site is required to comply with CREA Data Distribution Policy and Rules.

SoldPress Premium is avaliable to Agents/Brokers who want a complete package that ensures thier listing content is displayed accurately and up to date, and uses CREA’s trademarks correctly. SoldPress Premium provides full compliance with Data Distribution Policy and Rules.

Copyright

MLS®, REALTOR®, and the associated logos are trademarks of The Canadian Real Estate Association

Documentation

SoldPress uses Shortcode syntax to intergrate listing content on your WordPress site.

[soldpress-listing listingkey="11937198" template="template.html"]

Listing Key

There are two methods to specify a Listing Key.

  • Option A : Specifiy Listing Key in the Shortcode.

    [soldpress-listing listingkey="11937198" template="template.html"]
    
  • Option B : Specify Listing Key in QueryString

    ?ListingKey=11937198
    

The QueryString ListingKey paramerter superseeds the Shortcode.

Templates

SoldPress uses a basic template enginge to render html output. A SoldPress template is a text file that contains variables, which get replaced with values when the template is evaluated. The template engine is based on heredoc syntax.

The general syntax is ${$rets['ListPrice']}.

A comprehensive list of variable names and descriptions can be found at in the Data Distribution Facility Documentation.

The default template location is wp-content/plugins/soldpress/template/

Contact Us

  • Support (http://support.sanskript.com)
  • Web Site (http://www.sanskript.com)

CREA

  • [Data Distribution Facility Documentation] (http://crea.ca/data-distribution-facility-documentation)

스크린샷

  • Sample - Basic Template File.
  • Sample - No Template File

설치

  1. Install SoldPress either via the WordPress.org plugin directory, or by uploading the files to your server.
  2. Click the Settings -> Soldpress. You need to add your authentication credentials.
  3. Click the “Test Connection” to verify the Connection.

You are required to register for a data feed a http://tools.realtorlink.ca. An email containing user name and password is sent to the email address submitted as Technical Contact.

FAQ

Where do I get authentication credentials?

An email containing user name and password is sent to the email address submitted as Technical Contact when data feeds are registered in http://tools.realtorlink.ca. The owner of the data feed can view credentials when editing the feed on the Data Feeds page.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“SoldPress”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “SoldPress”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

Simplified Login
Added Link to SoldPress Premium

0.9.2 RC

Fixed issue with encoding on files. Using UTF-8 without BOM.

0.9.1 RC

Added support for French.
Fixed Issue with other pluigin referance to phRETS.

0.9 RC

  • Release Candiate.