Routing
Last updated
Was this helpful?
Last updated
Was this helpful?
In the following, we assume that your already have a web page where you want to embed the talque plugin. The serving url of you website is typically of the form
With html extension:
No extension:
Directory-style with trailing slash:
In the default option the talque-internal identifiers are query parameters, that is, a question mark ? is added after your website url. That is, urls can be of the forms
Your web server might interfere with the query parameters, but typically will just ignore them on content pages. In general, this does not require any specific web server configuration. Usually, we recommend this style of urls as it is both easy to set up and works well for link sharing and search engine indexing. This is also the default.
This is the most advanced option. Here, urls for single entities can be of the most natural form
The downside is that it requires special configuration from your web server so that all routes matching the regular expression are serving the same web page.