Title: [Plugin: Simple Social Bookmarks] Installing help
Last modified: August 20, 2016

---

# [Plugin: Simple Social Bookmarks] Installing help

 *  [alex80ks](https://wordpress.org/support/users/alex80ks/)
 * (@alex80ks)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-simple-social-bookmarks-installing-help/)
 * 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 🙂
 * [http://wordpress.org/extend/plugins/simple-social-bookmarks/](http://wordpress.org/extend/plugins/simple-social-bookmarks/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [alex80ks](https://wordpress.org/support/users/alex80ks/)
 * (@alex80ks)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-simple-social-bookmarks-installing-help/#post-2562034)
 * 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](https://wordpress.org/support/users/alex80ks/)
 * (@alex80ks)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-simple-social-bookmarks-installing-help/#post-2562074)
 * 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](https://wordpress.org/support/users/alex80ks/)
 * (@alex80ks)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-simple-social-bookmarks-installing-help/#post-2562077)
 * any chance for youtube or soundcloud?
 *  Plugin Author [David Artiss](https://wordpress.org/support/users/dartiss/)
 * (@dartiss)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-simple-social-bookmarks-installing-help/#post-2562116)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-social-bookmarks_6b93ab.svg)
 * [Social Bookmarks](https://wordpress.org/plugins/simple-social-bookmarks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-social-bookmarks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-social-bookmarks/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-social-bookmarks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-social-bookmarks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-social-bookmarks/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [David Artiss](https://wordpress.org/support/users/dartiss/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-simple-social-bookmarks-installing-help/#post-2562116)
 * Status: not resolved