查看: 61|回复: 0

分享到 Facebook 的代码

[复制链接]

1382

主题

18

回帖

3788

积分

管理员

金钱
2388
发表于 2026-7-8 19:56:12 | 显示全部楼层 |阅读模式

1、打开 template\default\common\header_common.htm ,查找·:

  1. <meta http-equiv="MSThemeCompatible" content="Yes" />
复制代码


在下边添加:

  1.         <meta property="fb:app_id" content="#" />
  2.         <!--{if false}-->OG META TAGS<!--{/if}-->
  3.         $_G[tid]}-->
  4.         <meta property="og:site_name" content="$_G['setting']['bbname']"/>
  5.         <!--{if in_array('forum_viewthread', $_G['setting']['rewritestatus'])}-->
  6.         <meta property="og:url" content="$_G[siteurl]thread-{$_G[tid]}-1-1.html"/>
  7.         <!--{else}-->
  8.         <meta property="og:url" content="$_G[siteurl]forum.php?mod=viewthread&tid=$_G[tid]"/>
  9.         <!--{/if}-->
  10.         <meta property="og:title" content="<!--{if !empty($navtitle)}-->$navtitle<!--{/if}--><!--{if empty($nobbname)}--> $_G['setting']['bbname']<!--{/if}-->"/>
  11.         <meta property="og:description" content="{if !empty($metadescription)}{echo dhtmlspecialchars($metadescription)} {/if}{if empty($nobbname)},$_G['setting']['bbname']{/if}" />
  12.         <meta property="og:type" content="website" />
  13.         
  14.         <!--{eval $ogImageStop = false; $key = 0;}-->
  15.         <!--{loop $postlist $post}-->
  16.         <!--{loop $post['attachments'] $attachment}-->
  17.         <!--{if $attachment['isimage']}-->
  18.         <!--{eval $key++}-->
  19.         <!--{if $key < 2}-->
  20.         <meta property="og:image" content="$_G[siteurl]{$attachment['url']}{$attachment['attachment']}">
  21.        <meta name="twitter:image"  content="$_G[siteurl]{$attachment['url']}{$attachment['attachment']}"/>
  22.         <meta property="og:image:width" content="1200">
  23.         <meta property="og:image:height" content="628">
  24.         <!--{/if}-->
  25.         <!--{eval $ogImageStop = true;}-->
  26.         <!--{/if}-->
  27.         <!--{/loop}-->
  28.         <!--{/loop}-->
  29.         <!--{/if}-->
复制代码


2、到后台 → 营运\站点广告\论坛/群组 帖内广告 ,展现方式:代码

在广告 HTML 代码框里添加:

  1. <a href="<a href="你的网站"    onclick="     window.open(
  2.        'https://www.facebook.com/sharer/sharer.php?u='+encodeURIComponent(location.href),
  3.         'facebook-share-dialog',
  4.        'width=626,height=436');
  5.      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>
复制代码



回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|网站地图|文强阁

相关侵权、举报、投诉及建议等,请发 E-mail:admin@discuz.vip

Powered by Discuz! X5.0 © 2001-2026 Discuz! Team.

在本版发帖
返回顶部