whatsapp

Thumbnail and Description are not being Displayed on Whatsapp Preview Link

北城以北 提交于 2020-08-09 14:00:03
问题 I know there are similar questions about this here and here. I have done the mandatory steps of 2020 standard from those links but description and thumbnail are still not being displayed on WhatsApp. The link that I have been testing is: https://research.verdhana.id/TEST My website is already secured by SSL with valid SSL certificate (not self-signed). The thumbnail is a JPEG image with size of 18KB and 400x400 dimension. I use Vue.js and I do not use server side rendering, so I put all the

Thumbnail and Description are not being Displayed on Whatsapp Preview Link

戏子无情 提交于 2020-08-09 13:58:15
问题 I know there are similar questions about this here and here. I have done the mandatory steps of 2020 standard from those links but description and thumbnail are still not being displayed on WhatsApp. The link that I have been testing is: https://research.verdhana.id/TEST My website is already secured by SSL with valid SSL certificate (not self-signed). The thumbnail is a JPEG image with size of 18KB and 400x400 dimension. I use Vue.js and I do not use server side rendering, so I put all the

send a pic from excel via whatsapp

心已入冬 提交于 2020-08-05 09:37:17
问题 How can we send a pic from excel via whatsapp? I have found the vba code to send messages via https://web.whatsapp.com, Sub Test() Dim text As String Dim contact As String text = Range("C2").Value ActiveWorkbook.FollowHyperlink Address:=" https://web.whatsapp.com/" If MsgBox("Is WhatsApp Loaded?" & vbNewLine & vbNewLine & "Press No To Cancel", vbYesNo + vbQuestion + vbSystemModal, "WhatsApp") = vbYes Then Fazer (100) startrow = 2 startcol = 2 Do Until Sheets(1).Cells(startrow, 1) = "" contact

How to share image to whatsapp from flutter application?

佐手、 提交于 2020-07-09 09:52:04
问题 I have to send an image from my flutter application to whatsapp directly. After launching the whatsapp, I want to select the contacts to share the image. How this possible in flutter? I tried using url_launcher, but it is launching the specified contact. And I couldn't find the sharing option anywhere. const url = 'whatsapp://send?phone=$phone'; if (await URLLauncher.canLaunch(url)) { await URLLauncher.launch(url); } else { throw 'Could not launch $url'; } 回答1: You can make use of esys

Show website icon when sharing in WhatsApp

本秂侑毒 提交于 2020-06-26 04:58:29
问题 The title may sound vague, but I want my website icon to show up in WhatsApp when I share it (like the example below). Thought this would suffice, but apparently it doesn't work that way: <link rel="shortcut icon" href="css/img/favicon/favicon.ico" type="image/x-icon"/> EDIT After fast reading OpenGraph doc (& other comments). I added the following within my head: <meta name="robots" content="noindex, nofollow" /> ... <meta property="og:title" content="Website - Home" /> <meta property="og