In this post i am trying to explain, how we can linkĀ our facebook page with SharePoint.
Step 1: Add Content Editor Web Part to page

Step 2: Click inside content editor web part, Editing Tools breadcrumb will appear on top menu.
Click on Insert Click on HTML tag button then select edit html source. Html source editor will appear like this:
Step 3:
Write following code in Html Source Editor
<div id=”fb-root”></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = “//connect.facebook.net/en_US/all.js#xfbml=1&appId=155174084566571″;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>
<div data-href=http://www.facebook.com/inf4web data-width=”350″ data-height=”500″ data-show-faces=”false” data-stream=”true” data-header=”true”></div>
OR you can copy this code into text fileĀ and upload this text file to site assest library of site then
- open the Properties pane for that Content editor web part ;
- in the Content Link box add the location of the uploaded text document
Your SharePoint site page will look like something this, you can change the height and width of wepart easily.
If you like this post please click LIKE and visit my sponsors thanks !!!








Hi,
I am not able to get the facebook link in sharepoint site.What may be the reasons for not getting?
Thanks,
sowjanya
Can you please explain me steps which you are performing?