Skip to content

Can i used isso for a store-like website? #921

Answered by ix5
CosteaPaul asked this question in Q&A
Discussion options

You must be logged in to vote

By default, Isso uses the URL without any question-mark parameters (e.g. https://foo.bar/baz?foo will receive, through Javascript window.location.pathname, the internal ID /baz)

You can override the thread id for each page by setting data-isso-id in the embed part, see docs: Client config. That way, you can still have URL query-param-based routing.

Another option would be to change the embed script to use window.location.href instead.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by CosteaPaul
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants