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

Was this helpful?

  1. Javascript plugin
  2. Installation

Initial page

The initial attribute defines what the plugins shows on page load. The available views are:

  • initial="sponsor-grid" shows your sponsor logos in a 2-d layout

  • initial="exhibitor-grid" shows your exhibitor logos in a 2-d layout

  • initial="lecture-list" is a vertical list of the talks in your event. This is the default.

  • initial="speaker-grid" displays all speaker photos with their name in a 2-d grid.

  • initial="speaker-list" shows the speakers in a vertial list.

You can also start with an single speaker/lecture/sponsor/exhibitor when referencing the entity by id. To specify the id, you add it like a query parameter. The complete initial attribute is very similar to the end of the query string url discussed in the next section. Explicitly, these are

  • initial="lecture-list?lectureId=xyz123lecture" shows the lecture with the ID xyz123lecture

  • initial="speaker-grid?speakerId=xyz123speaker" displays the speaker with the ID xyz123speaker.

  • initial="sponsor-grid?vendorId=xyz123vendor" shows the partner with the ID xyz123vendor

  • initial="exhibitior-grid?vendorId=xyz123vendor" shows the partner with the ID xyz123vendor

PreviousInstallationNextFilters

Last updated 2 years ago

Was this helpful?