source: extensions/FacebookPlug/Plugin/tpl/social.plugin.like.button.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: 467 bytes
Line 
1<div id="fb-xfbml-like-button">
2<fb:like
3  href="{$fbp_page.url}"
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>
12</div>
Note: See TracBrowser for help on using the repository browser.