在FB共享按钮的URL中获取不同的APP密钥

时间:2019-07-02 11:56:53

标签: php html facebook-share

我正在将Fb共享按钮集成到我的网站中。这里是我用来集成FB共享按钮的代码:

<iframe src="https://www.facebook.com/plugins/share_button.php?href=http://<?php echo $url; ?>&layout=button&size=small&appId=123456789422&width=59&height=20" width="59" height="20" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allow="encrypted-media"></iframe>

当我单击FB共享按钮时,它将在Facebook开发人员文档中使用的URL中显示AppId,而不是在代码中使用的AppId。这是文档链接https://developers.facebook.com/docs/plugins/share-button /。一切正常。但是我不明白为什么它显示此链接https://www.awesomescreenshot.com/image/4107554/fd8726c7d3270b58f0a27f7fd9498d47中所示的文档应用程序密钥。我在做错什么吗?任何帮助将不胜感激。 谢谢!

0 个答案:

没有答案