[wordpress插件] Advanced Mailto Links高级Mailto链接

wordpress 插件 文章 2020-02-08 06:00 684 0 全屏看文

AI助手支持GPT4.0

评分

0

0

描述

A simple way to enhance your mailto links with a convenient user interface.

通过便捷的用户界面来增强mailto链接的简单方法。

Check Demo and Features for additional information.

检查演示和功能以获取更多信息。

Advanced Mailto Links is a WordPress plugin that enhances your mailto links.

高级Mailto链接是一个WordPress插件,可增强您的mailto链接。

This tiny WordPress plugin adds extra features on mailto links, when user clicks on any mailto links, he/she has the option to compose an email in gmail, yahoo, outlook, email client app or copy the eamil.

这个小巧的WordPress插件在mailto链接上添加了额外的功能,当用户单击任何mailto链接时,他/她可以选择以gmail,yahoo,Outlook,电子邮件客户端应用编写电子邮件或复制eamil。

The plugin is compatible with all modern browsers and latest WordPress version.

该插件与所有现代浏览器和最新的WordPress版本兼容。

Shortcode Example

简码示例

[amailto_link]

  [amailto_link]

You can also display mailto link in template/php file:

您还可以在template / php文件中显示mailto链接:

  <?php echo do_shortcode('[amailto_link]'); 

?>

?>

Use following parameters with shortcode

在简码中使用以下参数

[amailto_link to="support@domain.com" subject="Hello" cc="support@domain.com" body="Hope you are doing well" text="Contact us"]

  [amailto_link to =“ support@domain.com” subject =“ Hello” cc =“ support@domain.com” body =“希望您做得很好” text =“与我们联系”]

    • to : [amailto_link to=”support@domain.com”] (Add the mail id to mailto).
    • :[amailto_link至=“ support@domain.com”](将邮件ID添加到mailto)。

    • subject : [amailto_link subject=”Hello”] (Subject for mail ).
    • 主题:[amailto_link subject =“ Hello”](邮件主题)。

    • cc: [amailto_link cc=”support@domain.com”] (CC for mail (if any)).
    • 抄送:[amailto_link cc =” support@domain.com”](抄送用于邮件(如果有))。

    • body : [amailto_link body=”Hope you are doing well”] (Body content part for mail (if any)).
    • 正文:[amailto_link正文=“希望您做得很好”](邮件的正文部分(如果有))。

    • text : [amailto_link text=”Contect us”] (Text for mail where user will click.).
    • 文本:[amailto_link text =“联系我们”](用户单击邮件的文本。)。

    OR

    OR

    If you do not want to use the shortcode and also you have aready added “mailto” in your theme OR template file then just add class=”mailtoui”

    如果您不想使用简码,并且还想在Area OR模板文件中添加“ mailto”,则只需添加class =“ mailtoui”

    It will replace Default email app to Advanced Mailto Link.

    它将默认电子邮件应用替换为Advanced Mailto Link。

    For example:

    例如:

    Send Mail

      发送邮件

    Plugin is created with MailtoUI : MailtoUI is an open source JavaScript library that enhances your mailto links with a convenient user interface.

    插件是使用MailtoUI创建的:MailtoUI是一个开源JavaScript库,它通过便捷的用户界面增强了mailto链接。

    It gives your users the flexibility to compose a new message using a browser-based email client or their default local email app.

    它使您的用户可以灵活地使用基于浏览器的电子邮件客户端或默认的本地电子邮件应用撰写新消息。

    MailtoUI is written in vanilla JavaScript, so it’s nice and lean with no dependencies to worry about.

    MailtoUI用普通的JavaScript编写,因此它很好且精巧,没有任何依赖关系。

    It works across virtually all devices and modern browsers for desktop and mobile.

    它几乎适用于所有设备以及适用于台式机和移动设备的现代浏览器。

安装步骤

    1. Upload the ‘advanced-mailto-links.zip’ folder to the ‘/wp-content/plugins/’ directory.
    2. 将“ advanced-mailto-links.zip”文件夹上载到“ / wp-content / plugins /”目录。

    3. Activate the “Advanced Mailto Links” list plugin through the ‘Plugins’ menu in WordPress.
    4. 通过WordPress中的“插件”菜单激活“高级Mailto链接”列表插件。

    5. Go to Advanced Mailto Links menu tab in the left side(WordPress admin menu) and check how it work.
    6. 转到左侧的“高级Mailto链接”菜单标签(WordPress管理菜单),然后检查其工作方式。

下载地址

https://downloads.wordpress.org/plugin/advanced-mailto-links.zip

https://downloads.wordpress.org/plugin/advanced-mailto-links.zip

-EOF-

AI助手支持GPT4.0