[Resolved] Lightweight Social Icons Request

Home Forums Support [Resolved] Lightweight Social Icons Request

Home Forums Support Lightweight Social Icons Request

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #167290
    iqbal

    Hello,

    Is it possible to request a new icon for new release of Lightweight Social Icons plugin ?
    I’d like to have Telegram Messenger (https://telegram.org/).

    Meanwhile, how can I add it by editing files on my website ?

    Best Regards
    Iqbal

    #167291
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Does it have an icon font? Preferably here: http://fontello.com

    #167301
    iqbal

    Hello Tom,

    Well, there is this one (http://fortawesome.github.io/Font-Awesome/icon/paper-plane/) that looks a lot like Telegram Messenger logo.

    Best Regards
    Iqbal

    #167466
    Tom
    Lead Developer
    Lead Developer

    The paper plane icon is used by the “Newsletter” item – let me look into a way for you to change the “Newsletter” text to something else.

    Will get back to you πŸ™‚

    #167485
    iqbal

    Hello Tom,

    Thanks a lot.
    Will be waiting for a solution from you.

    Best Regards
    Iqbal

    #168054
    Sven

    Hi Tom,

    could you please add XING too?

    Regards, Sven

    #168059
    Tom
    Lead Developer
    Lead Developer

    Hi Sven,

    I believe XING was added to version 0.8 πŸ™‚

    #168071
    Sven

    prompt delivery… great!
    πŸ˜‰

    #172570
    Tom
    Lead Developer
    Lead Developer

    I think our best bet here is to add a new icon:

    add_filter( 'lsi_icons_defaults','lsi_telegram_messenger' );
    function lsi_telegram_messenger( $options )
    {
    	$options['telegram-messenger']['id'] = 'telegram-messenger';
    	$options['telegram-messenger']['name'] = 'Telegram Messenger';
    
    	return $options;
    }

    Adding PHP: https://generatepress.com/knowledgebase/adding-php-functions/

    Then add this CSS:

    .lsicon-telegram-messenger:before { content: '\e83c'; }

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.