Share this Article !

how to embed Facebook profile page

The Page plugin lets you easily embed and promote any public Facebook Page on your website. Just like on Facebook, your visitors can like and share the Page without leaving your site. You can use the Page plugin for any Page that is not restricted, for example, by country or age.

I suggest you to use the Facebook page plugin.

it is easy to understand and easy to use.

Facebook page plugin

or you can use my code and only replace your Facebook page link instead of me.

<div class="onlycontent"> 
<h1>VNorm Official Facebook Page</h1> 
<div class="fb-page" data-href="https://www.facebook.com/vnormcambodia" data-tabs="" data-width="500" data-height="" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"> 
<blockquote cite="https://www.facebook.com/vnormcambodia" class="fb-xfbml-parse-ignore"> 
<a href="https://www.facebook.com/vnormcambodia">VNorm Official Facebook Page
</a> 
</blockquote> 
</div> 
</div>

how to add css responsive on an facebook profile page. Please check this URL: https://www.v-norm.com/css-responsive-width-facebook-page-plugin[:kh]The Page plugin lets you easily embed and promote any public Facebook Page on your website. Just like on Facebook, your visitors can like and share the Page without leaving your site. You can use the Page plugin for any Page that is not restricted, for example, by country or age.

I suggest you to use the Facebook page plugin.

it is easy to understand and easy to use.

Facebook page plugin

setting

Setting HTML5 Attribute Description Default
href data-href The URL of the Facebook Page None
width data-width The pixel width of the plugin. Min. is 180 & Max. is 500 340
height data-height The pixel height of the plugin. Min. is 70 500
tabs data-tabs Tabs to render i.e. timelineeventsmessages. Use a comma-separated list to add multiple tabs, i.e. timeline, events. timeline
hide_cover data-hide-cover Hide cover photo in the header false
show_facepile data-show-facepile Show profile photos when friends like this true
hide_cta data-hide-cta Hide the custom call to action button (if available) false
small_header data-small-header Use the small header instead false
adapt_container_width data-adapt-container-width Try to fit inside the container width true
lazy data-lazy true means use the browser’s lazy-loading mechanism by setting the loading="lazy" iframe attribute. The effect is that the browser does not render the plugin if it’s not close to the viewport and might never be seen. Can be one of true or false (default). f

or you can use my code and only replace your Facebook page link instead of me.

<div class="onlycontent"> 
<h1>VNorm Official Facebook Page</h1> 
<div class="fb-page" 
data-href="https://www.facebook.com/vnormcambodia" 
data-tabs="" 
data-width="500" 
data-height="" 
data-small-header="false" 
data-adapt-container-width="true" 
data-hide-cover="false" 
data-show-facepile="true"> 
<blockquote cite="https://www.facebook.com/vnormcambodia" class="fb-xfbml-parse-ignore"> 
<a href="https://www.facebook.com/vnormcambodia">VNorm Official Facebook Page</a> 
</blockquote> 
</div> 
</div>

Share this Article !


You may like this
Top 10 most popular programming language in 2025

Top 10 most popular programming language in 2025

Nowadays, we know and see coding skills hold immense value in technology beyond 1990 till 2025, with effects on career advancement being profound. Extremely popular languages such as Python, JavaScript, and Java...
how to improve seo and increase audience for your website

how to improve seo and increase audience for your website

To increase your audience and boost your SEO (Search Engine Optimization), you’ll need to implement a mix of technical strategies, content creation, and marketing campaigns. This is a step-by-step guide to help...
Moodle – how get total course completed and login chart in current year into dashboard page

Moodle – how get total course completed and login chart in current year into dashboard page

To add the total course completed and login chart in the current year to the dashboard, you need to get a query from course complete and login from the database. We created...
(100% worked) How to fix PHP is not recognized as an internal or external command for Xampp Or Wamp

(100% worked) How to fix PHP is not recognized as an internal or external command for Xampp Or Wamp

5 steps for fixing PHP is not recognized as an internal or external command for Xampp rr Wamp. You can follow the tips below. Go to My Computer->properties -> Advanced system setting->...
How to loop post under category in wordpress

How to loop post under category in wordpress

To loop posts under categories, you should know something. get_categories($args): Arguments to retrieve categories and we want to return array List of category objects that   ‘parent’ => 0 .  $categories =...
boostrap columns left in desktop and right in mobile

boostrap columns left in desktop and right in mobile

When you want to change columns left on desktop and right on mobile, we always think about the responsive screen.This tip will help you. following the below code : <div class="container">  ...