
jQuery(document).ready(function($){
if($('#socialshareprivacy').length > 0){
$('#socialshareprivacy').socialSharePrivacy({
	  services : {
	    facebook : {
	      'app_id' : '119694238052762',
	      'dummy_img'         : 'http://underweb.de/user/themes/minimalistic/socialshareprivacy/images/dummy_facebook.png',
	      'referrer_track'    : '/from/facebook',
	      'language' : 'en',
		  'txt_fb_off' : 'not connected to facebook',
		  'txt_fb_on' : 'connected to facebook',
		  'txt_info' : '2 clicks for more privacy: Once you click here, the button will be activated and information will immediately be sent to a third party. See <i>i</i> for more information.'
	    },
	    'twitter' : {
		  'dummy_img'         : 'http://underweb.de/user/themes/minimalistic/socialshareprivacy/images/dummy_twitter.png',
          'referrer_track'    : '/from/twitter',
		  'txt_twitter_off' : 'not connected to twitter',
		  'txt_twitter_on' : 'connected to twitter',
		  'txt_info' : '2 clicks for more privacy: Once you click here, the button will be activated and information will immedeately be sent to a third party. See <i>i</i> for more information.'	
	    },
	    gplus : {
          'dummy_img'         : 'http://underweb.de/user/themes/minimalistic/socialshareprivacy/images/dummy_gplus.png',
          'referrer_track'    : '/from/gplus',
	      'language' : 'en',
		  'txt_gplus_off' : 'not connected to G+',
		  'txt_gplus_on' : 'connected to G+',
		  'txt_info' : '2 clicks for more privacy: Once you click here, the button will be activated and information will immediately be sent to a third party. See <i>i</i> for more information.'	
	    }
	  },
	  'cookie_domain' : 'underweb.de',
	  'css_path' : 'http://underweb.de/user/themes/minimalistic/socialshareprivacy/socialshareprivacy.css',
	  'settings_perma' : 'Activate permanentely and agree to submission of data:',
	  'txt_help' : 'These fields, once activated by a click, will submit data to Facebook, Twitter and Google, who are located in the US. This data is going to be stored permanently. For more information (in German), please click this button.'
	}); 
}
});

