Giter Site home page Giter Site logo

wp-sharebar's Introduction

=== Sharebar ===
Contributors: mdolon
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2G5ZENMCH62CN
Tags: sharing, social networks, marketing, social media, sharebar, sharebox
Requires at least: 2.0
Tested up to: 3.0
Stable tag: 2.2.9

Sharebar adds a dynamic and fully customizable vertical box to the left of a blog post that contains links/buttons to popular social networking sites.


== Description ==

Sharebar adds a dynamic and fully customizable vertical box to the left of a blog post that contains links/buttons to popular social networking sites.  For wide blogs, a vertical bar with popular sharing icons appears on the left of your post.  If the page is resized below 1000px (default), the vertical bar disappears and a horizontal sharebar appears under the post title.

Big Buttons are used in the vertical Sharebar to the left of the post, while the Small Buttons are used in the horizontal Sharebar that appears under the post title (by default) if the width of the page is less than 1000px (or whatever value you set).

When Auto mode (enabled in settings) is ON, the Sharebars are added automatically.  When Auto mode is off, you must manually add the sharebar code to your template files:

* Vertical (next to post) Sharebar: `<?php sharebar(); ?>`
* Horizontal Sharebar: `<?php sharebar_horizontal(); ?>`

You can also call an individual button in any template by using the following code (where size is either big or small): `<?php sharebar_button('name','size'); ?>`

Full instructions and example can be found at: http://devgrow.com/sharebar-wordpress-plugin/

Follow me on Twitter: http://twitter.com/ThinkDevGrow

**Also, if you use and like the plugin, please rate it!  ->**


== Installation ==

Upload the Sharebar plugin to your plugins directory, activate it and it should work out of the box.  Then tweak the buttons and settings to your likings!


== Screenshots ==

1. The plugin in action (vertical bar).  If page is resized to less than 1000px, a vertical share bar appears under title.
2. Main Plugin Page
3. Plugin Settings Page
4. Edit button page


== Frequently Asked Questions ==

= Why doesn't the vertical sharebar (next to post) work? =

First, make sure the plugin is properly installed and if you're using manual mode, the sharebar code has been added to your single.php template.  If you're using auto mode, verify that the sharebar list is being added to your post in the source code (look for `<ul class='sharebar'>`).  If it's not in the source, there is a problem with the plugin settings or implementation.  If it is there, chances are the error is CSS-based - make sure the parent container element of the post (or the post element itself) does not have the `overflow:hidden;` CSS property applied to it, as it may sometimes render the sharebar invisible.

= How do I get the sharebar to appear to the right of my blog? =

Play with the Right Offset in the settings page of the plugin - this should include the total width of your sidebar or whatever elements are between your post and the right most edge of your blog.


== Changelog ==

= 1.2.5 =
* Support for updated WordPress get_results function, thanks to e3mobile for the fix

= 1.2.4 =
* Fixed edit link (refresh after editing to view changes)

= 1.2.3 =
* Disabled sharebar-admin.php file outside of WordPress

= 1.2.2 =
* Fixed security vulnerabilities (XSS and SQL injects)

= 1.2.1 =
* Fixed Facebook Like button to show default post URL (and not example.com - doh!)
* Added default minwidth setting so Sharebar should appear for everyone when they update and not spaz out

= 1.2 =
* Added ability to change color of vertical widget from admin panel
* Added ShareThis buttons
* Changed Facebook Share to Facebook Likes

= 1.1.3 =
* Added ability to disable or enable on any page or post
* Fixed few minor issues

= 1.1.2 =
* Added a host of new buttons
* Added ability to enable/disable buttons and mass delete buttons
* Added support info

= 1.1.1 =
* Added new Twitter button
* Had to move Digg button to top in order to prevent the KB927917 error in IE8, please reset buttons if you're having that issue
* Added option to customize width of Sharebar
* Added option to set Twitter username and use that in buttons using [twitter] code

= 1.1.0 =
* Fixed a small mistake in the JavaScript, added a fix for Facebook button margin (thanks to frychiko)

= 1.0.9 =
* Changed the way JavaScript loads to hopefully adapt to more themes

= 1.0.8 =
* Moved Sharebar JS function to header (from footer) since some themes are miss wp_footer hook

= 1.0.7 =
* Fixed E-mail link and added option to show Sharebar credit

= 1.0.6 =
* Fixed XAMPP and PHP compatibility issue (was caused by PHP short tag, changed now to full)

= 1.0.4 =
* You can now add Sharebar to posts or pages in the settings

= 1.0.1 =
* Fixed the_content so returns content properly
* Added screenshots, updated readme file

wp-sharebar's People

Watchers

Justin Bregar avatar Brandon Dove avatar Jeffrey Zinn avatar Ivelina Dimova avatar Steven Mathias avatar James Cloos avatar  avatar Rona avatar Tom Rodenberg avatar Chris Mospaw avatar Cristi Rusu avatar Scott Woodrow avatar Laura Millerick avatar  avatar Alexandru Muscalu avatar Mihai Apetrei avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.