talque
  • External integrations for talque
  • JSON API (readonly)
    • General
      • Locales and Text
    • Organization
      • Read
    • Lecture
      • List
      • Read
      • Files
      • Authorization
    • Speaker
      • List
      • Read
      • Authorization
    • Participants
    • Vendors
      • List
      • Read
      • Authorization
    • Room
      • List
      • Read
    • Enumerations
      • Locale
  • Deep links
    • General
    • Organization
    • Profile links
    • Lecture links
    • Partner links
    • Post links
    • Map links
    • Video rooms
  • Webhooks
    • General
    • Authentication
    • File upload
    • Users
    • Invites
    • Tickets
    • Vendors
      • Create
      • Update
      • Delete
    • COMING SOON: Announcements
    • COMING SOON: Lectures
    • Map Data
      • Map layer
      • Map features
      • Update references
  • COMING SOON: Chat Bots
  • Wordpress Plugin
    • Installation
    • Pages
    • Shortcodes
      • Filters
      • Optional settings
    • Routing
    • Configuration
  • Javascript plugin
    • Introduction
    • Installation
      • Initial page
      • Filters
      • Optional settings
    • Routing
    • Configuration
  • Single Sign-On
    • OAuth2 Login
    • Website data
    • OAuth2 Flow
      • Request an Authorization Code
      • Exchange for Access Token
      • Authorized Requests
  • SELF-SERVICE LINKS
    • Event Ticket Token
  • Old Wordpress Plugin
    • Download
    • Pages
    • Shortcodes
    • Filter Options
    • Style Options
  • Old Javascript Plugin
    • Introduction
    • Routing
    • Installation
  • Troubleshooting
    • Firewall Configuration
  • Talque Plugin
    • Download
    • Installation
    • Configuration
Powered by GitBook
On this page
  • Locale
  • Timezone override

Was this helpful?

  1. Javascript plugin
  2. Installation

Optional settings

PreviousFiltersNextRouting

Last updated 5 years ago

Was this helpful?

Locale

If you entered your content in multiple languages the plugin needs to decide which version to show. By default, we attempt to guess the language from the url, e.g. if the page url is http://example.com/en/page.html then the English version is used. If this heuristic fails you can override it with the optional shortcode attribute

  • locale="EN_US" English

  • locale="DE_DE" German

  • locale="FR_FR" French

Timezone override

The timezone of your event is set in the talque admin interface. By default, this timezone settings is used to display all dates and times in the javascript plugin. However, you can override the timezone with the optional shortcode attribute

  • timezone="Europe/Berlin" for central europe

  • timezone="America/New_York" for US east coast

and so on. The appropriate daylight savings time adjustment is automatically applied according to the date, you do not have to do anything special. The name of the timezone is the usual timezone database name, sometimes also called Olsen name. The complete list can be found at .

https://en.wikipedia.org/wiki/List_of_tz_database_time_zones