我在这个页面上有一个奇怪的问题www.vivopositivo.it/media/foto/guarda-chi-sorride-over-18-e-famiglie/和like按钮一样。我正在使用PrettyPhoto来包含Flickr中的图片并在灯箱中打开它们。每张图片都有自己的按钮,它显示在灯箱中并使用特定的URL,例如:
http://www.vivopositivo.it/media/foto/guarda-chi-sorride-over-18-e-famiglie/#prettyPhoto [pp_gal] / 1 /
其中#prettyPhoto [pp_gal] / 1 /中的数字是特定图像的关键字。
以下代码中包含类似按钮:
iframe src =“// www.facebook.com/plugins/like.php?locale=en_US&href={location_href}&layout=button_count&show_faces=true&width=500&action=like&font& colorscheme = light& height = 23“scrolling =”no“frameborder =”0“style =”border:none; overflow:hidden; width:500px; height:23px;“ allowTransparency =“true”/ iframe
其中{location_href}被特定于图片的网址替换。
这适用于大多数图像,但对于其中一些图像不适用!他们似乎得到了相似的页面计数器,因此,我得到大约10个图像显示相同的128像计数器,这显然是错误的。这似乎是完全随机的..
你对如何解决这个问题有任何想法吗?
干杯, 安德烈