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

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

Use new variables for url
Use article instead of website for og:type (to avoid right problem)
Add fb:admins
Use thumbnail_url for og:image

  • Property svn:eol-style set to LF
File size: 523 bytes
Line 
1<div id="fb-xfbml-comments">
2<fb:comments
3  xid="{$fbp_page.url|@urlencode}" url="{$fbp_page.url}"
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.