Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How can I set the URL of the "like" button embedded in the Facebook comments plugin?

The XFBML <fb:like> tag has an href attribute, but the <fb:comments> tag lacks an equivalent attribute.

share|improve this question

2 Answers

The url attribute seems to be deprecated. There are two new attributes returnurl and callbackurl but they have no effect on the LIKE url. Maybe it's a question of time, I don't know. I cretaed a new app, changed the og:url attribute but still no luck. It keeps on "liking" the same page.

share|improve this answer
up vote 0 down vote accepted

updated for new version of Facebook comments plugin:

The new Facebook comments plugin no longer uses the xid attribute. Instead, the href attribute is used to both identify the comments box and associate a URL with it.

Compare new <fb:comments> to legacy <fb:comments>


original answer:

Figured it out while asking the question:

The <fb:comments> url attribute works like the <fb:like> href attribute.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.