Julienh / Sharrre

Make your sharing widget! Sharrre is a jQuery plugin that allows you to create nice widgets sharing for Facebook, Twitter, Google Plus (with PHP script) and more.
sharrre.com
MIT License
1.04k stars 412 forks source link

icons fonts #90

Open zzramesses opened 11 years ago

zzramesses commented 11 years ago

I'm working off of example 2 on the demos. I'm trying to replace the simple "f", "t" and "+1" with these.

http://www.zurb.com/playground/foundation-icons

I can get the structure to look correct but the render no longer works. For example:

a href="#" class="facebook" works but on a href="#" class="facebook" i class="foundicon-facebook" the anchor doesn't appear so you can't click anything. I even tried a href="#" class="foundicon-facebook". It looks correct but the anchor also fails.

Julienh commented 11 years ago

Can I see a test page please?

zzramesses commented 11 years ago

I was working local. I'll put something up this afternoon

Sent from Krypton

On Oct 31, 2012, at 4:51 AM, Julien Hany notifications@github.com
wrote:

Can I see a test page please?

— Reply to this email directly or view it on GitHub.

zzramesses commented 11 years ago

http://amp.thesrpr.com/2012/06/06/two-free-ways-to-help-the-austin-live-music-scene/

Sharrre added right above hr. You will notice that clicking on "facebook" works but you can't click the icon even though they are both wrapped in the same anchor and class

zzramesses commented 11 years ago

Any ideas?

Corey Ellis http://about.me/coreyellis Follow me @zzramesses

"The difference between 'involvement' and 'commitment' is like an eggs-and-ham breakfast: the chicken was 'involved' - the pig was 'committed'."

On Oct 31, 2012, at 4:51 AM, Julien Hany wrote:

Can I see a test page please?

— Reply to this email directly or view it on GitHub.

d3vkit commented 11 years ago

I was having the same problem with my linked icons; try adding display: inline-block; to the link.

merkdev commented 11 years ago

yes, display: inline-block works very well.. thanks-

zzramesses commented 11 years ago

awesome. thank you d3vkit!