gpt4 book ai didi

javascript - 将自定义标题和消息添加到 Facebook 对话框共享

转载 作者:行者123 更新时间:2023-11-28 00:49:51 24 4
gpt4 key购买 nike

我正在尝试在 Facebook 上共享链接,但是使用自定义标题和消息。让我解释一下,我像这样构建我的网址:

var obj = {
"object":"page.html",
"image":"image.jpg",
"data":{
"title":"foo",
"message":"bar"
}
};

var furl = "https://www.facebook.com/dialog/share_open_graph?app_id=XXXXXXXXXX&display=popup&action_type=og.likes&action_properties=" + encodeURIComponent(JSON.stringify(obj)) + "&redirect_uri=" + encodeURI("page.html");

但是,当我使用 URL 时,页面的标题和描述仍然是页面元标记提供的,而不是我尝试定义的。但是,自定义图像效果很好......

知道我可能会错过什么吗?

最佳答案

根据这个article (发布于 2014 年 7 月 9 日),Facebook 共享对话框不再接受自定义参数...

In the past, web developers were able to customize those elements byadding additional query parameters to the share dialog URL:

  • p[title] = Custom Title
  • p[summary] = Custom Description
  • p[images][0] = Custom Thumbnail Image

...

All of the shared content is now pulled from the page’s Open Graphtags. For instance if you want to change the title or description, youmust edit the page’s og:title or og:description meta tags,respectively.

希望对您有所帮助。

关于javascript - 将自定义标题和消息添加到 Facebook 对话框共享,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26912876/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com