You are here

function _fb_social_livestream_preprocess_fb_social_plugin in Facebook social plugins integration 7.2

Same name and namespace in other branches
  1. 6.2 plugins/fb_plugin/livestream.inc \_fb_social_livestream_preprocess_fb_social_plugin()
1 string reference to '_fb_social_livestream_preprocess_fb_social_plugin'
livestream.inc in plugins/fb_plugin/livestream.inc

File

plugins/fb_plugin/livestream.inc, line 81

Code

function _fb_social_livestream_preprocess_fb_social_plugin(&$variables) {
  $options =& $variables['options'];
  $options['always_post_to_friends'] = $options['always_post_to_friends'] ? "true" : "false";
}