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
When I try and add pinterest account (or when using the potterybarn example) I get the following error message from jquery
"Uncaught Error: Syntax error, unrecognized expression: (|num|) "
This is being returned by the Sizzle.error = function( msg ) function
Any ideas?
The text was updated successfully, but these errors were encountered:
Update:
I've updated the script to use the minified socialist, and now get the following error
XMLHttpRequest cannot load http://pinterest.com/potterybarn/Fall-Weddings-by-Pottery-Barn/. Origin http://MYDOMAIN.com is not allowed by Access-Control-Allow-Origin.
Sorry, something went wrong.
Hmmmm. I'll have to look to make sure cross-domain ajax is still working.
All other accounts work (facebook, twitter, instagram...) seems to be unique to pinterest
No branches or pull requests
When I try and add pinterest account (or when using the potterybarn example) I get the following error message from jquery
"Uncaught Error: Syntax error, unrecognized expression: (|num|) "
This is being returned by the Sizzle.error = function( msg ) function
Any ideas?
The text was updated successfully, but these errors were encountered: