Is there a facebook sharing link for only text status? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this questionIs there any sharing link for facebook that only requires a textual status, not like the sharer which needs a url.
What i want is like the twitter.com/?status=___
but for facebook.
The reason is that when i even put a url in the sharer, the title is overwritten with the real page url which is not good for me.
Thanks
You need to add metadata to your live page in order to specify a title, description and image. Facebook scans for appropriate content on the shared URL, but it takes time to update on the server -- so make sure you've got the content right the first time!
<meta property="og:title" content="title" />
<meta property="og:description" content="description" />
<meta property="og:image" content="thumbnail_image" />
Scroll down to "Sharing Rich Media": http://developers.facebook.com/docs/share
精彩评论