function sfc_live_stream_shortcode($atts) { $options = get_option('sfc_options'); $args = shortcode_atts(array('width' => '200', 'height' => '400', 'xid' => '', 'always_post_to_friends' => 'false', 'event_app_id' => $options['appid']), $atts); return get_sfc_livestream($args); }
function sfc_live_stream_shortcode($atts) { $args = shortcode_atts(array('width' => '200', 'height' => '400'), $atts); return get_sfc_livestream($args); }