Can you create a Facebook Widget... for a person? With Feed.
Posted: Mon Dec 08, 2014 4:19 am
Hi.
We use Facebook Pages and put the activity feed of all their posts on their homepage in a Widget.
We are now doing this for a new customer, but I just found out they created their account as a person, rather than a Page. And they have 400 followers, so cannot really create a NEW Page and hope they'll all follow.
Can you create an feed widget, like this:
But for a person?
We use Facebook Pages and put the activity feed of all their posts on their homepage in a Widget.
We are now doing this for a new customer, but I just found out they created their account as a person, rather than a Page. And they have 400 followers, so cannot really create a NEW Page and hope they'll all follow.
Can you create an feed widget, like this:
Code: Select all
<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_GB/sdk.js#xfbml=1&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like-box" data-href="https://www.facebook.com/test" data-width="298" data-height="398" data-colorscheme="light" data-show-faces="false" data-header="false" data-stream="true" data-show-border="false"></div>