網頁

2013年11月29日 星期五

FB Share Link

Last Update: 2013/11/29 23:52+08
Type: Note



nstp.fbshare = function(){
  var time = '&time='+new Date().getTime();
  var url = 'http://www.facebook.com/share.php?u='.concat(encodeURIComponent(location.href)).concat(time);
  window.open(url);
};


Debug
https://developers.facebook.com/tools/debug


<meta property="og:title" content="Unknow"/>
<meta property="og:type" content="movie"/>
<meta property="og:url" content="http://www.example.com/" />
<meta property="og:image" content="http://www.example.com/img/logo.png"/>
<meta property="og:site_name" content="example"/>

og 以外 指定縮圖
<link href="圖片連結網址" rel="image_src" type="image/jpeg" / >