我制作了一个Facebook异步实现,您可以在其中欣赏页面的不同项目。
您可以在this jsFiddle中看到我的实施。
代码:
window.fbAsyncInit = function () {
FB.init({ status: true, cookie: true, xfbml: true });
};
(function () {
var e = document.createElement("script"); e.async = true;
e.src = document.location.protocol + "//connect.facebook.net/nl_NL/all.js";
document.getElementById("fb-root").appendChild(e);
} ());
现在我有三个类似Facebook的按钮。但我的问题是,我想要它,以便您可以点击a href
链接。当你点击第一个像这个<a>
元素时。比你喜欢第一条消息/ bericht。
我该怎么做?
答案 0 :(得分:2)
只能使用提供的Graph API和FQL(而不是Open Graph上的页面)来发布帖子(在Facebook上)。
我担心你必须使用Facebook提供的实现。