tags:

views:

505

answers:

1

Hi,

I'm having problems putting a fb:comments tag inside a fb:visible-to-connection tag. It seems the comment box cannot fully load. Here is my code example :

<fb:fbml version="1.1">
  <fb:visible-to-connection>
    <fb:comments xid="test" canpost="true" candelete="true" numposts="15" showform="true"></fb:comments>
  </fb:visible-to-connection>
</fb:fbml>

You can view the result at http://www.facebook.com/pages/Code-Rubik/168028515418?v=app_7146470109. You need to become fan to see the comment box.

When I remove the visible-to-connection tag, it works just fine. I tried changing the version of the fb:fbml tag and removing it altogether but it doesn't change anything.

Does anyone know about this bug? Should I file a bug for this?

Thanks!

A: 

I just discovered this problem today as well. Did you ever find a solution?

Andrew Jones

related questions