How to pop up a temporary QQ dialog box to chat online without adding friends

How to pop up a temporary QQ dialog box to chat online without adding friends

In fact, this is very simple. We add an a tag to img, and then

<a href='tencent://message/?uin=QQ Number&Site=Website Address&Menu=yes'></a>

Supplemented on 2013-4-16:

In fact, there is a disadvantage in writing it this way. That is, if the other party is not your friend, you need to add the friend and wait for the other party to verify before you can initiate a conversation.

So how to avoid this drawback? That is to use Tencent's QQ Online-QQ communication component, https://shang.qq.com/

Log in to this address using the specified QQ number. Then generate a code similar to the following online:

<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=******&site=qq&menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=2:******:41" alt="哟哟哟哟" title="哟哟哟"/></a>

In this case, as long as it is possible to pop up a temporary dialog box directly. That is, a temporary dialog box when QQ is online without adding friends.

(I personally think this may be because Tencent agreed to manage fixed permissions. Here, personal QQ permissions are opened, so you can initiate a temporary dialog box without adding friends. It also provides a certain interface for everyone to initiate a temporary session.)

123WORDPRESS.COM editor adds:

1. Personal security settings need to be cancelled, with reasons stated.

2. Then go to https://shang.qq.com/ to apply.

<<:  Implementation of HTML sliding floating ball menu effect

>>: 

Recommend

How to solve the mysql ERROR 1045 (28000)-- Access denied for user problem

Problem description (the following discussion is ...

Solution to MySQL error code 1862 your password has expired

The blogger hasn't used MySQL for a month or ...

Use a diagram to explain what Web2.0 is

Nowadays we often talk about Web2.0, so what is W...

A brief discussion on several specifications of JS front-end modularization

Table of contents Preface The value of front-end ...

How to Enable or Disable Linux Services Using chkconfig and systemctl Commands

This is an important (and wonderful) topic for Li...

MySQL database backup and recovery implementation code

Database backup #grammar: # mysqldump -h server-u...

Detailed explanation of the difference between CSS link and @import

How to add css in html? There are three ways to s...

Detailed steps for remote deployment of MySQL database on Linux

Linux remote deployment of MySQL database, for yo...

Detailed explanation of the life cycle of Angular components (Part 2)

Table of contents 1. View hook 1. Things to note ...

How to use axios request in Vue project

Table of contents 1. Installation 2. There is no ...

Detailed explanation of how to view the current number of MySQL connections

1. View the detailed information of all current c...