允许网站向某人的 Facebook 墙发布内容

发布于 2024-12-09 19:18:00 字数 185 浏览 0 评论 0原文

我为一个朋友制作了一个摄影网站,他们问我是否可以在每张照片上添加一个按钮,上面写着“在 Facebook 上分享”,这样它就会在墙上贴出类似“在 blahblah 上查看这张照片......”之类的内容。我知道这是可能的,但我只是好奇我需要做什么来实现这一点。

我是否也需要构建一个 Facebook 应用程序,或者它只是我需要添加的链接?

I made a photography website for a friend and theyve asked me if its possible to add a button on each photo saying "share on facebook" so it posts on there wall saying something like "Check out this photo on blahblah...". I know this is possible but im just curious what id need to do to implement this.

Would i need to build a facebook app too or is it just a link i need to add?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

转瞬即逝 2024-12-16 19:18:00

您可以通过两种方式执行此操作。如果你只想实现分享功能,你可以通过制作一个普通的点赞按钮http://developers.facebook.com/docs/reference/plugins/like/

如果您希望用户能够在共享的同时发布消息,您应该需要为其制作一个应用程序。这至少会给你一些自由来决定你想在他们的墙上放什么。

You can do this in two ways. If you only want to implement a share functionality, you can do this by just making an ordinary like-button http://developers.facebook.com/docs/reference/plugins/like/.

If you want the user to be able to post a message along with the sharing you should need to make an app for it. This will at least give you some freedom as to what you want to put on their wall.

偏闹i 2024-12-16 19:18:00

我认为您所描述的内容可以通过“喜欢”和“发送”按钮来实现
文档位于:http://developers.facebook.com/docs/reference/plugins /like/,您所需要做的就是在每个页面添加一两行 HTML,并在标题中添加一些元标记,以便 Facebook 知道在共享或点赞链接时要使用什么标题/描述/图像

I think what you're describing can be achieved with the Like and Send buttons
The documentation is here: http://developers.facebook.com/docs/reference/plugins/like/ and all you need to do is add one or two lines of HTML to each page, and some meta tags in the header so Facebook knows what title/description/image to use when the link is shared or liked

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文