source: extensions/FacebookPlug/Plugin/tpl/social.plugin.activity.feed.tpl @ 8386

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

Add social plugin activity feed
Add convert function on admin page config
Add missing options on social plugins
Add activity tab sheet on admin config page

  • Property svn:eol-style set to LF
File size: 691 bytes
Line 
1<dd>
2  <ul>
3    <div id="fb-xfbml-activity-feed">
4    <fb:activity
5      site="{$fbp.social_plugin_activity_feed.site}"
6      width="{$fbp.social_plugin_activity_feed.width}"
7      height="{$fbp.social_plugin_activity_feed.height}"
8      recommendations="{$fbp.social_plugin_activity_feed.recommendations|@boolean_to_string}"
9      header="{$fbp.social_plugin_activity_feed.header|@boolean_to_string}"
10      colorscheme="{$fbp.social_plugin_activity_feed.colorscheme}"
11      border_color="{$fbp.social_plugin_activity_feed.border_color}"
12      filter="{$fbp.social_plugin_activity_feed.filter}"
13      ref="{$fbp.social_plugin_activity_feed.ref}"
14    ></fb:activity>
15    </div>
16  </ul>
17</dd>
Note: See TracBrowser for help on using the repository browser.