source: extensions/FacebookPlug/Plugin/tpl/social.plugin.like.box.tpl @ 8275

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

Add css
Fix translations
Finish like box integration

  • Property svn:eol-style set to LF
File size: 445 bytes
Line 
1<dd>
2  <ul>
3    <div id="fb-xfbml-like-box">
4    <fb:like-box href="{$fbp.social_plugin_like_box.url}" width="{$fbp.social_plugin_like_box.width}" show_faces="{$fbp.social_plugin_like_box.show_faces|@boolean_to_string}" stream="{$fbp.social_plugin_like_box.stream|@boolean_to_string}" header="{$fbp.social_plugin_like_box.header|@boolean_to_string}" colorscheme="{$fbp.social_plugin_like_box.colorscheme}"></fb:like-box>
5    </div>
6  </ul>
7</dd>
Note: See TracBrowser for help on using the repository browser.