You are here

function livestream_defaults in Facebook social plugins integration 7.2

Same name and namespace in other branches
  1. 6.2 plugins/fb_plugin/livestream.inc \livestream_defaults()
1 call to livestream_defaults()
livestream_fb_settings in plugins/fb_plugin/livestream.inc

File

plugins/fb_plugin/livestream.inc, line 18

Code

function livestream_defaults() {
  return array(
    'event_app_id' => variable_get('fb_social_appid', ''),
    'width' => 400,
    'height' => 500,
    'xid' => '',
    'via_url' => '',
    'always_post_to_friends' => 0,
  );
}