//https://developers.facebook.com/docs/reference/javascript/
window.fbAsyncInit = function() {
    FB.init({
      appId      : '162137579670', // App ID
      channelUrl : 'www.superkozmetik.com/fb_channel.php', // Channel File
      status     : true, // check login status
      cookie     : true, // enable cookies to allow the server to access the session
      xfbml      : true  // parse XFBML
    });

    // Additional initialization code here
  };

  // Load the SDK Asynchronously
  (function(d){
     var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
     js = d.createElement('script'); js.id = id; js.async = true;
     js.src = "//connect.facebook.net/en_US/all.js";
     d.getElementsByTagName('head')[0].appendChild(js);
   }(document));

var t=(new Date).getTime();

function fbp(prname1,prname2,prcode,primage,pralias,prprice,prdesc,type) {	
	var message = 'Arkadaşlar, ' + prname1 + ' hakkında ne düşünüyorsunuz?';
	if (type==2) message = 'Tavsiye ediyorum: ' + prname1;
	if (type==3) message = 'Arkadaşlar bu fırsatı kaçırmayın: ' + prname1 + ' fiyatı ' + prprice + ' liraya düşmüş!';
	var link = 'http://www.superkozmetik.com/' + pralias;	
	var publish = {
		method: 'feed',
		name: message, 
		caption: 'www.superkozmetik.com',
		description: prdesc,
    		link: link,
    		picture: primage,    		    		
		actions: [{name: 'Detaylı Bilgi', link: link}]
	};
	
	FB.ui(publish);	
	return false;
}
