function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
pujapuja 

Not Display recent activities

Hi,

I have read in net facebook provides the social plugin by which we can display the recent activity in our page .

i have used the code:

 

<apex:page >

<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";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

 


<div class="fb-activity" data-site="[Site URL]" data-width="300" data-height="300" data-header="true" data-recommendations="false" data-max_age="0"></div>

</apex:page>

 

But it is not display the recent activities ....

Please help.

Thanks