Can you create a Facebook Widget... for a person? With Feed.

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
simonmlewis
DevNet Master
Posts: 4435
Joined: Wed Oct 08, 2008 3:39 pm
Location: United Kingdom
Contact:

Can you create a Facebook Widget... for a person? With Feed.

Post by simonmlewis »

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:

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>
But for a person?
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
Post Reply