English 中文(简体)
页: 1
原标题:Page Cannot Be Liked with Facebook Like Button

On http://www.btandthetenants.com, every page can be liked except for the Photos section. I use AJAX to change the current page s like button and the script performs perfectly on every page including this one. However, if you try to click like on this page, it will immediately undo your action. The code for the head s open graph (generated HTML if y) is:

<meta property="og:site_name"            content="Brandon Taylor & The Tenants" />
<meta property="fb:admins"               content="100000142903767,1290840046" />
<meta property="fb:app_id"               content="162010397258435" />
<meta property="og:url"                  content="http://www.btandthetenants.com/photos" />
<meta property="og:title"                content= Brandon Taylor & The Tenants | Photos  />
<meta property="og:type"                 content="band" />
<meta property="og:image"                content="http://www.btandthetenants.com/img/gi.png" />
<meta property="og:description"          content="See all of Brandon Taylor & The Tenants  pictures streamed straight from their Facebook page." />

And the code for the dynamic like button:

<div id="fb-like"><div class="fb-like fb_edge_widget_with_comment fb_iframe_widget" data-layout="box_count" data-send="false" data-width="35" data-show-faces="false" data-font="arial" data-href="http://www.btandthetenants.com/photos"><span style="height: 62px; width: 45px; "><iframe id="f1603dc7e8" name="f11a7f8ffc" scrolling="no" style="overflow: hidden; height: 62px; width: 45px; border: none; " title="Like this content on Facebook." class="fb_ltr" src="https://www.facebook.com/plugins/like.php?api_key=162010397258435&channel_url=http://static.ak.facebook.com/connect/xd_arbiter.php?version=5#cb=f1d41deae&origin=http://www.btandthetenants.com/f3e64780fc&domain=www.btandthetenants.com&relation=parent.parent&extended_social_context=false&font=arial&href=http://www.btandthetenants.com/photos&layout=box_count&locale=en_US&node_type=link&sdk=joey&send=false&show_faces=false&width=55"></iframe></span></div></div>

我 sincerely诚地 st。 感谢。

问题回答

这是我试图点击 like类似纽芬兰语时的页数:

for (;;);{"__ar":1,"payload":{"requires_login":false,"success":false,"already_connected":false,"is_admin":false,"show_error":true,"error_info":{"brief":"Cannot see this page","full":"This page is either disabled or not visible to the current user.","errorUri":"/connect/connect_to_node_error.php?title=Cannot+see+this+page&body=This+page+is+either+disabled+or+not+visible+to+the+current+user.&hash=AQCKE3RqZ24PrqLg"}}}

It appears to be a bug that has been reported here. Also have a look at this question which reports the same problem.





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签