CN114721741A - Webpage sharing method and system based on JS functional plug-in - Google Patents

Webpage sharing method and system based on JS functional plug-in Download PDF

Info

Publication number
CN114721741A
CN114721741A CN202210359799.8A CN202210359799A CN114721741A CN 114721741 A CN114721741 A CN 114721741A CN 202210359799 A CN202210359799 A CN 202210359799A CN 114721741 A CN114721741 A CN 114721741A
Authority
CN
China
Prior art keywords
sharing
target
plug
webpage
browser
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202210359799.8A
Other languages
Chinese (zh)
Inventor
赵绪龙
王士义
许健康
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Trueland Information Technology Shanghai Co ltd
Original Assignee
Trueland Information Technology Shanghai Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Trueland Information Technology Shanghai Co ltd filed Critical Trueland Information Technology Shanghai Co ltd
Priority to CN202210359799.8A priority Critical patent/CN114721741A/en
Publication of CN114721741A publication Critical patent/CN114721741A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9566URL specific, e.g. using aliases, detecting broken or misspelled links
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/972Access to data in other repository systems, e.g. legacy data or dynamic Web page generation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a webpage sharing method and system based on JS sharing function plug-in, and relates to the technical field of the Internet. The target browser sends a data request for acquiring the JS sharing function plug-in to a target server, wherein the data request comprises browser information of the target browser; so that the target server sends a sharing plug-in data packet matched with the browser information to the target browser; initializing a sharing plug-in data packet, and automatically installing a JS sharing functional plug-in on a target browser; and sharing the webpage data by using the JS sharing functional plug-in. Through the steps, the target browser can rapidly have the webpage sharing function, browser function development is not needed for different types of target browsers, the webpage sharing function is convenient to maintain, and labor cost and time cost of browser function development are saved.

Description

Webpage sharing method and system based on JS functional plug-in
Technical Field
The invention relates to the technical field of internet, in particular to a webpage sharing method and system based on JS functional plug-in.
Background
At present, the internet is developed very rapidly, the number of netizens is increased year by year, and the network communication circle of people gradually becomes the main mode of people communication. When a good picture or article is found in the process of surfing the internet by using the target browser, the target browser can share the webpage where the picture or article is located with the friend.
In the prior art, before the target browser is used to realize the function of web page sharing, because the models and versions of the target browsers are different, a front-end engineer needs to develop browser functions for different types of target browsers, and respectively develop functions for each type and version of target browsers, which causes difficulty in maintaining the web page sharing function of the target browser and requires a large amount of labor cost and time cost for development.
Disclosure of Invention
The invention aims to solve the problems of the background art, and provides a webpage sharing method and system based on JS functional plug-in.
The purpose of the invention can be realized by the following technical scheme:
in a first aspect of the embodiments of the present invention, a webpage sharing method based on a JS sharing plug-in is provided, which is applied to a target browser, and includes:
sending a data request for acquiring the JS sharing function plug-in to a target server, wherein the data request comprises browser information of a target browser; enabling the target server to send a sharing plug-in data packet matched with the browser information to the target browser;
initializing the sharing plug-in data packet, and automatically installing the JS sharing functional plug-in on the target browser;
and sharing the webpage data by using the JS sharing functional plug-in.
Optionally, the shared plug-in data package includes a shared plug-in installation package and a target API; the target API is generated by the target server according to the browser information;
initializing the sharing plug-in data packet, automatically installing the JS sharing functional plug-in on the target browser, and comprising the following steps:
running the sharing plug-in installation package, and automatically installing the JS sharing functional plug-in on the target browser;
and using the target API to carry out functional connection on the JS sharing functional plug-in and the target browser.
Optionally, use JS share function plug-in shares web page data, include:
the JS sharing functional plug-in generates a sharing icon, and the sharing icon is displayed at a preset position of a currently displayed webpage of the target browser;
when the mouse is detected to click the sharing icon, acquiring webpage information and a network address of the currently displayed webpage;
generating sharing content of a preview webpage according to the webpage information and the network address, and displaying the sharing content of the preview webpage on the current display webpage; the preview webpage sharing content comprises webpage sharing content and a sharing address icon;
when the mouse is detected to click the sharing address icon, accessing a target network address corresponding to the sharing address icon, and sending the webpage sharing content to the target network address.
Optionally, the acquiring the webpage information of the currently displayed webpage includes:
when detecting that a user-defined parameter is input, taking the user-defined parameter as the webpage information of the currently displayed webpage;
when no user-defined parameter input is detected, extracting a webpage title and a picture of the currently displayed webpage to serve as webpage information of the currently displayed webpage;
optionally, the customized parameter includes at least one of a title, a source, an author, and a picture of the currently displayed web page.
In a second aspect of the embodiments of the present invention, a webpage sharing method based on a JS sharing plug-in is further provided, where the method is applied to a target server, and includes:
receiving a data request for acquiring the JS sharing functional plug-in sent by the target browser; the data request comprises browser information of the target browser;
sending a sharing plug-in data packet matched with the browser information to the target browser; enabling the target browser to initialize the sharing plug-in data packet, and automatically installing the JS sharing functional plug-in on the target browser; and sharing the webpage data by using the JS sharing functional plug-in.
Optionally, before sending the sharing plug-in package matched with the browser information to the target browser, the method further includes:
generating a target API according to the browser information;
and acquiring a sharing plug-in installation package, and merging and packaging the sharing plug-in installation and the target API as the sharing plug-in data package.
Optionally, the browser information includes target model information and target version information;
generating a target API according to the browser information includes:
acquiring a common API part from the preset interface library; the preset interface library records the common API parts of a plurality of browsers with different types and versions;
acquiring a special API part corresponding to the target browser from the preset interface library according to the browser information; the preset interface library also records the unique API parts corresponding to a plurality of browsers with different types and versions;
and combining the common API part and the specific API part to obtain a target API corresponding to the target browser.
The third aspect of the embodiment of the invention further provides a webpage sharing system based on the JS sharing function plug-in, which is characterized by comprising a target browser and a target server;
wherein:
the target browser is used for sending a data request for acquiring the JS sharing functional plug-in to the target server, wherein the data request comprises browser information of the target browser;
the target server is used for sending a sharing plug-in data packet matched with the browser information to the target browser;
the target browser is further used for initializing the sharing plug-in data package and automatically installing the JS sharing functional plug-in on the target browser; and sharing the webpage data by using the JS sharing functional plug-in.
The webpage sharing method based on the JS sharing function plug-in is applied to a target browser. Sending a data request for acquiring the JS sharing functional plug-in to a target server, wherein the data request comprises browser information of a target browser; so that the target server sends a sharing plug-in data packet matched with the browser information to the target browser; initializing a sharing plug-in data packet, and automatically installing a JS sharing functional plug-in on a target browser; and sharing the webpage data by using the JS sharing functional plug-in. The target browser can automatically install the JS sharing function plug-in on the target browser to share the webpage by acquiring the sharing plug-in data packet matched with the browser information. The target browser can have the webpage sharing function quickly, browser function development does not need to be carried out on different types of target browsers, the webpage sharing function is convenient to maintain, and labor cost and time cost of browser function development are saved.
Drawings
The invention will be further described with reference to the accompanying drawings.
Fig. 1 is a flowchart of a web page sharing method based on JS sharing plug-in applied to a target browser according to an embodiment of the present invention;
fig. 2 is a flowchart of another JS-sharing-function-plug-in-based web page sharing method applied to a target browser according to an embodiment of the present disclosure;
fig. 3 is a flowchart of a web page sharing method based on JS sharing plug-in applied to a target server according to an embodiment of the present invention;
fig. 4 is a flowchart of another webpage sharing method based on a JS sharing feature plug-in applied to a target server according to the embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment of the invention provides a webpage sharing method based on JS sharing function plug-in. Referring to fig. 1, fig. 1 is a flowchart of a webpage sharing method based on a JS sharing plug-in, where the method is applied to a target browser and includes the following steps:
s101, sending a data request for obtaining the JS sharing function plug-in to a target server, wherein the data request comprises browser information of a target browser, so that the target server sends a sharing plug-in data packet matched with the browser information to the target browser.
S102, initializing a sharing plug-in data package, and automatically installing JS sharing functional plug-ins on the target browser.
And S103, sharing the webpage data by using the JS sharing functional plug-in.
According to the webpage sharing method based on the JS sharing function plug-in, the target browser can rapidly have the webpage sharing function without developing the browser function aiming at different types of target browsers, the webpage sharing function is convenient to maintain, and the labor cost and the time cost of browser function development are saved.
In one implementation, the browsers can be classified into different types according to the manufacturers of the browsers, for example, the manufacturer 1 of the browser develops the browser 1, and the manufacturer 2 of the browser develops the browser 2; the interfaces of the same functional module may be different between different types of browsers. Since the manufacturer of the browser will update the version of the browser, there may be browsers of different versions of the same type, for example, the manufacturer 1 of the browser develops browser 1, and browser 1 may have browser 1 of version 1.0, browser 1 of version 1.3, browser 1 of version 2.0, and so on; the interfaces of the same functional module may also be different between browsers of the same type but different versions. And matching the corresponding sharing plug-in data packet through the browser information so that the sharing plug-in data packet can be matched with an interface of the target browser and the target browser has a webpage sharing function.
In one embodiment, the shared plug-in data package comprises a shared plug-in installation package and a target API, and the target API is generated by the target server according to the browser information.
Step S102, specifically including:
the method comprises the steps of firstly, running a sharing plug-in installation package, and automatically installing JS sharing functional plug-ins on a target browser.
And step two, using the target API to perform functional connection on the JS sharing functional plug-in and the target browser.
In one implementation mode, the JS sharing functional plug-in is in functional connection with a target browser through a target API, so that the JS sharing functional plug-in can call a functional module of the target browser to realize a webpage sharing function.
In one embodiment, referring to fig. 2, step S103 on the basis of fig. 1 comprises:
and S1031, the JS sharing function plug-in generates a sharing icon, and the sharing icon is displayed at the preset position of the current display webpage of the target browser.
S1032, when the mouse click sharing icon is detected, acquiring webpage information and a network address of the currently displayed webpage.
And S1033, generating sharing content of the preview webpage according to the webpage information and the network address, and displaying the sharing content of the preview webpage on the current display webpage.
And S1034, when the mouse click sharing address icon is detected, accessing the target network address corresponding to the sharing address icon, and sending the webpage sharing content to the target network address.
The preview webpage sharing content comprises webpage sharing content and a sharing address icon.
In one implementation, the sharing address icon may include at least one of a plurality of internet social products. And each sharing address icon corresponds to a network address of an internet social product.
In one implementation mode, the JS sharing function plug-in can generate the webpage introduction and the address link according to the webpage information and the network address, and use the webpage introduction and the address link as the webpage sharing content. Other people can decide whether to browse the webpage according to the webpage brief description, and the currently displayed webpage can be accessed by clicking the address link.
In another implementation mode, the JS sharing functional plug-in can generate the webpage introduction and the address two-dimensional code according to the webpage information and the network address, and the webpage introduction and the address two-dimensional code are used as webpage sharing content. Other people can decide whether to browse the webpage according to the webpage introduction, and the currently displayed webpage can be accessed by scanning the address two-dimensional code.
In one embodiment, the acquiring of the web page information of the currently displayed web page in step S1033 includes:
step one, when the input of the user-defined parameters is detected, the user-defined parameters are used as the webpage information of the currently displayed webpage.
And step two, when no user-defined parameter input is detected, extracting the webpage title and the picture of the currently displayed webpage as the webpage information of the currently displayed webpage.
In one embodiment, the custom parameters include at least one of title, source, author, and picture of the currently displayed web page.
In one implementation, the user may input the custom parameters as the web page information of the currently displayed web page.
Based on the same inventive concept, the embodiment of the invention also provides a webpage sharing method based on the JS sharing functional plug-in. Referring to fig. 3, fig. 3 is a webpage sharing method based on a JS sharing plug-in according to an embodiment of the present invention, which is applied to a target server, and includes the following steps:
s301, receiving a data request for acquiring the JS sharing function plug-in sent by the target browser, wherein the data request comprises browser information of the target browser.
S302, sending a sharing plug-in data package matched with the browser information to the target browser, so that the target browser initializes the sharing plug-in data package, automatically installing a JS sharing function plug-in on the target browser, and sharing webpage data by using the JS sharing function plug-in.
According to the webpage sharing method based on the JS sharing function plug-in, the target browser can rapidly have the webpage sharing function without developing the browser function aiming at different types of target browsers, the webpage sharing function is convenient to maintain, and the labor cost and the time cost of browser function development are saved.
In one embodiment, referring to fig. 4, before step S302 on the basis of fig. 3, the method further includes:
s303, generating a target API according to the browser information.
S304, obtaining a sharing plug-in installation package, and combining and packaging the sharing plug-in installation and the target API to serve as a sharing plug-in data package.
In one embodiment, the browser information includes target model information and target version information.
Step S303 specifically includes:
step one, acquiring a common API part from a preset interface library.
And step two, acquiring a special API part corresponding to the target browser from a preset interface library according to the browser information.
And step three, combining the common API part and the special API part to obtain a target API corresponding to the target browser.
The preset interface library records the common API parts of a plurality of browsers with different types and versions. The preset interface library also records the unique API parts corresponding to a plurality of browsers with different types and versions.
In one implementation, the preset interface library may be a JS library pre-created by the technician. Technical personnel can modify the JS library, add APIs of browsers of different types and versions, and expand the application range of the JS library.
In one implementation, the common API portion may be a portion of functionality that is required by each browser. The unique API portion may be a functional portion of each browser that is different from the other browsers.
Based on the same inventive concept, the embodiment of the invention also provides a webpage sharing system based on the JS sharing functional plug-in. The system comprises a target browser and a target server, wherein:
the target browser is used for sending a data request for acquiring the JS sharing function plug-in to the target server, and the data request comprises browser information of the target browser;
the target server is used for sending a sharing plug-in data packet matched with the browser information to the target browser;
the target browser is also used for initializing a sharing plug-in data packet and automatically installing a JS sharing functional plug-in on the target browser; and sharing the webpage data by using the JS sharing functional plug-in.
The webpage sharing system based on the JS sharing function plug-in can enable a target browser to have a webpage sharing function quickly without developing browser functions aiming at different types of target browsers, is convenient for maintaining the webpage sharing function, and saves the labor cost and the time cost of browser function development.
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When loaded and executed on a computer, cause the processes or functions described in accordance with the embodiments of the invention to occur, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored in a computer readable storage medium or transmitted from one computer readable storage medium to another, for example, from one website site, computer, server, or data center to another website site, computer, server, or data center via wired (e.g., coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.). The computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device, such as a server, a data center, etc., that incorporates one or more of the available media. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., Solid State Disk (SSD)), among others.
It should be noted that, in this document, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in the process, method, article, or apparatus that comprises the element.
All the embodiments in the present specification are described in a related manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
The above description is only for the preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention shall fall within the protection scope of the present invention.

Claims (9)

1. The webpage sharing method based on the JS sharing function plug-in is characterized by being applied to a target browser and comprising the following steps:
sending a data request for acquiring the JS sharing function plug-in to a target server, wherein the data request comprises browser information of a target browser; enabling the target server to send a sharing plug-in data packet matched with the browser information to the target browser;
initializing the sharing plug-in data packet, and automatically installing the JS sharing function plug-in on the target browser;
and sharing the webpage data by using the JS sharing functional plug-in.
2. The webpage sharing method based on the JS sharing function plug-in, characterized in that the sharing plug-in data package comprises a sharing plug-in installation package and a target API; the target API is generated by the target server according to the browser information;
initializing the sharing plug-in data packet, automatically installing the JS sharing functional plug-in on the target browser, and comprising the following steps:
running the sharing plug-in installation package, and automatically installing the JS sharing functional plug-in on the target browser;
and using the target API to carry out functional connection on the JS sharing functional plug-in and the target browser.
3. The method for sharing the webpage based on the JS sharing functional plug-in, which is characterized in that the JS sharing functional plug-in is used for sharing webpage data, and comprises the following steps:
the JS sharing functional plug-in generates a sharing icon, and the sharing icon is displayed at a preset position of a currently displayed webpage of the target browser;
when the mouse is detected to click the sharing icon, acquiring webpage information and a network address of the currently displayed webpage;
generating sharing content of a preview webpage according to the webpage information and the network address, and displaying the sharing content of the preview webpage on the current display webpage; the preview webpage sharing content comprises webpage sharing content and a sharing address icon;
when the mouse is detected to click the sharing address icon, accessing a target network address corresponding to the sharing address icon, and sending the webpage sharing content to the target network address.
4. The webpage sharing method based on the JS sharing function plug-in, which is characterized in that acquiring the webpage information of the currently displayed webpage comprises:
when detecting that a user-defined parameter is input, taking the user-defined parameter as the webpage information of the currently displayed webpage;
and when no user-defined parameter input is detected, extracting the webpage title and the picture of the currently displayed webpage to serve as the webpage information of the currently displayed webpage.
5. The method according to claim 4, wherein the custom parameter comprises at least one of a title, a source, an author, and a picture of the currently displayed webpage.
6. The webpage sharing method based on the JS sharing function plug-in is applied to a target server, and comprises the following steps:
receiving a data request for acquiring the JS sharing functional plug-in sent by the target browser; the data request comprises browser information of the target browser;
sending a sharing plug-in data packet matched with the browser information to the target browser; enabling the target browser to initialize the sharing plug-in data packet, and automatically installing the JS sharing functional plug-in on the target browser; and sharing the webpage data by using the JS sharing functional plug-in.
7. The method for sharing the webpage based on the JS sharing plug-in is characterized in that before sending the sharing plug-in data packet matched with the browser information to the target browser, the method further comprises the following steps:
generating a target API according to the browser information;
and acquiring a sharing plug-in installation package, and merging and packaging the sharing plug-in installation and the target API as the sharing plug-in data package.
8. The webpage sharing method based on the JS sharing function plug-in, characterized in that the browser information comprises target model information and target version information;
generating the target API according to the browser information includes:
acquiring a common API part from a preset interface library; the preset interface library records the common API parts of a plurality of browsers with different types and versions;
acquiring a special API part corresponding to the target browser from the preset interface library according to the browser information; the preset interface library also records the unique API parts corresponding to a plurality of browsers with different types and versions;
and combining the common AP I part and the specific API part to obtain a target AP I corresponding to the target browser.
9. A webpage sharing system based on a JS sharing function plug-in is characterized by comprising a target browser and a target server;
wherein:
the target browser is used for sending a data request for acquiring the JS sharing function plug-in to the target server, wherein the data request comprises browser information of the target browser;
the target server is used for sending a sharing plug-in data packet matched with the browser information to the target browser;
the target browser is further used for initializing the sharing plug-in data packet and automatically installing the JS sharing functional plug-in on the target browser; and sharing the webpage data by using the JS sharing functional plug-in.
CN202210359799.8A 2022-04-06 2022-04-06 Webpage sharing method and system based on JS functional plug-in Pending CN114721741A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210359799.8A CN114721741A (en) 2022-04-06 2022-04-06 Webpage sharing method and system based on JS functional plug-in

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210359799.8A CN114721741A (en) 2022-04-06 2022-04-06 Webpage sharing method and system based on JS functional plug-in

Publications (1)

Publication Number Publication Date
CN114721741A true CN114721741A (en) 2022-07-08

Family

ID=82242031

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210359799.8A Pending CN114721741A (en) 2022-04-06 2022-04-06 Webpage sharing method and system based on JS functional plug-in

Country Status (1)

Country Link
CN (1) CN114721741A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140074971A1 (en) * 2012-08-27 2014-03-13 Tencent Technology(Shenzhen) Company Limited Information transmission method and terminal
CN103997452A (en) * 2013-02-20 2014-08-20 腾讯科技(深圳)有限公司 Information sharing method and apparatus among multiple platforms
CN104462478A (en) * 2014-12-18 2015-03-25 北京奇虎科技有限公司 Mobile browser client and webpage interacting method, device and client
CN104504004A (en) * 2014-12-09 2015-04-08 北京国双科技有限公司 Method and device for website sharing
CN114244826A (en) * 2022-01-18 2022-03-25 杭州盈高科技有限公司 Webpage identification information sharing method and device, storage medium and processor

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140074971A1 (en) * 2012-08-27 2014-03-13 Tencent Technology(Shenzhen) Company Limited Information transmission method and terminal
CN103997452A (en) * 2013-02-20 2014-08-20 腾讯科技(深圳)有限公司 Information sharing method and apparatus among multiple platforms
CN104504004A (en) * 2014-12-09 2015-04-08 北京国双科技有限公司 Method and device for website sharing
CN104462478A (en) * 2014-12-18 2015-03-25 北京奇虎科技有限公司 Mobile browser client and webpage interacting method, device and client
CN114244826A (en) * 2022-01-18 2022-03-25 杭州盈高科技有限公司 Webpage identification information sharing method and device, storage medium and processor

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
加油加油加油啊: "运用Share.js插件在网页上添加一键分享到微博、微信等", pages 1, Retrieved from the Internet <URL:https://blog.csdn.net/weixin_42615719/article/details/83241149> *
安正超: "Share.js首页、文档和下载 - 一键转发工具 - OSCHINA - 中文开源技术交流社区", pages 1 - 4, Retrieved from the Internet <URL:https://www.oschina.net/p/share-js> *
最骚的就是你: "自己动手写js分享插件", pages 1 - 9, Retrieved from the Internet <URL:https://www.cnblogs.com/libin-1/p/5877129.html> *
老万;: "给分享的网页内容加重点", 电脑爱好者, no. 22, 15 November 2017 (2017-11-15), pages 32 *

Similar Documents

Publication Publication Date Title
US10565293B2 (en) Synchronizing DOM element references
CN110708346B (en) Information processing system and method
CN110771126B (en) System for matching and attributing user equipment events
JP5075920B2 (en) Web data usage platform
US9864736B2 (en) Information processing apparatus, control method, and recording medium
CN104426925B (en) Web page resources acquisition methods and device
CN106911693B (en) Method and device for detecting hijacking of webpage content and terminal equipment
KR20190011819A (en) Codeless sharing of spreadsheet objects
US10592312B2 (en) Message oriented middleware with integrated rules engine
US20090119158A1 (en) Method and device for tracing and locating web services changes during updating process
US20170192941A1 (en) Computer-Automated Generation of Application Deep Links
CN102124481A (en) Embedding macros in web pages with advertisements
US9307010B2 (en) Data upload method using shortcut
US20150127440A1 (en) Server device, server program, and game program
US20120173657A1 (en) Cloud-based web page applications for extending functionality
CN110865834B (en) Application program interface updating method and device, readable storage medium and terminal equipment
US20190260836A1 (en) Identifying the best suitable application to open a file shared via a link
CN111294395A (en) Terminal page transmission method, device, medium and electronic equipment
CN106897202B (en) Method and apparatus for outputting data
CN104182229A (en) Callback display method and device and callback method and device
CN114756228A (en) Page processing method, device, equipment and storage medium
CN111367606A (en) Application page display method, device, terminal and medium
CN110597513A (en) WEB interface generation method and related device
CN112463398A (en) File transmission method and device, terminal equipment and storage medium
CN112433741B (en) Page processing method, device and system, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination