Viewing 4 posts - 1 through 4 (of 4 total)
    • Author
      Posts
    • westcoastsurf
      Guest

      Hello, I would like to just have the icons display all the time in my header area beside my logo instead of in the posts themselves. How would I go about doing that?

      Also is it possible to put them in the sidebar as a widget?

      Thanks. Nice plugin.

      Hello, thanks for using WP Socializer.

      Placing the icons besides the header area is possible, but you have to do some editing works in the header.php, etc(in the theme folder) to place the headers.

      First you have to configure/select the buttons in the admin page.

      Then use the code

      Code:

      for 16px buttons and

      Code:

      for 32px buttons.

      Paste the above in any of the theme file and the buttons appear there.

      You can see more info about this in this page, theme function

      The second one is currently not possible, the second version is being made with these features.

      Anonymous
      Guest

      You say it’s not possible to place socializer in the sidebar. I just read what you said about placing it in the header, and did this in sidebar.php:

      Code:

      <?php
      wp_reset_query();
      $lessgap=’ class=”lessgap”‘;
      if(theme_get_option(‘general’,’disable_breadcrumb’)==false){
      if(isset($post->ID)){
      $disable = get_post_meta($post->ID, ‘_disable_breadcrumb’, true);
      }
      if(!isset($disable) || $disable == -1){
      $lessgap=”;
      }
      }
      ?>

      Works fine and places the socializer icons above the rest of the sidebar content.

      As said, WP Socializer is extremely customizable. You can use it for any theme with your own customization.

    Viewing 4 posts - 1 through 4 (of 4 total)
    • The topic ‘Place Socializer in header or sidebar?’ is closed to new replies.

    Subscribe for updates

    Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter