Posting links to Facebook [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this questionDoes anyone know what items I need on my page for a lin开发者_运维知识库k to contain text when I post it to FB?
I posted mine earlier, and it showed empty.
Follow THIS guide
Basically, it's all about custom metatags to let Facebook to parse your content description and "image"
<meta name="description" content="This is the description of my webpage that I really want to have shared on Facebook!" />
<link rel="image_src" href="link the post image" />
Step 2 of https://developers.facebook.com/docs/reference/plugins/like/ shows the meta tags Facebook recommends, and also sets your user ID up for Insights into the shares your site gets on Facebook, clickthrough rate, etc
精彩评论