查看: 658|回復: 0

[通用] Facebook分享縮圖優化

[複製鏈接]
發表於 2018-11-2 00:13:38 | 顯示全部樓層 |閱讀模式
[通用] Facebook分享縮圖優化

https://besv.net/thread-1484-1-1.html

http://www.kerobbs.net/thread-20506-1-1.html

修改風格檔/template/風格資料夾/common/header_common.htm(若有)

若無則修改/template/default/common/header_common.htm

找到
  1. <meta http-equiv="MSThemeCompatible" content="Yes" />
複製代碼
下面增加
  1. <!--{if $_G[tid]}-->
  2.         <meta property="og:site_name" content="$_G['setting']['bbname']"/>
  3.         <!--{if in_array('forum_viewthread', $_G['setting']['rewritestatus'])}-->
  4.         <meta property="og:url" content="$_G[siteurl]thread-{$_G[tid]}-1-1.html"/>
  5.         <!--{else}-->
  6.         <meta property="og:url" content="$_G[siteurl]forum.php?mod=viewthread&tid=$_G[tid]"/>
  7.         <!--{/if}-->
  8.         <meta property="og:title" content="$_G[forum_thread][subject] - $_G['setting']['bbname']"/>
  9.         <meta property="og:description" content="{if !empty($metadescription)}{echo htmlspecialchars($metadescription)}{/if}"/>

  10.         <!--{/if}-->
  11.         
  12.         <!--{eval $ogImageStop = false; $key = 0;}-->
  13.         <!--{loop $postlist $post}-->
  14.         <!--{loop $post['attachments'] $attachment}-->
  15.         <!--{if $attachment['isimage']}-->
  16.         <!--{eval $key++}-->
  17.     <!--{if $key < 2}-->
  18.         <meta property="og:image" content="{$_G['siteurl']}{$attachment['url']}{$attachment['attachment']}">
  19.     <!--{/if}-->
  20.         <!--{eval $ogImageStop = true;}-->
  21.         <!--{/if}-->
  22.         <!--{/loop}-->
  23.         <!--{/loop}-->
  24.         <!--{if $_SERVER['PHP_SELF'] == '/forum.php'}-->
  25.         <meta property="og:image" content="網站代表logo網址" />
  26.         <!--{/if}-->
複製代碼
功能就是讓Facebook和Google+能抓到論壇的正確訊息及縮圖,

縮圖若有圖片附件則以第一張圖片附件為主,

若無則以指定的論壇LOGO顯示。








回復

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 立即註冊

本版積分規則

Archiver|手機版|小黑屋|leechenyang.com

JS of wanmeiff.com and vcpic.com Please keep this copyright information, respect of, thank you!JS of wanmeiff.com and vcpic.com Please keep this copyright information, respect of, thank you!

GMT+8, 2024-10-16 23:21 , Processed in 0.089233 second(s), 15 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回復 返回頂部 返回列表