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%"

https://developers.facebook.com/docs/plugins/comments


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -