Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icon request: icon-at email #1101

Closed
jiangshilin opened this issue May 17, 2013 · 26 comments
Closed

Icon request: icon-at email #1101

jiangshilin opened this issue May 17, 2013 · 26 comments
Labels
Milestone

Comments

@jiangshilin
Copy link

Like this

image

Thanks!

@gossi
Copy link

gossi commented May 17, 2013

👍 for the at icon to obfuscate emails, very much appreciated.

@davegandy
Copy link
Member

Best use case for actually including at @ symbol. icon-smile already works (as does your browser's find in page functionality. :) )

@tagliala
Copy link
Member

@gossi

are there best practices or new techniques for email obfuscation? I'm interested in this matter and all articles I found are from 2009

The icon will "uglify" things, 'cause @ is different from font-family to font-family.

I'm using something like

address<span class="email-provider">example</span><span class="email-domain">com</span>
.email-provider:before {
  content: '@'
}

.email-domain:before {
  content: '.'
}

http://jsfiddle.net/tagliala/8UuhA/

Of course you can't create a direct link and cut & paste doesn't work. there are javascript tecnhiques too

@gossi
Copy link

gossi commented May 26, 2013

@tagliala unfortunately I don't know what are current bestpractices to obfuscate emails. However I really like your approach, although it is not copyable, clicking can as you describe, made possible with javascript. Would like to hear some best practices or links, too.

@tagliala
Copy link
Member

I read this articles like this one http://superuser.com/questions/235937/does-e-mail-address-obfuscation-actually-work, but I'm against obfuscation because this approach have impacts on users and accessibility...

@sirNemanjapro
Copy link

I've found that obfuscating icons is not that smart after all, because there are a lot of people that just want to click on the text/link so it would open their email client. With obfuscation, you cant really achieve that.

@andrewmacleod
Copy link

+1 for an icon-at "@" icon.

@vicary
Copy link

vicary commented Jun 20, 2013

+1 for @ icon.

IMO it will not uglify things when an interface is designed in a way that clearly separates words and icons. For instance, it wouldn't matter when a developer don't mind using the character "X" for close button, and vise versa.

@vict-shevchenko
Copy link

Hello, icon '@' will be super nice to have. Thanks you!

@cerealcable
Copy link

+1

1 similar comment
@thotzl
Copy link

thotzl commented Dec 9, 2013

+1

@zararsiz
Copy link

zararsiz commented Feb 9, 2014

as well for an "at-sign"

@aliemre
Copy link

aliemre commented Feb 15, 2014

+1 It has wide use. There should be among the icons.

@hype2
Copy link

hype2 commented Feb 17, 2014

+1

1 similar comment
@pwnall
Copy link

pwnall commented Feb 21, 2014

+1

@pwnall
Copy link

pwnall commented Feb 21, 2014

It would be nice if this mapped to the '@' symbol, as @davegandy mentions. I want an icon instead of using '@' in a font so I don't have to hunt for a font that matches the Font Awesome style. Thank you!

@vuchl
Copy link

vuchl commented Mar 18, 2014

+1

@nalaka526
Copy link

+1

@davegandy davegandy modified the milestones: 4.2.0, 4.1.0 May 14, 2014
@fengkaijia
Copy link

I think you can simply use the @ character instead of an icon.

@screening4ashes
Copy link

👍 I would also like the @ symbol as part of Font Awesome. I am currently considering using it as an icon to denote "age", although, I am open to other suggestions. The calendar is better suited to dates, like birthday, not to the specific enumeration, and the gift could be used for age, but is not a perfect fit, plus a person may want to use that icon for birthday, and not use the same icon for two different pieces of information.

(on a side note: I was also thinking and infinity symbol might be good for age, but I noticed fs-infinity is also absent from Font Awesome. I realize it is quite bad for fixed width, still, I think it would be nice to have. I'll go check if someone started that thread also, meanwhile this post is primarily a +1 for the @ symbol!)

@fengkaijia The same could be said of fa-plus, fa-minus, fa-times, fa-info, fa-font, fa-bold, fa-italic, fa-usd, and most of the currency symbols which are available in many utf-8 fonts already or as html entities. There is however a use for having special unified icons of all these symbols readily available as: - + i A B I $ and so on. When you want to use a symbol, or letter, as an icon for an interface element, and you are already using a unified icon-set, then you don't really want to go fiddling with fonts and CSS to get the right size and alignment for the missing symbol (in this case: @). Clearly there is a great interest in having this specific symbol added.

@fracz
Copy link

fracz commented Aug 14, 2014

+1

1 similar comment
@MClaass
Copy link

MClaass commented Aug 14, 2014

+1

davegandy added a commit that referenced this issue Aug 24, 2014
@davegandy
Copy link
Member

Added to 4.2.0-wip. Closing.

@ghost
Copy link

ghost commented Jun 12, 2015

Style of fa-at is not cool. I expected something better.

@tagliala
Copy link
Member

@atilkan please open a new issue

@ghost
Copy link

ghost commented Jun 12, 2015

ok thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests