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.

learn more… | top users | synonyms

-1
votes
0answers
7 views

Why Facepile isn't show up on my site? [closed]

I have tried everything that say on https://developers.facebook.com/docs/reference/plugins/facepile/ but it isn't working what should I do ?
0
votes
0answers
20 views

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 ...
0
votes
0answers
18 views

Need to see friends who liked/shared a specific page

Let's say we have page X (not a Facebook page, just a page on my site). When you visit the page, if you're logged in with FB, I want to show you your friends who have liked/shared that page X. I've ...
0
votes
1answer
37 views

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 ...
0
votes
0answers
27 views

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 ...
0
votes
0answers
99 views

FB Like & Facepile comes & gos depending on browser [closed]

I have a website in which I have displayed the FB-Like button (simple) at the bottom of all 5 pages & it's working fine. But on this one page: http://www.partygirlrocks.com/site/index-3.html I ...
0
votes
0answers
152 views

facepile plugin not showing any profile pictures

I've implemented the facebook facepile plugin on website I am working with, and it's not functioning as expected. More to say - it isn't working as described on plugin page ...
0
votes
0answers
176 views

how to remove “xxx” uses “name of my app” on facepile

I'm using facepile widget on my website. It works just fine on desktop, but it causes a layout problem on mobile devices. Basically, the problem is that I don't have enough space for friend names. ...
0
votes
1answer
111 views

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 ...
0
votes
1answer
559 views

Facepile data-action not working?

I have an object type "Page" and an action type "Create" and I would like to implement this in my facepile. Where "twm_test" is my namespace. <div class="fb-facepile" data-href="http://domain.com" ...
0
votes
0answers
58 views

Facepile on dark background

Has anyone else been able to get the Facepile to work on a dark background? I have tried it on the developer site http://developers.facebook.com/docs/reference/plugins/facepile/, switched it over to ...
0
votes
1answer
264 views

including social plugins shows no friend faces

So actually I wanted to include facepile to all articles on a website. I added the html5 code as given by the developers page and included meta-tags on my testpage. To like the page I added a ...
0
votes
2answers
208 views

Facepile doesn't work for news.reads action

I am trying to add facebook facepile plugin to a page. I am trying to use news.reads action in the plugin and it doesn't work. I am adding: div class="fb-facepile fb_iframe_widget" ...
0
votes
0answers
83 views

Unable to fetch Facepile results on Facebook developers tools page

While I was trying to search the implementation of Facepile for my website. I have found out that the Facepile is not working for any link. Even the example result is not being displayed. I tried it ...
0
votes
1answer
81 views

Facepile embedded with email

Interested to find out how to embed data from facebook such as a "facepile" into an email that is generated server side. Can only find doco on adding to a web page. Realise the email can not using ...
1
vote
0answers
55 views

Hide Facebook Facepile loading animation

how can I remove Facebook loading animation (the 3 blue bars) from my Facepile? https://developers.facebook.com/docs/reference/plugins/facepile/
0
votes
1answer
2k views

facebook facepile shows my friends only

I would like to show all people which use my app. I tried this facepile code but it shows my friends only. <iframe id="fbusage" scrolling="no" allowTransparency="true" ...
0
votes
0answers
671 views

Facebook facepile plugin not showing the pics & names in firefox

The facepile works perfect in chrome but in firefox(v 10.0.2) I only get the small fb icon(that comes just before the friends names). The friends names and pictures are not being shown. And yes, I am ...
0
votes
1answer
180 views

Show friends on application

I have a FB app. I need to have a functionality similar to which is present on Washington post reader that shows friends on the app. Is it FB facepile? If so, then how have they implemented to show ...
0
votes
1answer
1k views

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 ...
6
votes
2answers
2k views

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 ...