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

MySQL 8.0.15 installation tutorial for Windows 64-bit

First go to the official website to download and ...

960 Grid System Basic Principles and Usage

Of course, there are many people who hold the oppo...

Blog Design Web Design Debut

The first web page I designed is as follows: I ha...

innerHTML Application

Blank's blog: http://www.planabc.net/ The use...

Sample code on how to implement page caching in vue mobile project

background On mobile devices, caching between pag...

Simple web page code used in NetEase blog

How to use the code in NetEase Blog: First log in...

sql script function to write postgresql database to implement parsing

This article mainly introduces the sql script fun...

The meaning of status code in HTTP protocol

A status code that indicates a provisional respon...

How to set a fixed IP address in CentOS7 virtual machine

Since my development environment is to install Ce...

What to do if you forget your mysql password

Forgot your MySQL password twice? At first I did ...

Vue realizes the function of uploading photos on PC

This article example shares the specific code of ...

javascript to switch by clicking on the picture

Clicking to switch pictures is very common in lif...