You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to Facebook document, data-width="100%" will make the comment box full width of the parent element
I've tested it and it's working with standard Facebook init
However, this is not working on angular-easyfb. The whole comment box is gone
I inspect the element created by FB sdk, and found that the width becomes 0, which causes the comment box invisible.
I've tried other width such as 500px and 1000px and it's working.
According to Facebook document,
data-width="100%"
will make the comment box full width of the parent elementI've tested it and it's working with standard Facebook init
However, this is not working on angular-easyfb. The whole comment box is gone
I inspect the element created by FB sdk, and found that the
width
becomes0
, which causes the comment box invisible.I've tried other width such as
500px
and1000px
and it's working.Plunkr: (Please select
comment
tab)http://plnkr.co/edit/ZILG9JG9PnzOB9xjuc6q?p=preview
The text was updated successfully, but these errors were encountered: