how to insert gmail composing button in my website(如何在我的网站中插入 gmail 撰写按钮)
问题描述
我有 gmail 邮件图标链接.当我单击该链接时,它将打开 gmail 撰写消息(当用户已经登录时),否则它将转到 gmail 登录页面.
i have gmail mail icon link.when i click the link it will open gmail compose message(when user already login) otherwise it will goto gmail login page.
非常像 mynthra 网站
Exatly like mynthra site
http://www.myntra.com/Shirts/Mast-Harbour/Mast-Harbour-Men-Navy-Erida-Slim-Smart-Casual-Shir/123607/buy?nav_id=7&searchQuery=men-casual-shirts&serp=2&uq=false#!
在上面的链接中,产品图片下方有gmail图标,我需要同样的操作
in above link,below the product image have gmail icon is there,same operation i need
推荐答案
快速谷歌搜索,这里就是你的答案.只需使用给定的 URL 而不是 mailto:
A quick google search and here is your answer. Just use the given URL instead of mailto:
例子:
<a target="_blank" href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=youremail@gmail.com&body=my-text">Click here to email</a>
来源
这篇关于如何在我的网站中插入 gmail 撰写按钮的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在我的网站中插入 gmail 撰写按钮
基础教程推荐
- 在多维数组中查找最大值 2021-01-01
- WooCommerce 中选定产品类别的自定义产品价格后缀 2021-01-01
- 如何在 PHP 中的请求之间持久化对象 2022-01-01
- 在 PHP 中强制下载文件 - 在 Joomla 框架内 2022-01-01
- mysqli_insert_id 是否有可能在高流量应用程序中返回 2021-01-01
- 通过 PHP SoapClient 请求发送原始 XML 2021-01-01
- 超薄框架REST服务两次获得输出 2022-01-01
- 在 Woocommerce 中根据运输方式和付款方式添加费用 2021-01-01
- Libpuzzle 索引数百万张图片? 2022-01-01
- XAMPP 服务器不加载 CSS 文件 2022-01-01