Skip to main content

Facepile Source

Does the facepile draw from explicit supporters or implied supporters. We had an issue a while back where it was drawing from implied supporters and opposing press were featured in the list.

I believe this was corrected by the implied vs explicit support feature for that project but I need to confirm which pool the current facepile function draws from.  

Official response from

Hi Steve,

The facepile source calls the most recent supporters to your nation with profile images (avatars from Twitter or Facebook). The number of supporters depends on the theme you're using, and if you're using a custom theme you can find the liquid call in the layout.html - which should look something like this:

{% for signup in site.recent_supporters_with_pictures limit:16 %}
{{ signup.smaller_profile_image }} 
{% endfor %}

This will pull from the supporters in your database, not prospects or non-supporters. (Additional info on the differences between supporters and prospects is available.)

When updating the support level of a prospect in your nation, changing the 'inferred support level' won't change the prospect to a supporter. However, changing 'support level' to 'weak support' or 'strong support' will change a prospect to a supporter. If they are a recent signup and have a profile image, they will be pulled into this example facepile of recent supporters.

Share this post

Showing 2 reactions

How would you tag this suggestion?
Please check your e-mail for a link to activate your account.