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

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

Remove not used tpl/header.tpl
Use smarty to urlencode

  • Property svn:eol-style set to LF
File size: 529 bytes
RevLine 
[8295]1<div id="fb-xfbml-comments">
2<fb:comments
[8400]3  xid="{$fbp_url_picture|@urlencode}" url="{$fbp_url_picture}"
[8295]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.