【发布时间】:2018-12-13 00:45:11
【问题描述】:
我的 single.php 文件中有一个自定义共享按钮 sn-p。它适用于其他电子邮件应用程序,但不适用于 Microsoft Outlook。有什么想法吗?
<a class="btn btn-mail" href="mailto:?subject=<?php print(urlencode(the_title())); ?>&body=Check out this article: <?php print(urlencode(get_permalink())); ?>"> BUTTON HERE </a>
【问题讨论】:
标签: php wordpress wordpress-theming share