source: extensions/FacebookPlug/Plugin/tpl/social.plugin.comments.tpl @ 8295

Last change on this file since 8295 was 8295, checked in by rub, 13 years ago

Add comments social plugin.
Fix FB connexion

  • Property svn:eol-style set to LF
File size: 524 bytes
Line 
1<div id="fb-xfbml-comments">
2<fb:comments
3  xid="{$fbp_urlencode_picture}" url="{$fbp_url_picture}"
4  width="{$fbp.social_plugin_comments.width}"
5  numposts="{$fbp.social_plugin_comments.numposts}"
6  css="{$fbp.social_plugin_comments.css}"
7  title="{$fbp.social_plugin_comments.title}"
8  simple="{$fbp.social_plugin_comments.simple|@boolean_to_string}"
9  reverse="{$fbp.social_plugin_comments.reverse|@boolean_to_string}"
10  publish_feed="{$fbp.social_plugin_comments.publish_feed|@boolean_to_string}"
11></fb:comments>
12</div>
Note: See TracBrowser for help on using the repository browser.