Today to visit the Chinese paper Network, automatically pop-up with QQ dialog box, is very curious, so look at the source code to find the following suspicious:
<script type= "Text/javascript" >function delayload () {document.getElementById ("QQQQ"). src= "Tencent://message /? menu=yes&uin=800063927&service=58&sigt= A7f6fea02730c988ffb1f1a052df84bef9f91393b5945528c834b1eaf238a6e7d3dd3bbfc90ccbd72456651b9062b540d92013e890560683763649f61 65985736753768b0c69e4e01f286d8ca47460f2bd7826d58615920b7c931b8183347bb70735c94cd945017bd8907b3782b9c5260ce478cbbd1c5067 &sigu= 30e5d5233a443ab2f3d54cc30f58cfb2033cb4398bb247ab109722df5e070e6f65d7dbb26d67b069f915d0d914bd2fc2a9ab212781e21f88aabab5f0b 522B8AFD76F5D58F9B9546D "; clearinterval (Delay_interval);} var delay_interval=setinterval ("Delayload ()", 12000) </script><iframe id= "QQQQ" height=0 width=0 src= "/>
Through the access to information, the principle of QQ provides this promotional message service.
First, the Web page automatically popup QQ dialog box principle
1. Insert the IFRAME frame in the Web page and set the src= "tencent://message/?uin= your QQ number & Site=&menu=yes ";
2. The visitor opens your website and also opens the link in the IFRAME frame;
3. The Guest QQ window will pop up with your QQ chat dialog box.
Second, verify the Open Web page automatically popup QQ dialog box
In order to verify the practical feasibility of the method, I believe your QQ Chat window has opened the Chat window with the etach_gu conversation. Isn't it amazing? If the above analysis of the principle you do not understand, then the verification results here should be able to make you very intuitive to understand it! Using this principle in this article added to the implementation of the "open Web page automatically popup QQ dialog" code.
Open the page Automatically popup QQ dialog box code here: "Right click here to view the source"
<iframe style= "border-top:0px; border-right:0px; border-bottom:0px; padding-bottom:0px; padding-top:0px; padding-left:0px; margin:0px; border-left:0px; padding-right:0px "height=" 0 "marginheight=" 0 "src=" Tencent://message/?uin=1572634450&site=&menu=yes " Width= "0" marginwidth= "0" scrolling= "no" ></iframe>
Third, the delay Pop-up dialog box, let the user first see
A lot of customers asked me how to set a guest to open the page 10 seconds after the popup, do find the method can be set 10 seconds after the popup! This can improve the user experience to a certain extent, at the same time let visitors first look at the site's quality service can effectively enhance customer acceptance of the product, and thus enhance the opportunity for customers to actively communicate!
Four, access to visitors QQ, so that customer service proactively grasp customers
Through the above method, a friend said that customers open the dialog after the consultation is not immediately go out to eat, come back to forget. Visitors visit the website automatically get QQ number method, through this method can avoid the loss of visitors, even if the visitor did not consult not deal also does not matter, you know the customer's QQ number, in the future can send the message to each other at any time.
V. Tencent://message Agreement Extension
Tencent://message protocol provides a solution for accessing local windows
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Visit the webpage to automatically open the QQ conversation