Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Improved Sharing on Facebook
Raize
✭✭
One of Vanilla's weaknesses right now is that when you share a link to a discussion on Facebook, the only thing it pulls from the page is the title of the post and a fuzzy thumbnail of the user. When you share the homepage of the forum it's even worse, as it doesn't really pull anything of value.
I did a bit of research into this and I found this create resource on the Facebook developers site that explains how Facebook uses meta tags to properly format and share pages to the Newsfeed and Profile. Refer to the section about "Sharing Rich Media"
http://developers.facebook.com/docs/share
You can control the exact title, description, and thumbnail that Facebook Share uses by adding the following meta tags to the element in your page:
This could probably be implemented using a plugin, but I think it's something that should be included in every default Vanilla installation due to the importance of social media these days. It's really hard to do any type of viral Facebook promotion without this modification (even the Facebook Share plugin would work better).
I'm not a developer, so I hope one of you guys can get around to this if you have time. I think it would benefit a majority of Vanilla users.
I did a bit of research into this and I found this create resource on the Facebook developers site that explains how Facebook uses meta tags to properly format and share pages to the Newsfeed and Profile. Refer to the section about "Sharing Rich Media"
http://developers.facebook.com/docs/share
You can control the exact title, description, and thumbnail that Facebook Share uses by adding the following meta tags to the element in your page:
<meta property="og:title" content="title" />
<meta property="og:description" content="description" />
<meta property="og:image" content="thumbnail_image" />
This could probably be implemented using a plugin, but I think it's something that should be included in every default Vanilla installation due to the importance of social media these days. It's really hard to do any type of viral Facebook promotion without this modification (even the Facebook Share plugin would work better).
I'm not a developer, so I hope one of you guys can get around to this if you have time. I think it would benefit a majority of Vanilla users.
0
Comments