Trip Cost Calculator widget
The Trip Cost Calculator turns a daily budget into a whole-trip total: readers pick a destination, a travel style (backpacker, mid-range, or luxury), and how many nights they're staying, and the widget multiplies it out — with a $/€/£ toggle and a per-day breakdown. Because it's hands-on, it's one of the stickiest widgets you can add to an itinerary or “how much does it cost to visit X” post.
Best for: Itinerary, budgeting, and trip-planning sites. Free, ad-free, and powered by Tripbase data for 1,900+ destinations.
Copy & paste this snippet
Renders the widget right where you drop it and adds a small credit link back to Tripbase.
<div class="tripbase-widget" data-widget="tripcost" data-dest="tokyo-japan"></div>
<script async src="https://www.tripbase.com/triptoe/js/embed.js"></script>Prefer an iframe? Use this instead
<iframe src="https://www.tripbase.com/triptoe/widgets/tripcost.html?d=tokyo-japan" width="200" height="360" frameborder="0" scrolling="no" allowtransparency="true" loading="lazy" style="border:0;background:transparent;max-width:100%" title="Tripbase Trip Cost Calculator"></iframe>Options
data-dest— preset a destination by slug (e.g.tokyo-japan). Omit it for a searchable widget.data-currency—USD,EUR, orGBP(defaultUSD).data-theme—lightordark(defaultlight).
Live preview