fb share 如何在 textarea 中预填充文本 "Say something about this"
How can fb share have prefilled text in textarea "Say something about this"
这是我的代码:
<html class="">
<head>
<!--<![endif]-->
<meta charset="utf-8">
<meta property="og:title" content="#shareacokesg" />
<meta property="og:description" content="Personalise the iconic Coca-Cola can with a name and share a Coke with someone special today!" />
<meta property="og:image" content="http://netbizlabs.com/coke/uploads/<?php echo $text;?>" />
其他内容工作正常,但我想预填充下面标记为红色的文本区域:
这可能吗?如果是,我该如何实现?
提前致谢。
遗憾的是,Facebook 和 OpenGraph 无法做到这一点。
Facebook Open Graph Debugger 提供了您可以在共享模式中显示的所有信息:https://developers.facebook.com/tools/debug/
您 不允许 pre-fill 任何 post 或分享的消息部分 – 用户必须自己输入。
参见Platform Policy、3.3:
“Don't prefill captions, comments, messages, or the user message parameter of posts with content a person didn’t create, even if the person can edit or remove the content before sharing.”
这是我的代码:
<html class="">
<head>
<!--<![endif]-->
<meta charset="utf-8">
<meta property="og:title" content="#shareacokesg" />
<meta property="og:description" content="Personalise the iconic Coca-Cola can with a name and share a Coke with someone special today!" />
<meta property="og:image" content="http://netbizlabs.com/coke/uploads/<?php echo $text;?>" />
其他内容工作正常,但我想预填充下面标记为红色的文本区域:
这可能吗?如果是,我该如何实现?
提前致谢。
遗憾的是,Facebook 和 OpenGraph 无法做到这一点。
Facebook Open Graph Debugger 提供了您可以在共享模式中显示的所有信息:https://developers.facebook.com/tools/debug/
您 不允许 pre-fill 任何 post 或分享的消息部分 – 用户必须自己输入。
参见Platform Policy、3.3:
“Don't prefill captions, comments, messages, or the user message parameter of posts with content a person didn’t create, even if the person can edit or remove the content before sharing.”