Skip to content
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

Fix issue #27 on override thread discovery with custom data-attributes #252

Merged
merged 2 commits into from
Jul 13, 2016

Conversation

blatinier
Copy link
Collaborator

Hello,

Here is a fix for the use of data-isso-id.
The problem was that thread ids needs to be URL because of an http curl used to check title of the page.
I changed this behaviour a little by saying that if you provide a title (using the data-title documented in the client configuration), we don't need to send a curl request to get the title and just grab it. Incidently it makes custom thread id work since the curl to get the title is the only reason thread id is an URL (at least I didn't was any other need for this constraint).

Tell me if any changes needs to be made to the PR.

@jGleitz jGleitz mentioned this pull request Jun 3, 2016
@posativ posativ merged commit 46b2874 into isso-comments:master Jul 13, 2016
@posativ
Copy link
Collaborator

posativ commented Jul 13, 2016

Cool, thanks! Manually adding the title is really something that has been missing. I'll test the custom thread id later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants