html - How to put width 100% on facebook comment -
how put width 100% on code below? please i'm beginner on html , css
<div> <fb:comments expr:href='data:post.url' expr:title='data:post.title' expr:xid='data:post.id' mobile='yes' numposts='2'/> </div>
use this, facebook's own utility generate comment box code. have option modify width there.
you can specify width in pixel if want, or can specify width 100%
fluid width.
data-width="100%"
Comments
Post a Comment