-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
override thread discovery with custom data-attributes #27
Comments
Broken when using the same comment thread on multiple URLs. |
Hi, I have two problems:
Making this feature work again would solve these two problems I think. Thanks! |
The issue is basically a missing one-to-many (id to urls, it is id -> url currently) relation in the database. It requires some work (you need to do the migrations, too). |
This is a big problem for me, because I want to use comments in a mobile app, where url almost never changes, but the content changes (through ajax). So, I need to be able to reference the comments by id, not by url. Without knowing the structure of the DB and without looking at the code, I would suggest to just get rid of URLs everywhere. We don't need them, we need just IDs in order to identify comment threads. By ID I mean a unique string, not a number. In special cases it can be set to be the url itself, in special cases it can be a number (converted to string), but let the website decide what the ID of the comment thread should be. |
Done: won't work because of isso-comments/isso#27 Waiting for an eventual fix.
It was working with 0.9.10, but since 0.10.1 it seems not, too bad! |
This issue is still open, what do you mean exactly? |
Fix issue #27 on override thread discovery with custom data-attributes
This should be closed since you merged #252 right? |
Can this be used now? AMP pages are a usecase |
Is this still current? |
Should be fixed by #252 |
No description provided.
The text was updated successfully, but these errors were encountered: