【发布时间】:2012-02-06 02:14:48
【问题描述】:
我是新手。我们有一个婚纱摄影网站。 http://www.DawnKellyPhotography.com/fbshare/FBalbum/
我已使用 Facebook 开发者页面生成代码,以使用 iframe 方法在每个图像的单独页面上放置“点赞”按钮。
<iframe src='//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdawnkellyphotography.com%2Ffbshare%2FFBalbum%2F%3Fshow%3Dslides%2FNodownLoad.html&send=false&layout=standard&width=450&show_faces=true&action=like&colorscheme=light&font&height=80' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:250px; height:80px;' allowTransparency='true'></iframe>
我还在图像的 html 包装文件中添加了 meta og 标签。
<meta property="og:type" content="website">
<meta property="og:sitename" content="Dawn Kelly Photography">
<meta property="og:url" content="http://www.DawnKellyPhotography.com /fbshare/FBalbum/?show=slides/NodownLoad.html">
<meta property="og:image" content="http://www.DawnKellyPhotography.com/fbshare/FBalbum/slides/NodownLoad.jpg">
<meta property="og:title" content="Facebook Test Gallery">
我希望 Like 点击会发布 og:image 和 og:url。取而代之的是,只是一个指向网站基本 url 的链接与主页的图像一起发布。图库是使用 JAlbum 和自定义皮肤生成的,并使用自定义 javascript 在网站上运行。我有权根据需要更改其中任何一项。
提前致谢。
任何帮助将不胜感激。
【问题讨论】:
-
好的,返回画廊的链接正在使用我发布的代码,但 Facebook 墙上没有发布任何图像。
标签: button facebook-like facebook-iframe