 jQuery(document).ready(function($){
      if($('#socialshareprivacy').length > 0){
        $('#socialshareprivacy').socialSharePrivacy({
        	  services : {
        		    facebook : {
        		      'app_id'      : '0123456789', 
        		      'perma_option': 'off'
        		      
        		    }, 
        		    twitter : {
        		        'status' : 'off'
        		    },
        		    gplus : {
        		      'display_name' : 'Google Plus'
        		    }
        		  },
        		  'cookie_domain' : 'heise.de'
        		}); 
      }
    });
