Shortcode Reference

Shortcode makes it easy to display MLS listing features on your website. Our Shortcode generator automates this process for you based on your choices

shortcode

Example Shortcodes

Show the latest listings:

 [sr-listings refine="yes" type="Homes" order="date_created:DESC" perpage="10"]

Show an index of every city listed in your RETS datafeed (This code creates a city page for every city as well)

 [sr-list type="res" object="city"]

Show an index of every subdivision in your RETS datafeed (This code creates a subdivision page for every subdivision as well):

 [sr-list type="res" object="subdivision"]

Show an index of every condo in your RETS datafeed (This code creates a condo page for every condo as well):

 [sr-list type="cnd" object="proj_name"]

Show a page of listings by zipcode in your RETS datafeed (This code creates a condo page for every zipcode as well):

 [sr-listings type="res" zip="32413"]

New shortcode in Beta testing. Show market insights using your RETS datafeed (This code creates a market insight page with data from your MLS updated daily):

 [sr-market]

Here’s a short list of some popular filters you can use in conjunction with any shortcode for SEO RETS:
Show a page of listings by any of the following filters in your RETS datafeed (This code creates a condo page for every filter as well)
The value for each filter must match the value from the MLS exactly.

Address:

 [sr-listings type="Homes" address="307 Willow Drive"]

Agent ID:

 [sr-listings type="Homes" agent_id="523"]

Area:

 [sr-listings type="Homes" area="Indian Springs"]

Full Baths:

 [sr-listings type="Homes" baths_full="4"]

Bedrooms:

 [sr-listings type="Homes" bedrooms="3"]

City:

 [sr-listings type="Homes" city="Panama City Beach"]

County:

 [sr-listings type="Homes" county="Walton"]

Elementary School:

 [sr-listings type="Homes" elem_school="Holly Hill"]

High School:

 [sr-listings type="Homes" high_school="Crestview High School"]

MLS ID:

 [sr-listings type="Homes" mls_id="432454"]

Office ID:

 [sr-listings type="Homes" office_id="110E"]

Office Name:

 [sr-listings type="Homes" office_name="PREMIER PROPERTIES REAL ESTATE"]

Price:

 [sr-listings type="Homes" price="550000"]

Property Type:

 [sr-listings type="Homes" property_type="Residential Homes"]

SEO URL:

 [sr-listings type="Homes" seo_url="307-willow-drive-al"]

Subdivision:

 [sr-listings type="Homes" subdivision="Burnt Pines"]

Year Built:

 [sr-listings type="Homes" year_built="1994"]

Zip:

 [sr-listings type="res" zip="32413"]