Answers for "how to add facebook timeline to website"

4

how to embed a facebook page

<div class="fb-page"
  data-href="https://www.facebook.com/imdb" 
  data-width="340"
  data-hide-cover="false"
  data-show-facepile="true"></div>
Posted by: Guest on May-20-2020
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

Code answers related to "how to add facebook timeline to website"

Browse Popular Code Answers by Language