-
Notifications
You must be signed in to change notification settings - Fork 383
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
Facebook Sharing - Fomat #118
Comments
It would seem that the sharing functionality is also pulling the contents of the article header, meaning that:
I'm putting this here in order to provide more information on the issue. |
The issue is with the Facebook sharer, not Ghostium itself, since Ghostium simply passes the article URL to facebooks sharer.php system, which then scrapes the page for the content it needs. It still gets the same problem as originally mentioned, I will see if I can dig out information on what the sharer looks for to pull the information from, it could probably be something as simple as it just converts the page to plaintext and uses that, in which case we are unlikely the first to encounter this issue. Facebook also has a debug tool, here you can see the result it gets on my test site: I'll continue doing some research on this, it would be rather annoying if we had to insert the header via javascript so that the Facebook scraper doesn't parse it into it's share text. |
Facebook has it's own system in place for having full control over what gets put into the sharer, it does require moving away from their sharer.php and over to using FB.iu, but it would make it a lot more flexible. Facebook FB.ui documentation: Source that lead me to this information (also has good information on how to actually use it, for a quick start): Posting this here in case @oswaldoacauan feels like giving it a try |
Any update @Graloth ? Any thoughts on this @oswaldoacauan as it affects your website as well? |
My computer i currently taken apart as I'm repairing it, so I haven't had time to look at it, plus I've upgraded to ghost 0.5, and haven't installed ghostium on it yet, but when I do I'll see if it's something that is easily fixed |
When you share an article on facebook, "comments" and the "tag name" get added and what's worse is that there is no space between them so does not look good. See this screenshot: http://s29.postimg.org/51je0rlvr/facebook_sharing_issue.png
The text was updated successfully, but these errors were encountered: