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

Last change on this file since 27588 was 17473, checked in by rub, 12 years ago

Quick fix social plugin comment

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