1、打开 template\default\common\header_common.htm ,查找·:
- <meta http-equiv="MSThemeCompatible" content="Yes" />
复制代码
在下边添加:
- <meta property="fb:app_id" content="#" />
- <!--{if false}-->OG META TAGS<!--{/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}-->
- <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}" />
- <meta property="og:type" content="website" />
-
- <!--{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="$_G[siteurl]{$attachment['url']}{$attachment['attachment']}">
- <meta name="twitter:image" content="$_G[siteurl]{$attachment['url']}{$attachment['attachment']}"/>
- <meta property="og:image:width" content="1200">
- <meta property="og:image:height" content="628">
- <!--{/if}-->
- <!--{eval $ogImageStop = true;}-->
- <!--{/if}-->
- <!--{/loop}-->
- <!--{/loop}-->
- <!--{/if}-->
复制代码
2、到后台 → 营运\站点广告\论坛/群组 帖内广告 ,展现方式:代码
在广告 HTML 代码框里添加:
- <a href="<a href="你的网站" onclick=" window.open(
- 'https://www.facebook.com/sharer/sharer.php?u='+encodeURIComponent(location.href),
- 'facebook-share-dialog',
- 'width=626,height=436');
- return false;"onclick="showWindow('sharethread', this.href, 'get', 0);" target="_blank" class="liks1" title=""><i><img src="facebook图标" alt="{lang thread_share}到 facebook" />Facebook</i></a>
复制代码
|