Answers for "facebook page imbed"

0

how to embed a facebook page

<div style="width: 600px;">
  <!-- Page plugin's width will be 500px -->
  <div class="fb-page" data-href="{url}" data-width="500"></div>
</div>
Posted by: Guest on May-20-2020
0

Embed Facebook feed into website

<div style="width: 190px;">
<!-- Page plugin's width will be 190px -->
<div class="fb-page" data-href="{url}" data-width="420"></div>
</div>
Posted by: Guest on October-27-2020

Browse Popular Code Answers by Language