Git Product home page Git Product logo

social-media-icons's People

Contributors

dantman avatar evaldobarbosa avatar httpstersk avatar kreinholt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

social-media-icons's Issues

open link in new tab

This is really awesome thanks

so it opens a new browser tab.

Needs to support: target="_blank"

Example:

Twitter: <social-media-icons icon="twitter" color="#bada55" size="32" href="https://twitter.com/" target="_blank" **></social-media-icons>

Allow the use of the outline colour when hovering over the icon

It would be helpful to be able to give feedback to the user when the mouse is over one of the icon, hover, with the default behaviour been the current one.

A simple implementation would be to add to the style inside the template the following code:

a:hover {
stroke: var(--social-media-icons-hover-color, color);
}

which it will allow to use code below to set the hover outline colour:

:host {
--social-media-icons-hover-color: grey;
}

if the --social-media-icons-hover-color is not set the behaviour is as it worked before

prototype.registerCallback is not a function

In line 73, where the Polymer element is defined, a callback is used which is deprecated and does not work with the most recent version.

Polymer('social-media-icons', {

should be

Polymer({ is: 'social-media-icons',

That gets rid of the error for me. However the icons are still not displayed. So I'm kind of stuck here...

links aren't working

Generating items works fine now (thank you for updating!),
however it appears that hyperlinks aren't working (including the demo).

Support sharing links

I also need an Element that has these icons, but rather than just link to for example, my twitter, rather shares via their twitter.

I can just use the icons here, but also thinking it would be nice to extend this element so its supports sharing

Icons are overlaying each other

I have one social-meida-icons element, which I want to style depending on my function outcome (color and icon), but there is a problem because each time I override the icon, after calling the function, i can see former icon in background (for example if i use facebook icon, and than youtube icon, there is a little of facebook icon at top and bottom of the new icon).
Is there a way to fix this?

New G logo update

Hello! Thanks for developing this custom element. Do you have any plans on updating to Google's new G logo?

Thanks in advance,
Vinicius

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.