Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to click on the link in Wechat to jump directly to the default browser of mobile phone through Mindjump code?

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article shows you how Mindjump through the code to achieve Wechat click the link directly to the phone's default browser, the content is concise and easy to understand, absolutely can make your eyes bright, through the detailed introduction of this article hope you can get something.

Recently, I met a demand, a friend asked me to make a chat box in Wechat, or the official account menu to publish a link or QR code. Jump out of Wechat and open a designated our own page

After we got this requirement, our team went to find the research plan separately. Through the development documents of Wechat and the third-party development documents of Tencent, we all looked up the data, but in the end, we only found some historical materials, that is, they were all closed now.

Find the cover shared by some predecessors a long time ago on the Internet. We improve it.

It is now possible for Android phones to jump out of Wechat by clicking on the link and automatically opening the phone's default browser. This function is to use the Wechat api interface, here is to share a free test interface to you.

First go to mindjump to activate the free test interface permission, and then follow the steps of the web page step by step.

Share a piece of source code for your reference:

Loading $(function () {get_share ();}); function get_share () {var user = getQueryString ('user'); var url = getQueryString (' url') $.ajax ({type: "get", async: false, url: 'http://api.weixin139.com/jumpurl/index/get_url.html', data: {user:user,url:url}, dataType: "jsonp", jsonp: "callback", jsonpCallback: "checkHandler" Success: function (data) {_ window.location.href=data.url },});} function getQueryString (name) {var reg = new RegExp ("(^ | &)" + name + "= ([^ &] *) (& | $)", "I"); var r = _ window.location.search.substr (1) .match (reg); if (r! = null) return unescape (r [2]) Return null;} the above content is how Mindjump can jump directly to the default browser in Wechat by clicking on the link in the code. Have you learned the knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report