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
I am getting this strange behaviour, If my page title as some white space and new line, its picking up those and.
<title> My cool title with location, New Delhi India · AppName</title>
Now when I am sharing it its showing it like this
My cool title with location, New Delhi India · AppName http://localhost:8000/AppName
Since title is generated from PHP backend I am not able to keep it in single line, if jssocial can clean the text a lil will be good
92. return $.extend({ url: this.url, text: this.text }, share, shareConfig);
I thing adding .trim() on desct or title should do it
The text was updated successfully, but these errors were encountered:
Thank you for the request! This should be fixed.
Sorry, something went wrong.
acc29fe
No branches or pull requests
I am getting this strange behaviour, If my page title as some white space and new line, its picking up those and.
Now when I am sharing it its showing it like this
Since title is generated from PHP backend I am not able to keep it in single line, if jssocial can clean the text a lil will be good
I thing adding .trim() on desct or title should do it
The text was updated successfully, but these errors were encountered: