Hi guys, Today I am going to show you, how you can embed Facebook page, comments, posts, like button, group plugins, save button, share button and video player to your website of blog. So, let us begin with embedding a Facebook page. To do so, you can use the code below: <iframe src = "https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2F example &tabs=timeline&width=340&height=130&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" width = "340" height = "130" style = " border : none ; overflow : hidden " scrolling = "no" frameborder = "0" allowTransparency = "true" allow = "encrypted-media" ></iframe> Preview: Here change the word example with your page ID and to choose the tabs you want to be shown, change the word timeline to the name of tab you want to be appeared. Leave ...