搜尋結果網頁搜尋結果Discuz! Fb分享顯示圖片縮圖處理-
搜尋結果 網頁搜尋結果 Discuz! Fb分享顯示圖片縮圖處理-
基本上 這是基於網路上的教學而來
如果是直接複製 我不如直接附上連結就好
原版連結 http://www.kerobbs.net/thread-20506-1-1.html
基本上是修改 /template/default/common/header_common.htm
或是 /template/(當前主題)/common/header_common.htm
加在這行後面
- <meta http-equiv="MSThemeCompatible" content="Yes" />
[color=rgb(254, 121, 129) !important]複製代碼
- <meta property="fb:app_id" content="xxxxx" />
- <meta property="og:type" content="website" />
- <!--{if $_G[forum_thread][author]}-->
- <meta name="author" content="$_G[forum_thread][author]" />
- <!--{else}-->
- <meta name="author" content="$_G['setting']['bbname']" />
- <!--{/if}-->
- <!--{if $_G['mod'] == 'space'}-->
- <meta property="og:image" content="$_G[siteurl]uc_server/avatar.php?uid={$uid}" />
- <meta property="og:url" content="$_G[siteurl]uid-{$uid}.html"/>
- <!--{/if}-->
- <!--{if $_G[tid]}-->
- <meta property="og:site_name" content="$_G['setting']['bbname']"/>
- <!--{if in_array('forum_viewthread', $_G['setting']['rewritestatus'])}-->
- <meta property="og:url" content="$_G[siteurl]thread-{$_G[tid]}-1-1.html"/>
- <!--{else}-->
- <meta property="og:url" content="$_G[siteurl]forum.php?mod=viewthread&tid=$_G[tid]"/>
- <!--{/if}-->
- <!--{/if}-->
- <!--{eval $ogImageStop = false; $key = 0;}-->
- <!--{loop $postlist $post}-->
- <!--{loop $post['attachments'] $attachment}-->
- <!--{if $attachment['isimage']}-->
- <!--{eval $key++}-->
- <!--{if $key < 2}-->
- <meta property="og:image" content="{$attachment['url']}{$attachment['attachment']}">
- <!--{/if}-->
- <!--{eval $ogImageStop = true;}-->
- <!--{/if}-->
- <!--{/loop}-->
- <!--{/loop}-->
- <!--{if $_SERVER['PHP_SELF'] == '/forum.php'}-->
- <meta property="og:image" content="https://cdn.besv.net/image.png" />
- <!--{/if}-->
- <meta property="og:title" content="<!--{if !empty($navtitle)}-->$navtitle<!--{/if}--><!--{if empty($nobbname)}--> $_G['setting']['bbname']<!--{/if}-->"/>
- <meta property="og:description" content="{if !empty($metadescription)}{echo dhtmlspecialchars($metadescription)} {/if}{if empty($nobbname)},$_G['setting']['bbname']{/if}"/>
[color=rgb(254, 121, 129) !important]複製代碼
第1行的fb:id
第33行的og:image改為你自己的
基本上就OK了
基本上與原版本的差異
個人空間會顯示個人頭像
首頁應該會顯示
文章顯示作者ID
|