Jump to content
Chinese-Forums
  • Sign Up

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


flameproof

Recommended Posts

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/

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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
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...