有没有人做一个在线QQ客服的插件

插件开发及发布

版主: woniou

回复
ice-tt
帖子: 12
注册时间: 2010年 4月 1日 10:30
联系:

有没有人做一个在线QQ客服的插件

帖子 ice-tt »

如题: 这里提供一个插件,GBK_ UTF 两个版本

下载地址:
http://www.rayfile.com/files/df23fb5e-3 ... 5c55db73d/

演示地址:

http://www.odmcc.cn/index.html

这个是用在DEDE上的一个插件代码,我是新手 不知道怎样添加到typecho » 博客里面!

希望高手能给个教程!~~[attachment=3364,195]
palese
帖子: 149
注册时间: 2009年 9月 9日 18:28
联系:

Re: 有没有人做一个在线QQ客服的插件

帖子 palese »

这个上根本就不需要插件,上传到你空间里,在模板footer.php里加上代码就能用。

代码: 全选

<link href="OKQQ/images/qq.css" rel="stylesheet" type="text/css" />
<script language='javascript' src='OKQQ/ServiceQQ.js' type='text/javascript' charset='utf-8'></script>
ice-tt
帖子: 12
注册时间: 2010年 4月 1日 10:30
联系:

Re: 有没有人做一个在线QQ客服的插件

帖子 ice-tt »

请问你提供的这个代码是加在哪儿呢!

代码: 全选

<div class="clearfix"></div>
</div>
   <div class="grid_14" id="footer">
          <div class="foot-txt">
              <div class="foot-left"><a href="<?php $this->options->siteurl(); ?>"><?php $this->options->title(); ?></a> <?php _e('is powered by'); ?> <a href="typecho.org">Typecho)))</a>. <a href="<?php $this->options->feedUrl(); ?>"><?php _e('文章'); ?> RSS</a> and <a href="<?php $this->options->commentsFeedUrl(); ?>"><?php _e('评论'); ?> RSS</a></div>
              <div class="foot-right">Theme desgin by <a href="http://gjtz.net/blog/">Ice丶TT</a> & <a href="http://gjtz.net/blog/">Ice</a></div>
              <div class="clearfix"></div>
          </div>
   </div><!-- end #footer -->

<?php $this->footer(); ?>
<?php
if ($this->is('single')) {
    Helper::threadedCommentsScript();
}
?>
</body>
</html>


这是我的这个文件 可是不知道加在哪儿 麻烦帮我加一下。我已经把QQKF传到子目录了!
palese
帖子: 149
注册时间: 2009年 9月 9日 18:28
联系:

Re: 有没有人做一个在线QQ客服的插件

帖子 palese »

</body>之前
keinn
帖子: 63
注册时间: 2010年 3月 28日 03:11
联系:

Re: 有没有人做一个在线QQ客服的插件

帖子 keinn »

我一直在用palese 朋友那样的 很好用 几个浏览器下兼容性很好
头像
zyzzc
帖子: 648
注册时间: 2009年 9月 25日 20:11
联系:

Re: 有没有人做一个在线QQ客服的插件

帖子 zyzzc »

OKQQ是啥地址?本地调用的?
ice-tt
帖子: 12
注册时间: 2010年 4月 1日 10:30
联系:

Re: 有没有人做一个在线QQ客服的插件

帖子 ice-tt »

OKQQ 是一个子目录,OKQQ上传到网站根目录然后调用!~~

谢谢 palese的帮助!

已经成功加到了博客上! 演示地址:http://gjtz.net/blog
回复