搜尋此網誌

2011年10月24日 星期一

facebook 推薦語法


由於最近網站越來越多使用facebook 推薦
所以在此紀錄
本篇文章參考下列網站
http://epromotor.pixnet.net/blog/post/30099287-%E6%89%93%E9%80%A0%E6%96%B9%E4%BE%BF%E5%88%86%E4%BA%AB%E7%9A%84%E7%B6%B2%E9%A0%81%EF%BC%88%E7%BA%8C%EF%BC%89


//備註:測試時請放在server測本機測試是無效的

// meta name=title 推薦時要秀的標題
// link rel='image_src' 推薦時要秀的圖案
// meta name="description" 推薦時要秀的文字



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"   "http://www.w3.org/TR/html4/loose.dtd">
<HTML xmlns="http://www.w3.org/1999/xhtml"
      xmlns:og="http://ogp.me/ns#"
      xmlns:fb="http://www.facebook.com/2008/fbml">

<head>
    <title>The Rock (1996)</title>
    <meta http-equiv="Content-Type" content="text/html; charset=big5"/>
    <meta name=title content="FACEBOOK-TEST">
    <meta name="description" content="this is facebook test " /> 
    <link rel='image_src' href="圖片路徑" />
    
</head>
<body> 
<form id="form1" runat="server">
 <tr>
   <td align="right">
      <table width="90" border="0" cellspacing="0" cellpadding="0">
      <tr>
           <td> 
               <img width='100' height='100' src='圖片路徑' />  
         </td>
         <td>
               <a href="javascript:void(window.open('http://www.facebook.com/share.php?
                     u='.concat(encodeURIComponent(location.href))))">
              <img src="按鈕圖示" width="27" height="37" title='[推到 Facebook]' />
              </a>
         </td>            
      </tr>
     </table>
    </td>
  </tr>
 </form> 
</body>
</html>

沒有留言:

張貼留言