开发者

Is there a facebook sharing link for only text status? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently a开发者_C百科ccepting answers.

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 question

Is 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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜