Ignore:
Timestamp:
Dec 29, 2010, 11:45:21 PM (13 years ago)
Author:
rub
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/FacebookPlug/Plugin/tpl/social.plugin.like.box.tpl

    r8275 r8386  
    22  <ul>
    33    <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>
     4    <fb:like-box
     5      href="{$fbp.social_plugin_like_box.url}"
     6      width="{$fbp.social_plugin_like_box.width}"
     7      height="{$fbp.social_plugin_like_box.height}"
     8      show_faces="{$fbp.social_plugin_like_box.show_faces|@boolean_to_string}"
     9      stream="{$fbp.social_plugin_like_box.stream|@boolean_to_string}"
     10      header="{$fbp.social_plugin_like_box.header|@boolean_to_string}"
     11      colorscheme="{$fbp.social_plugin_like_box.colorscheme}"
     12    ></fb:like-box>
    513    </div>
    614  </ul>
Note: See TracChangeset for help on using the changeset viewer.