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
  • Introduction
  • Custom URLs

Was this helpful?

  1. Wordpress Plugin

Routing

Introduction

Routing is how the URL in the browser address bar determines the content of the web page. By default, the plugin uses query parameters for routing, so the URL of a particular speaker will be of the form

http//my-site.com/talque/speaker-list/?speakerId=ZsljYMyP5v3f3KL05594

This is the simplest form of routing, and works independent of how Wordpress is configured.

Custom URLs

The URL for a single speaker, lecture, and partner company can be customized for easier link sharing. This is configured in WP admin → Talque → Settings. For example, you can configure speaker URLs to be of the nicer form

http//my-site.com/my-speaker/steve_jobs

For this to work, your Wordpress configuration must satisfy

  • The http://my-site.com/my-speaker route must not already be used for something else (like an existing WP page, or a different plugin)

  • The Wordpress rewrite engine must be active, that is, WP admin → Settings → Permalinks → Common Settings must be set to something else than Plain.

PreviousOptional settingsNextConfiguration

Last updated 5 years ago

Was this helpful?