# Custom Share Button Plugin

The Custom Share Button Plugin is a simple WordPress plugin that allows users to share posts via a custom share button.

## Installation

To add a WordPress Plugin using the [built-in plugin installer](https://codex.wordpress.org/Administration_Screens#Add_New_Plugins):

* Go to [Plugins](https://codex.wordpress.org/Administration_Screens#Plugins) > [Add New](https://codex.wordpress.org/Plugins_Add_New_Screen).
* Type "`Custom Share Button`" into the **Search Plugins** box.
* Find the WordPress Plugin you wish to install.
    * Click **Details** for more information about the Plugin and instructions you may wish to print or save to help setup the Plugin.
    * Click **Install Now** to install the WordPress Plugin.
* The resulting installation screen will list the installation as successful or note any problems during the install.
* If successful, click **Activate Plugin** to activate it, or **Return to Plugin Installer** for further actions.

## Manual Plugin Installation

1. Upload the `custom-share-button` folder to the `/wp-content/plugins/` directory of your WordPress installation.
2. Activate the plugin through the WordPress Plugins menu.
3. Use the `[custom_share_button]` shortcode in your posts or pages to display the share button.

## Customization

You can customize the appearance of the share button by editing the CSS file `custom-share-button.css` located in the plugin directory. You can also change the image for the share icon by replacing the corresponding graphic file in the plugin directory.

## Changelog

## 2.1.1

* Major rework 

## 2.1.0

* Major rework

## 1.1.0

* The Custom Share Button plugin is compatible with all browsers.

## 1.0.0 

* initial

## Credits

This plugin was created by KRISÚ and is based on the idea of the Custom Share Button by Matthias Pfefferle.

## Contact

For questions, suggestions, or support, please contact us at https://wordpress.org/support/plugin/custom-share-button/ .

We welcome feedback and are happy to assist with any issues!