Skip to main content
Participant
October 24, 2019
質問

Portfolioでテキストからメールへソフトにリンクさせる方法はありますか?

  • October 24, 2019
  • 返信数 1.
  • 488 ビュー

よくあるやつですがホームページに記載してあるメールアドレスが押せるようになっており、クリックすると自動的にメールソフトが立ち上がるというやつです。

同じことがソーシャルアイコンのEmailからできますが、アイコンからではなくテキストでそれをする方法があれば教えていただきたいです。

このトピックへの返信は締め切られました。

返信数 1

Nancy OShea
Community Expert
Community Expert
October 25, 2019

I don't recommend using a mailto: link for several reasons: 

  1. It is prone to failure. 
  2. What if the user doesn't have e-mail software like Outlook on their device?  Nothing will happen except a bad user experience 😞
  3. Robots and spammers will flood your inbox with garbage mail.

 

Instead of an e-mail link, use a real contact form.  It will be much better for you and your site visitors. 🙂

 

What is Portfolio Contact Form and How Do I Use It?

https://help.myportfolio.com/hc/en-us/articles/220338568-What-Is-a-Contact-Form-how-do-I-use-it-

Nancy O'Shea— Product User & Community Expert
TOGUIKE作成者
Participant
October 25, 2019

Thank you for your feedback.