1<div style="width: 100px;">
2<!-- Page plugin's width will be 180px -->
3<div class="fb-page" data-href="{url}" data-width="320"></div>
4</div>
1<div class="fb-page"
2data-href="https://www.facebook.com/imdb"
3data-width="340"
4data-hide-cover="false"
5data-show-facepile="true"></div>
1<div style="width: 190px;">
2<!-- Page plugin's width will be 190px -->
3<div class="fb-page" data-href="{url}" data-width="420"></div>
4</div>
1<div class="fb-page"
2data-tabs="timeline,events,messages"
3data-href="https://www.facebook.com/YoloBookStore"
4data-width="380"
5data-hide-cover="false"></div>
1<div class="fb-page"
2data-href="https://www.facebook.com/facebook"
3data-width="380"
4data-hide-cover="false"
5data-show-facepile="false"></div>
1<div style="width: 600px;">
2<!-- Page plugin's width will be 500px -->
3<div class="fb-page" data-href="{url}" data-width="500"></div>
4</div>