Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决] QQ正式开放平台 - 分享代码在模板中的嵌入位置

[复制链接]
cr180 发表于 2010-9-19 10:38:05 | 显示全部楼层 |阅读模式
问题描述
适用版本: Discuz! X1.5
浏览器: 其他(帖子中请注明浏览器) 
使用模板: 官方模板
BUG地址: http://opensns.qq.com/share/#.how
本帖最后由 cr180 于 2010-9-19 10:42 编辑

给大家指出位置:具体怎么加,大家根据自己的需要来进行吧

提示:QQ开发代码也可以说是一个采集,我们把内容地址传递过去,那边采集分享。
所以只需要把这段分享代码放到文章或主题的阅读页面即可!







涉及门户文章阅读页模板文件:\template\default\portal\view.htm


表态区域的代码:


  1.     <div id="click_div">
  2.      <!--{template home/space_click}-->
  3.     </div>
复制代码







涉及论坛帖子阅读页模板文件:\template\default\forum\viewthread_node.htm


评分等区域的代码:


  1.   <!--{if $post['first'] && !$_G['forum_thread']['archiveid']}-->
  2.    <!--{if !empty($lastmod['modaction'])}--><div class="modact"><a href="forum.php?mod=misc&action=viewthreadmod&amp;tid=$_G[tid]" title="{lang thread_mod}" onclick="showWindow('viewthreadmod', this.href)">{lang thread_mod_by}</a></div><!--{/if}-->
  3.    <div class="uo{if $_G['group']['allowrecommend'] && $_G['setting']['recommendthread'][status]} nrate{/if}">
  4.     <!--{if $post['invisible'] == 0}-->
  5.      <!--{if $_G['group']['raterange'] && $post['authorid']}-->
  6.       <a id="k_rate" href="javascript:;" onclick="showWindow('rate', 'forum.php?mod=misc&action=rate&amp;tid=$_G[tid]&amp;pid=$post[pid]', 'get', -1);return false;" title="{echo count($postlist[$post[pid]][totalrate]);} {lang people_score}">{lang rate}</a>
  7.      <!--{/if}-->
  8.      <a href="home.php?mod=spacecp&ac=favorite&type=thread&id=$_G[tid]" id="k_favorite" onclick="showWindow(this.id, this.href, 'get', 0);" onmouseover="this.title = $('favoritenumber').innerHTML + ' {lang activity_member_unit}{lang thread_favorite}'">{lang thread_favorite}<span id="favoritenumber">{$_G['forum_thread']['favtimes']}</span></a>
  9.      <a href="home.php?mod=spacecp&ac=share&type=thread&id=$_G[tid]" id="k_share" onclick="showWindow(this.id, this.href, 'get', 0);" onmouseover="this.title = $('sharenumber').innerHTML + ' {lang activity_member_unit}{lang thread_share}'">{lang thread_share}<span id="sharenumber">{$_G['forum_thread']['sharetimes']}</span></a>
  10.      <!--{if $_G['perm']['allowrecommend'] && $_G['setting']['recommendthread']['status']}-->
  11.       <a id="recommend_add" href="forum.php?mod=misc&action=recommend&amp;do=add&amp;tid=$_G[tid]" {if $_G['uid']}onclick="ajaxmenu(this, 3000, 1, 0, '43', 'recommendupdate({$_G['group']['allowrecommend']})');return false;"{else} onclick="showWindow('login', this.href)"{/if} onmouseover="this.title = $('recommendv_add').innerHTML + ' {lang activity_member_unit}$_G[setting][recommendthread][addtext]'">$_G['setting']['recommendthread'][addtext]<span id="recommendv_add">$_G[forum_thread][recommend_add]</span></a>
  12.       <a id="recommend_subtract" href="forum.php?mod=misc&action=recommend&amp;do=subtract&amp;tid=$_G[tid]" {if $_G['uid']}onclick="ajaxmenu(this, 3000, 1, 0, '43', 'recommendupdate(-{$_G['group']['allowrecommend']})');return false;"{else} onclick="showWindow('login', this.href)"{/if} onmouseover="this.title = $('recommendv_subtract').innerHTML + ' {lang activity_member_unit}$_G[setting][recommendthread][subtracttext]'">$_G['setting']['recommendthread'][subtracttext]<span id="recommendv_subtract">$_G[forum_thread][recommend_sub]</span></a>
  13.      <!--{/if}-->
  14.     <!--{/if}-->
  15.     <!--{hook/viewthread_useraction}-->
  16.    </div>
  17.   <!--{/if}-->
  18.   <!--{if $post['signature'] && ($_G['setting']['bannedmessages'] & 4 && (($post['authorid'] && !$post['username']) || ($post['groupid'] == 4 || $post['groupid'] == 5) || ($post['status'] & 1)))}-->
  19.    <div class="sign">{lang member_signature_banned}</div>
  20.   <!--{elseif $post['signature'] && !$post['anonymous'] && $showsignatures}-->
  21.    <div class="sign" style="max-height:{$_G['setting']['maxsigrows']}px;maxHeightIE:{$_G['setting']['maxsigrows']}px;">$post[signature]</div>
  22.   <!--{/if}-->
  23.   <!--{ad/thread/a_pb/1/$postcount}-->
复制代码

la367 发表于 2010-9-19 16:46:35 | 显示全部楼层
谢谢分享了`~
回复

使用道具 举报

pcyi 发表于 2010-9-20 01:14:51 | 显示全部楼层
本帖最后由 pcyi 于 2010-12-25 13:52 编辑


回复

使用道具 举报

hellokai 发表于 2010-9-20 11:44:58 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

lioo 发表于 2010-9-20 15:48:59 | 显示全部楼层
回复

使用道具 举报

雨荷联盟 发表于 2010-9-21 14:36:44 | 显示全部楼层
非常有用,呵呵
www.yuhe.net
回复

使用道具 举报

zhoulubo2008 发表于 2010-9-21 20:50:03 | 显示全部楼层
顶一下下!
回复

使用道具 举报

woniu778 发表于 2010-9-23 11:07:00 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

0777tt.cn 发表于 2010-9-24 23:07:48 | 显示全部楼层
  我已经在用了  
回复

使用道具 举报

不哓得 发表于 2010-9-26 21:21:54 | 显示全部楼层
这个是啥功能来的哦
回复

使用道具 举报

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

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-16 13:00 , Processed in 0.042899 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表