The Facepile Facebook plugin displays the Facebook profile pictures of users who have connected with the user's page via a global or custom action, or can also be configured to display users that have signed up for the user's site.
Questions tagged [facepile]
22 questions
8
votes
2 answers
Hide facepile if user isn't logged in or no friends are connected to site
I use the Facepile pluging (iFrame) to show friends of the user who are connected to my site. However, if the user isn't logged in or has no connected friends, there is a big blank box in place of where the plugin should be.
Is there any way to hide…

psychotik
- 38,153
- 34
- 100
- 135
6
votes
1 answer
Can I use facepile with a Facebook Page?
So I have a Facebook page setup. And I have an external website that I would like to use facepile on. The idea being that when somebody comes to my external website, they can see which of their Facebook friends has 'liked' the Facebook page.
I went…

Mark Lakewood
- 1,980
- 4
- 22
- 44
1
vote
0 answers
FB.login defaults to "only me" visibility, which means Facepile plugin doesn't work
I do an FB.login with the scope being 'public_profile,email,user_friends'.
function fb_login() {
FB.login(function(response) {
console.log(response);
}, {scope: 'public_profile,email,user_friends'});
}
window.fbAsyncInit =…

Scotty9er
- 45
- 5
1
vote
0 answers
Facebook facepile not refreshing with FB.XFBML.parse()
I wrote a page with a news.reads Facebook action. After the user has been on a specific article in excess of 10 seconds it will push a news.reads action to Facebook and then show that action in the updated Facebook facepile plugin.
Till a few months…

Klemen Tusar
- 9,261
- 4
- 31
- 28
1
vote
0 answers
Make Facebook app visibility default set to "Friends" - permissions?
I have a "web site" using Facebook login option.
Currently, I am asking only for "basic permisssions" and "email" from the User.
As a result, the visibilty of the application being approved by a user - is "Only me".
The problem: I would like to use…

Max
- 643
- 11
- 27
1
vote
0 answers
Not showing last face photo in Facebook facepile
Trying to generate block for page:
In https://developers.facebook.com/docs/plugins/like-box-for-pages/
But cannot see last person's photo. It is hidden! Why is it so?

Martynas
- 43
- 4
1
vote
0 answers
Facepile displaying only my own profile picture
I have Facepile working on a website I've developed to show is is logging into our site using the app. It appears to be working correctly but only ever display a single profile picture (of the user viewing the site).
This happens despite the…

drucifixion
- 11
- 2
1
vote
0 answers
Facebook plugin does not work properly on my website
I'm trying to include the Facepile (one of Facebook's social plugins) on my website, but obviously without success:
The Facepile does not show up.
Firebug shows the generated code as inactive/gray.
Firebug's Network plugin shows 3 HTTP requests to…

Eddie
- 109
- 1
- 11
1
vote
0 answers
Facepile does not work on mobile
I'm trying to get the Facebook Facepile on a webpage. It shows fine on the desktop using the code from Fecebook's website (https://developers.facebook.com/docs/reference/plugins/facepile/), but just doesn't show up on any mobile device. I've tried…

Ashish
- 149
- 2
- 6
1
vote
1 answer
Facebook Plug-in Facepile Issue
I'm having trouble with understanding the basics of the Facepile plug-in for Facebook developers. I've successfully got Facepile up and running and displaying a picture of someone who 'likes' the page, as long as they're a friend.
That's all good.…

shrewdbeans
- 11,971
- 23
- 69
- 115
0
votes
1 answer
Is there a need for and way to define this in css?
This code is part of a facebook plugin called facepile and i was wondering if its possible and needed to define this code in css or leave it in the body as is?
data-width="200" data-height="64" data-max-rows="2" data-colorscheme="dark"…

Techagesite
- 375
- 1
- 4
- 18
0
votes
1 answer
Facebook like box and facepile not showing in Explorer and Firefox
After integrating a Facebook likebox and facepile in my header of my website (http://d-dayinfo.org/) I saw, the same box which seems to be fine on Chrome, does not show up when visiting the page on Internet Explorer and Firefox.
Any idea how to work…

Thomas Timmers
- 55
- 1
- 5
0
votes
1 answer
Is Facepile bugged?
I'm trying to test out Facepile using a URL that I know my friend has shared. When I look at the Activity Feed using the domain of that URL, I see my friends actions in there. However, when I lookat Facepile, I get a message saying "One person likes…

user2271328
- 3
- 2
0
votes
1 answer
Filter Facebook profile pictures retrieved using Facepile
I've implemented Facepile in my website and it works perfectly. It just displays the profile pictures of users who have liked my page. Now, I want to display the profile pictures of users from a particular area (Say India or Chennai). In other…

DotNet Beginner
- 35
- 3
- 11
0
votes
1 answer
facebook facepile connect shows two different messages
i have implemented facebook facepile via XFBML on two pages. one is home page and other is signup page.
Both pages have same code on it. (using include function, so im 100% its same code) even the XFBML code is same (using include function)
if i…

Basit
- 16,316
- 31
- 93
- 154