Embed Live Golf Trip Cards.
Free. One Line of Code.
Display real group golf trips from the High Sierra on your site — live data, GTHS branding, modal experience. Your readers stay on your page. Leads go to GTHS. You get a backlink.
How It Works
Your readers never leave your site. You keep the traffic. GTHS gets the lead.
Add One Script Tag
Drop a div with data-gths-trips and our script tag anywhere on your page. Done.
Live Trip Cards Appear
Real trips load from our API — region, courses, lodging, pricing, vibe. Always current.
Modal Opens On Your Site
Reader clicks a card — full itinerary opens in a modal on YOUR page. Quote CTA links to GTHS.
Get Started
Basic — Show 3 trips
Paste this anywhere on your page. Shows 3 trips, all regions.
<div data-gths-trips></div>
<script src="https://golfthehighsierra.com/api/trips/embed?js"></script>Filter by Region
Show only Lake Tahoe trips. Options: reno, lake-tahoe, truckee, graeagle, carson-valley
<div data-gths-trips
data-region="lake-tahoe"
data-limit="6">
</div>
<script src="https://golfthehighsierra.com/api/trips/embed?js"></script>Filter by Vibe
Perfect for niche content — bachelor party, corporate, budget, bucket-list.
<div data-gths-trips
data-region="reno"
data-vibe="bachelor-party"
data-limit="4">
</div>
<script src="https://golfthehighsierra.com/api/trips/embed?js"></script>Raw JSON API
Build your own UI. CORS open, no auth, real-time.
// Fetch trip data directly (server-side or client-side)
const res = await fetch(
"https://golfthehighsierra.com/api/trips/embed?region=reno&limit=6"
);
const trips = await res.json();
// Each trip: { groupName, region, courses[], lodging, nights, rounds,
// pricePerPerson, vibe, synopsis, highlights[], canonicalUrl }All Filter Attributes
data-regionreno | lake-tahoe | truckee | graeagle | carson-valley
data-vibebudget | value | premium | bucket-list | bachelor-party | corporate
data-coursePartial course name — e.g. "Edgewood" or "Wolf Run"
data-limit1–12 (default: 6)
Want a Co-Branded Partner Page?
We create a dedicated landing page at golfthehighsierra.com/partners/your-site/ — indexed, in our sitemap, with full schema markup. It features your publication, curated trips relevant to your audience, and a backlink to your site.
Your site embeds our trips widget → you get live content. Our partner page links to you → you get a backlink from a 20-year-old golf authority domain. Both sites get stronger.
Request a Partner Page →FAQ
Is it free?
Yes. No API key, no account, no cost. Attribution to Golf the High Sierra is automatically included in the widget.
Will it break if GTHS updates trips?
No. Data loads live every time. New trips appear within 5 minutes.
Do users leave my site?
No. Clicking a card opens a modal on YOUR page. Only the quote CTA opens a new tab to GTHS.
Can I style it?
The widget uses GTHS branding (green/gold). You can add CSS overrides targeting .gths-* classes. Contact us for white-label options.
How does a partner page work?
Email us. We create golfthehighsierra.com/partners/your-site/ — fully indexed, in our sitemap, with schema. Features your brand + curated trips + backlink to you.
Ready to add live golf trips to your site?
One line of code. Real data. Always current.
