我们几年来一直在使用Facebook上的按钮。几天前它运作良好。计数已重置 - 超过400,现在计数显示为4 - https://www.lifedirect.co.nz/
我们没有使用Facebook应用,只是直接使用网址和iframe:
<iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.lifedirect.co.nz%2F&send=false&layout=button_count&width=450&show_faces=true&action=like&colorscheme=light&font&height=21" scrolling="no" frameborder="0" class="fbiframe" allowTransparency="true"></iframe>
也使用了元标记:
<meta property="og:url" content="http://www.lifedirect.co.nz"/>
<meta property="og:title" content="LifeDirect - Quote & Compare Insurance"/>
也许这是无关的 - 我们已经从http =&gt;更改了我们的网站几个月前https。在更改之后,计数显示为0.我们必须使用上面的元标记,并更改“href”属性以显示正确的计数。它在几天前工作正常。
非常感谢任何帮助!
编辑: 我使用了提供的URL CBroe(感谢您!),并进行了一些测试。我们网站的HTTP版本有469个喜欢,而HTTPS版本有4个喜欢。反正有没有将469个喜欢转移到网站的HTTPS版本?