
Widget Library showing multiple saved designs
The WeTravel Widgets plugin allows you to customize WeTravel’s embedded widgets to seamlessly match your WordPress website’s design. Create multiple widget designs, save them for reuse, and easily embed them anywhere using shortcodes or Gutenberg blocks.
Key Features:
The plugin connects directly to the WeTravel API to ensure your trip information is always up-to-date. When you update trip details, prices, or availability on WeTravel, changes will automatically reflect on your website.
Perfect for travel agencies, tour operators, and any business using WeTravel that wants to customize their widget appearance to match their brand.
This plugin connects to WeTravel’s services for two main purposes:
Trip Information Retrieval
Booking Widget Integration
For more information about how WeTravel handles data and provides services, please review:
– Terms of Service: https://www.wetravel.com/terms
– Privacy Policy: https://www.wetravel.com/privacy
The [wetravel_trips] shortcode accepts the following parameters:
widget – The ID or keyword of your saved widget designdisplay_type – Layout style: “vertical”, “grid”, or “carousel” (default: “vertical”)button_type – Type of button: “book_now” or “view_trip”button_text – Custom text for the buttonbutton_color – Color of the button (hex code, e.g., “#33ae3f”)items_per_page – Number of trips to display per page (default: 10)items_per_row – Number of trips to display per row in grid layout (default: 3)items_per_slide – Number of trips to display per slide in carousel layout (default: 3)trip_type – Filter trips by type: “all”, “one-time”, or “recurring”date_start – Start date for filtering trips (format: YYYY-MM-DD)date_end – End date for filtering trips (format: YYYY-MM-DD)search_visibility – Toggle search bar visibility: true (1) or false(0) (default: false). This is not available for carousel display type.border_radius – Border radius for the widget design (default: 0)locations – Semicolon-separated list of locations to filter byBasic usage with a saved design:
[wetravel_trips widget=”my-custom-design”]
Example with custom parameters:
[wetravel_trips display_type=”carousel” items_per_slide=”3″ button_color=”#ff0000″ button_text=”Book Now” locations=”New York, USA;London;Paris, France”]