Gods, how to set up pictures when sharing Wechat"s web page in uc browser? Some of his phones read the first picture directly, while others did not have a picture. It"s annoying.
Gods, how to set up pictures when sharing Wechat"s web page in uc browser? Some of his phones read the first picture directly, while others did not have a picture. It"s annoying.
you can modify meta if you don't consider the second sharing in Wechat's browser.
<meta property="og:type" content="website" />
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:image" content="http://www.example.com/img/thumbnail.png">
<meta property="og:url" content="http://www.example.com/">
however, this method is also ineffective from time to time. It is best to configure Wechat's JSSDK Wechat JSSDK
.Previous: How does PyQt5's QWebEngine, perform different functions after loading different pages?
Next: Git still pops up the password box after executing git config-global credential.helper store