There are cases where we might want facebook messages displayed differently in various contexts, for example frontpage blocks as opposed to news listings etc, even in different places on the same path (e.g. highlight block with first post on front page, and another block with next few).

So I would like to extend facebook_pull_render to allow overriding the default templates, like:

facebook_pull_render($graph_id, $type, $app_id, $app_secret, $options, $template);

I think I can probably manage a patch for this if you're likely to accept it?