Our friend station is also a WeChat content plug-in produced by Zhimengmao, a friend in the industry.
The WeChat content page plug-in of Zhimengmao is a style of articles displayed as WeChat public account when you visit your web page through WeChat after installation to improve the user experience.
Features:
1. Support picture click to enlarge preview
2. Appreciation function can be realized by combining reward plug-in
3. This style is only displayed in WeChat browser, without affecting the original mobile version
Online demonstration:
design sketch:
★ Description of plug-in installation and configuration ★
1. Log in to the dream weaving background and find the left menu 'Module' - 'Upload new module'
2. Click to select a file to upload gbk.xml or utf8.xml, and click OK to complete the upload of plug-ins
3. Click "Module" - "Module Management" in the left menu, and click "Install" on the right side of the plug-in name
4. The installation interface can check whether the directory has write permission. Write permission is required to ensure the correct installation of plug-ins
5. For the existing file processing method, please select Overwrite and click OK to complete the plug-in installation
6、
After installing the plug-in, insert the following content into the head tag of your content page template (for example, article_article. htm):
<script>
function is_weixin(){
var ua = navigator.userAgent.toLowerCase();
if(ua.match(/MicroMessenger/i)=="micromessenger") {
return true;
} else {
return false;
}
}
if (is_weixin()){
window.location.href="{dede:global.cfg_mobileurl/}/wx.php?aid={dede:field.id/}"
}
</script>
Then generate html.
Download address:

Post reply

Can't comment until