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
  • Referencing Historic Events
  • Timezone override

Was this helpful?

  1. Wordpress Plugin
  2. Shortcodes

Optional settings

PreviousFiltersNextRouting

Last updated 4 years ago

Was this helpful?

Referencing Historic Events

The event for which the speaker/lecture/... data is displayed is determined by its organization ID, which you set in the Wordpress admin interface. However, you can override this setting in a shortcode in order to display last year's speakers, for example. All shortcodes accept an optional org-id="..."argument, so for example

[talque-speaker-grid org-id="xyz123"]

will display the speakers from the event whose id is xyz123.

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="..." argument, for example

  • 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