gpt4 book ai didi

django - 使用旧版 Facebook "Share"按钮而不是 Facebook "Like"

转载 作者:行者123 更新时间:2023-12-04 06:26:35 25 4
gpt4 key购买 nike

我想在我的 Django 应用程序中使用“在 Facebook 上分享”功能,而不是新的“FB Like”。
但我找不到如何实现它并设置要共享的描述、标题和图像。

谁能帮我?

更新

我正在按照德隆格说的做。这是代码:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<title>Bra</title>
<link rel="image_src" href="http://site.com/images/logo.jpg" />
<meta name="description" content="description here">
</head>

<body>
<a name="fb_share" type="button" share_url="http://www.sharedomain.com/path/" href="http://www.facebook.com/sharer.php?u=http:/www.sharedomain.com/path&amp;src=sp" style="text-decoration: none; ">Share</a><script src="http://static.ak.fbcdn.net/con
nect.php/js/FB.Share" type="text/javascript"></script>
</body>

</html>

但是当我点击按钮时,我看到了这个错误的结果:

enter image description here

想法?

最佳答案

我同意“分享”按钮在某些情况下更有用。见代码:

<a name="fb_share" type="button_count" share_url="http://www.sharedomain.com/path/" href="http://www.facebook.com/sharer.php?u={INSERT ENCODED share_url HERE}&amp;src=sp" style="text-decoration: none; ">Share</a>
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>

类型包括:1) button_count 2) 按钮 3) 链接。

标题将来自页面本身。但是,要添加图标图像,只需将以下内容添加到您的 HTML <head> :
<link rel="image_src" href="http://www.sharedomain.com/path/thumbnail.jpg" />

我知道您正在 django 中进行开发,我建议您对 FB Share 按钮进行硬编码。这是因为 Facebook 不再插入它,并且大多数 API 正在消失。

关于django - 使用旧版 Facebook "Share"按钮而不是 Facebook "Like",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5982872/

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