Course Status Script

HTML & Script

Replace the “data-rss-url” with your Course Status URL and add this HTML and SCRIPT where you want the Course Status to show on your site.

<div id="glfr-status-container"></div>
<script src="https://www.glfr.com/scripts/glfr-status-feed.js"
  data-rss-url="https://business-api.glfr.com/feeds/club-status/varde-golfklub"
  data-show-title="true"
  data-show-link="true"
  data-show-date="true"
  data-show-desc="true"
  data-show-desc-date="true"
  data-show-desc-end-date="true"
  data-img-width="640"
  data-img-height="480"
  data-show-img="true"></script>

Example

Scorecard Script

HTML & Script

Replace the “data-guide-id” with your Course Guide ID and add this HTML and SCRIPT where you want the Scorecard(s) to show on your site.

<div id="glfr-scorecard-container"></div>
<script src="https://www.glfr.com/scripts/glfr-scorecard.js"
  data-guide-id="1093"
  data-agg-hole-num="false"></script>

Example

Course Guide Script

HTML & Script

Replace the “data-guide-id” with your Course Guide ID and add this HTML and SCRIPT where you want the Course Guide to show on your site.

<div id="glfr-course-guide-container"></div>
<script src="https://www.glfr.com/scripts/glfr-course-guide.js"
  data-guide-id="1093"></script>

Example

Ratings Table Script

HTML & Script

Replace the “data-guide-id” with your Course Guide ID and add this HTML and SCRIPT where you want the Ratings Table to show on your site.

<div id="glfr-ratings-container"></div>
<script src="https://www.glfr.com/scripts/glfr-ratings-table.js" 
  data-guide-id="1093"></script>

Example

keyboard_arrow_up