Adriana
Adriana

Reputation: 8604

Migrating Facebook comments

I'm trying to migrate my old Facebook comments box to the new one. I added to my code 'migrated="1"', nothing else changed.

<fb:comments xid="myxid" url="/url/to/article" width="618" migrated="1"></fb:comments>

But old comments box is still there! Nothing happened, comments look the same. What do I do wrong? Is there anything else I should do?

According to this article http://developers.facebook.com/blog/post/472/, there should be nothing more required to migrate.

Thanks

Upvotes: 0

Views: 887

Answers (1)

ifaour
ifaour

Reputation: 38125

Change the url parameter to href.

Upvotes: 1

Related Questions