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.button.tpl

    r8282 r8386  
    11<div id="fb-xfbml-like-button">
    2 <fb:like href="{$fbp_url_picture}" width="{$fbp.social_plugin_like_button.width}" layout="{$fbp.social_plugin_like_button.layout}" show_faces="{$fbp.social_plugin_like_button.show_faces|@boolean_to_string}" action="{$fbp.social_plugin_like_button.action}" colorscheme="{$fbp.social_plugin_like_button.colorscheme}"></fb:like>
     2<fb:like
     3  href="{$fbp_url_picture}"
     4  width="{$fbp.social_plugin_like_button.width}"
     5  layout="{$fbp.social_plugin_like_button.layout}"
     6  show_faces="{$fbp.social_plugin_like_button.show_faces|@boolean_to_string}"
     7  action="{$fbp.social_plugin_like_button.action}"
     8  colorscheme="{$fbp.social_plugin_like_button.colorscheme}"
     9  font="{$fbp.social_plugin_like_button.font}"
     10  ref="{$fbp.social_plugin_like_button.ref}"
     11></fb:like>
    312</div>
Note: See TracChangeset for help on using the changeset viewer.