This page last changed on Oct 18, 2011 by jed.wheeler@involver.com.


Caching Considerations

When an specifying a social node id or URL the Involver system looks up that social node and caches the response from Facebook. This happens in a background task so you might not see the count right away.


Attributes

name type required description
page_id string yes Facebook Page ID
url string yes The URL to the node's origin URL.  To verify that the node is in the graph, goto http://graph.facebook.com/http://theurl.com, replace "http://theurl.com" with your URL.

This only takes one of the above attributes, not both.


Context Variables

No context variables are generated from using this tag.


Examples

Output number of people who like a facebook page with id=1234:

{% open_graph_like_count page_id:"1234" %}

Output number of likes for an Open Graph url http://involver.com:

{% open_graph_like_count url:"http://involver.com" %}

Will output (as of 11/2/2010 - Social Node ):

278


FAQ

Related Topics

Document generated by Confluence on Feb 12, 2013 09:09