我已經爲我的網頁添加了meta標籤,這些標籤正在爲一個頁面工作,而不是爲另一個頁面工作。 這個網頁的Meta標籤,當在WhatsApp的 <meta property="og:title" content="Indian Heart Journal now available online: A must read">
<meta property="og:description" conten
我想通過設置聯繫人發送消息WhatsApp。將顯示聯繫人的WhatsApp配置文件,但EditText的內容未設置爲WhatsApp配置文件。 我的代碼是: String id =etxnumber.getText().toString();
Uri uri = Uri.parse("smsto:" + id);
String text1 =etxmsg.getTe
我有一個共享的WhatsApp鏈接: <a href="whatsapp://send?text=How to become our friend%20https://smartmother.me/pages/top-5-baby-s-first-week-tips/" target="_blank" data-action="share/whatsapp/share">WhatsApp a fr
在互聯網上搜索太多之後,我發現沒有什麼比這 Intent sendIntent = new Intent();
sendIntent.setPackage("com.whatsapp");
sendIntent.setAction(Intent.ACTION_SEND);
sendIntent.putExtra(Intent.EXTRA_TEXT, "This is my text to s