• alex80ks

    (@alex80ks)


    Can we get little more closer explanation about install?
    i read about plugin and there is some explanation but for example adding in CSS code doesnt write in which CSS becouse im using buddypress with child theme(is it child theme css or must be in buddypress or in WP CSS)same with functions which file need to be edited.Im sorry im new at this ?? by the way i think it is great plugin.I can suggest to make menu in dashboard to be easier for selecting what services you want to show on page/post.Thanks ??

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter alex80ks

    (@alex80ks)

    How can i add Social bookmarks under each post without entering shortcode every time and to be with animation?
    i have added shortcode to one of my post but icons are too small so i tryed to use larger icons as example [bookmarks url="" style="padding-left: 5px; padding-right: 5px" options="iconfolder=24x24"]
    before that i added CSS code from example to style
    but icons didnt show just text links im using default buddypress theme.Can someone explain me where to put php code from examples to automaticaly add bookmarks at end every post in buddypress theme and to have large icons 24×24.Sorry for bothering and tthanks ??

    Thread Starter alex80ks

    (@alex80ks)

    guess i find it ?? buddypress theme default

    <?php if (function_exists('simple_social_bookmarks')) : ?>
    <?php echo "<p>Share</p>\n"; ?>
    <?php echo simple_social_bookmarks('','','','iconfolder=32x32&default=off&facebook=on&twitter=on&stumbleupon=on&email=on&&target=_blank'); ?>
    <?php endif; ?>

    should be added in single.php right after

    <div class="entry">
    							<?php the_content( __( 'Read the rest of this entry →', 'buddypress' ) ); ?>

    and all that should be looking like this

    <div class="entry">
    							<?php the_content( __( 'Read the rest of this entry →', 'buddypress' ) ); ?><?php if (function_exists('simple_social_bookmarks')) : ?>
    <?php echo "<p>Share</p>\n"; ?>
    <?php echo simple_social_bookmarks('','','','iconfolder=40x40&default=off&facebook=on&twitter=on&stumbleupon=on&email=on&&target=_blank'); ?>
    <?php endif; ?>

    and icons will show under each post without thinking did i add it or not ??

    Thread Starter alex80ks

    (@alex80ks)

    any chance for youtube or soundcloud?

    Plugin Author David Artiss

    (@dartiss)

    Any minute now I’ll be publishing a post on my site (artiss.co.uk) that will show you how to do just this – automatically display the bookmarks on any site. My intention is to add this function to a future release of the plugin.

    David.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Simple Social Bookmarks] Installing help’ is closed to new replies.