• I specified the following set:

    default=off
    &facebook=on&googleplus=on&twitter=on&linkedin=on&netlog=on
    &oknotizie=on&googlebookmarks=on&digg=on&delicious=on
    &gmail=on&email=on&printfriendly=on&addthis=on

    However the icons are NOT displayed in the order I provided. Furthermore, I have no way to say WHERE separators shoud go, and the separator image is too large and has no transparency.

    May I suggest some improvements?

    1. an unsorted=yes parameter to keep the provided sequence
    2. a _sep=on parameter to place more than a separator
    3. a sep_char=| parameter to set a not graphical separator

    https://www.ads-software.com/extend/plugins/simple-social-bookmarks/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter dejudicibus

    (@dejudicibus)

    it would be also nice to have the

    facebooklike service (with badge)
    googleplusbadge service

    Plugin Author David Artiss

    (@dartiss)

    The separator can be switched out. Additionally, if you use your own icon set (or simply copy the supplied set to your own folder) then you can change the separator to your taste.

    No, they won’t appear in the order you specify – they appear in alphabetical order. This isn’t a bug but simply a result of the way the plugin works. However, I have it down for a big next release to change this.

    David.

    Thread Starter dejudicibus

    (@dejudicibus)

    thank you for prompt reply… ok for separator… I usually prefer to avoid to have my own icon set to honor the original brands, but I will probably change the separator to a thiner one. It makes no sense to ave a separator as wide as an icon. As far as the order, yes, please, I will appreciate a change because the order is important for me: I wish to have at the beginning the most important (in my country) services.

    @dartiss,

    Thanks for a great plugin, I’ve just migrated as AddToAny got very spammy after being bought out.

    Anyway, I found a workaround for ordering the icons as I wanted the email link first. This is what I coded in my theme:

    <?php if (function_exists('simple_social_bookmarks')) { ?>
    <?php echo simple_social_bookmarks('','','padding-left: 5px; padding-right: 5px','default=off&email=on'); ?>
    <?php echo simple_social_bookmarks('','','padding-left: 5px; padding-right: 5px','default=off&twitter=on&facebook=on&delicious=on&stumbleupon=on&digg=on&googleplus=on&reddit=on'); ?>
    <?php } ?>

    So, I guess if you have a particularly strong feeling towards ordering specify each link on it’s own line.

    Plugin Author David Artiss

    (@dartiss)

    Welcome!

    Yes, that’s a quick and dirty solution that will work.

    David.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Simple Social Bookmarks] Unsorted icons and separators’ is closed to new replies.