top of page

CHANGELOG

The Latest Updates to Tour Amigo

Jul 7, 2026

Calendar Widget Options


The Tour Amigo calendar widget that can be embedded into your own site has several layout options that you can configure in order to better customize the display

:

Standard Layout

If you do not pass any layout options to the widget configuration, the standard desktop & mobile layouts are applied.


On desktop, large month buttons are displayed above the dates, which are displayed in a horizontal list:



On mobile, the months collapse into a dropdown menu and the dates condense to a stacked layout:


Compact Layout

Add widget_layout: 'compact' to the widget configuration. 


In a compact layout, the month buttons are hidden in a dropdown and the dates are condensed with a shorter date format, less space between each column and a smaller book now button:


Show Months as dropdown

Add force_month_dropdown: '1' to the widget configuration. 


This uses the standard layout but with the month buttons hidden in a dropdown:



Show Year Tabs

Add add_year_tabs: '1' to the widget configuration. 


This adds tabs across the top for all years that have dates in the calendar, allowing you to filter the months by specific year:



Show All Year Tab

Add show_all_years_tab: '1' to the widget configuration. 


This is an optional config to be used alongside the ‘add year tabs’ config above. It adds an ‘All Years’ tab beside the year tabs:



Set Default Year

Add set_default_year: '2027' to the widget configuration, where ‘2027’ can be any future year. 


This is an optional config to be used alongside the ‘add year tabs’ config above. It either selects the chosen year by default when viewing the calendar, or if there are no instances for that year it defaults to the first year tab.


Link Target Options

Add link_target: "_blank" to open links in a new tab


Add link_target: "_top" to open links in the same tab

WIDGET CONFIGURATION

bottom of page