|
This page last changed on Dec 02, 2011 by jed.wheeler@involver.com.
Overview
Allows you to show a facepile of all the user's friends who have rated a certain item or collection of items.
Caching Considerations
There will be a delay between the time a friend has rated an item and it showing up in the facepile.
Attributes
| name |
type |
required |
description |
| auto_scroll |
boolean |
no |
Automatically scroll through sets of faces |
| img_count |
integer |
no |
Number of faces to show |
| prev_button |
string |
no |
URL of image button to paginate left |
| next_button |
string |
no |
URL of image button to paginate right |
| remove_div |
string |
no |
ID of the DOM element to remove when faces successfully fetched. |
Examples
{% rss_feed %}
{% for item in rss_feed.feed_items %}
<h3>{{item.title}}</h3>
<div class="like-wrapper">{% friends_who_rated item %}</div>
{% endfor %}
{% endrss_feed %}
Related Topics
|