所以我在其中有facebook标题和描述,但是如何为给定的共享设置默认text
?基本上我只使用链接https://www.facebook.com/sharer/sharer.php?u=http://example.com
,我想要做的是添加hash tag
作为默认文本。怎么办?
答案 0 :(得分:0)
听起来你想要og:description标签。把它标记为:
<meta property="og:description" content="Your content goes here">
sharer应该正确抓住它。