我是新手。我们有一个婚纱摄影网站。 http://www.DawnKellyPhotography.com/fbshare/FBalbum/
我使用Facebook开发者页面生成代码,使用iframe方法在每个图像的单个页面上放置一个Like按钮。
<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>
我还将meta og标签添加到图像的html包装文件中。
<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 click会发布og:image和og:url。相反,只是链接到网站的基本网址与主页的图像一起发布。该库是使用JAlbum和自定义皮肤生成的,并使用自定义javascript在网站上运行。我可以根据需要更改其中任何一项。
提前致谢。
任何帮助将不胜感激。
答案 0 :(得分:0)
您缺少og:来自您在iframe中指定的链接的图片代码。
修复linter tool上的警告。
Inferred Property: The og:url property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property: The og:title property should be explicitly provided, even if a value can be inferred from other tags.