We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How would I go about generating code for a unique-ID like-button in django-likes?
Trying to make something similar to: https://developers.facebook.com/docs/reference/plugins/like/
Thanks for suggestions
The text was updated successfully, but these errors were encountered:
I don't understand what you mean by unique-ID. Do you need to set a unique DOM id (eg. likes-123456) on a tag?
Sorry, something went wrong.
Yes.
The kind of information I want from when the like button is pressed:
Would also be useful to show how many likes next to (or under) the like button.
I am trying to build a similar form to the one previously linked.
No branches or pull requests
How would I go about generating code for a unique-ID like-button in django-likes?
Trying to make something similar to: https://developers.facebook.com/docs/reference/plugins/like/
Thanks for suggestions
The text was updated successfully, but these errors were encountered: