You are here

function like_defaults in Facebook social plugins integration 7.2

Same name and namespace in other branches
  1. 6.2 plugins/fb_plugin/like.inc \like_defaults()
1 call to like_defaults()
like_fb_settings in plugins/fb_plugin/like.inc

File

plugins/fb_plugin/like.inc, line 21

Code

function like_defaults() {
  return array(
    'href' => '',
    'send' => 0,
    'layout' => 'button_count',
    'show_faces' => 0,
    'width' => 350,
    'action' => 'like',
    'font' => 'verdana',
    'colorscheme' => 'dark',
  );
}