Jump to content
Chinese-Forums
  • Sign Up

How to code a QQ chat link on a web page?


Recommended Posts

Posted

Anybody here writing HTML?

 

I want to write the code for a QQ chat link on a page, but can't find resources how to code that.

 

I am looking for a script in HTML, JS is fine too, PHP can do too.

 

For Skype it looks like this:

<script type="text/javascript" src="http://www.skypeassets.com/i/scom/js/skype-uri.js"></script>
<div id="SkypeButton_Call_example_skype_1">
  <script type="text/javascript">
    Skype.ui({
      "name": "call",
      "element": "SkypeButton_Call_example_skype_1",
      "participants": ["example_skype"],
      "imageSize": 32
    });
  </script>
</div>

http://www.skype.com/en/features/skype-buttons/create-skype-buttons/

Posted

I assume all information available can be found here: http://open.qq.com/
My Chinese isn't good enough to find the exact information you're looking for though. Hopefully yours is, as I don't think there's many English information on this available.

Posted

I'm a Android engineer a and web designer in China, check this

 

<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=190950625&site=qq&menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=2:190950625:41" alt="点击这里给我发消息" title="点击这里给我发消息"/></a>

 

change the QQ number before you use it!

 

if you want another style, check http://shang.qq.com/business/regist/intro.php.

Join the conversation

You can post now and select your username and password later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Click here to reply. Select text to quote.

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...