Appfolio Rental Widget Code

  1. companyID: Replace Company ID with the Company name from Appfolio Portal Links (2 separate spots within the code)
  2. Theme Color: Replace themeColor HEX# with primary color from website
  3. Property Group (if applicable): Remove the "//" and Change My Group Name to the property group provided by the client
    
      
      <script type='text/javascript' charset='utf-8'>
  			document.write(unescape("%3Cscript src='" + (('https:' == document.location.protocol) ? 'https:' : 'http:') + "//companyID.appfolio.com/javascripts/listing.js' type='text/javascript'%3E%3C/script%3E"));
  		</script>
  		<script type='text/javascript' charset='utf-8'>
  			Appfolio.Listing({
  				hostUrl: 'companyID.appfolio.com',
  				//propertyGroup: 'My Group Name',
  				themeColor: '#000000',
  				height: 'auto',
  				width: '100%'
  			});
  		</script>