Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Emiliano,

    thanks for your kind words:) The responsive buttons re working well in my development system. Maybe i am able to offer your stylesheet as an optional custom style within the mashshare plugin:)

    Best regards,
    René

    Thread Starter emik91

    (@emik91)

    Thanks! I’ve changed a little bit the css, now the proportion is: 50 / 50, but this could be at the discretion of the user.

    Oh, I’ve also added this line to class.mashsharer.php >

    if ($totalshares > 1000000) { $totalshares = round($totalshares/1000000,1).’mln’; } elseif ($totalshares > 1000) { $totalshares = round($totalshares/1000,1).’k’; }

    When the shares are > than 1000, they will be displayed as 1.5k (instead of 1500).

    The complete file (class.mashsharer.php) is here: http://pastebin.com/6yWABNPc

    Emiliano Negri

    Very nice – Thank you very much for sharing. Sharing is caring:-)

    Thread Starter emik91

    (@emik91)

    Let me know if you’ll use it, I’d be very proud!

    Hi Emik,

    would you like to contact me at admin at xsimulator.net?
    I like to talk with you about an idea i have in mind:-)

    Best regards,
    René

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘MashSharer Responsive’ is closed to new replies.