Title: Simple Share
Author: Takayuki Miyauchi
Published: <strong>Bélú 24, 2014</strong>
Last modified: Igbe 27, 2015

---

Ṣàwárí àwọn plugin

![](https://ps.w.org/simple-share/assets/banner-772x250.png?rev=1048193)

Plugin yìí **kò tíì ṣe àyẹ̀wò pẹ̀lú àwọn ìtújáde mẹ́ta pàtàkì tó kẹ́yìn ti WordPress**.
Ó lè jẹ́ pé a kò tọ́jú tàbí ṣe àtìlẹ́yìn fún un mọ́, ó sì lè ní àwọn ọ̀ràn ìbámu
nígbà tí a bá lò ó pẹ̀lú àwọn ẹ̀yà WordPress tuntun.

![](https://ps.w.org/simple-share/assets/icon-128x128.png?rev=1048193)

# Simple Share

 Láti ọwọ́ [Takayuki Miyauchi](https://profiles.wordpress.org/miyauchi/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/simple-share.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/simple-share/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/simple-share/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/simple-share/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/simple-share/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/simple-share/)

## Àpèjúwe

You can place share buttons just by activating this plugin.

 * There is no admin panel.
 * You can place twitter, facebook, google, and hatena(ja only) buttons.
 * They will be hidden at mobile screen (under 480px).

#### Filter hook

 * simple_share_the_content Ìtumọ̀ Yorùbá: – Filter the content.
 * simple_share_get_share_buttons Ìtumọ̀ Yorùbá: – Filter the share buttons.
 * simple_share_mobile_footer Ìtumọ̀ Yorùbá: – Filter the footer buttons on mobile.
 * simple_share_style Ìtumọ̀ Yorùbá: – Filter the css.

#### Placing share buttons in the footer.

    ```
    add_filter( 'simple_share_the_content', function( $content, $share, $orig ){
        return $share. $orig . $share;
    }, 10, 3 );
    ```

#### Other Notes

If you would have conflicts with other plugins you can stop JavaScripts in the footer
like below.

 * `remove_action( 'simple_share_footer', array( $simple_share, 'facebook_script'));`
   Ìtumọ̀ Yorùbá: – Stop facebook scripts.
 * `remove_action( 'simple_share_footer', array( $simple_share, 'google_script' ));`
   Ìtumọ̀ Yorùbá: – Stop Google scripts.

#### Contribution

 * [https://github.com/miya0001/simple-share](https://github.com/miya0001/simple-share)
 * [https://travis-ci.org/miya0001/simple-share/](https://travis-ci.org/miya0001/simple-share/)

## Àwọn àwòrán ìbòjú

[⌊Share buttons for PC.⌉⌊Share buttons for PC.⌉[

Share buttons for PC.

[⌊Share buttons for Mobile.⌉⌊Share buttons for Mobile.⌉[

Share buttons for Mobile.

## Ìgbéwọlẹ̀

 1. Upload `simple-share.zip` from the admin panel.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## Àwọn àgbéyẹ̀wò

![](https://secure.gravatar.com/avatar/e15fd98fd7e9169f40f0aab341fbdd6669266a9d59d011791aa8528dbde5bdcd?
s=60&d=retro&r=g)

### 󠀁[NICE](https://wordpress.org/support/topic/nice-1252/)󠁿

 [benedict1984](https://profiles.wordpress.org/benedict1984/) Ọwẹ́wẹ̀ 3, 2016

LOVE THIS

 [ Ka gbogbo àwọn àgbéyẹ̀wò 4 ](https://wordpress.org/support/plugin/simple-share/reviews/)

## Àwọn Olùkópa & Olùgbéejáde

“Simple Share” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa
sí plugin yìí.

Àwọn Olùkópa

 *   [ Takayuki Miyauchi ](https://profiles.wordpress.org/miyauchi/)
 *   [ Takuro Hishikawa ](https://profiles.wordpress.org/hissy/)
 *   [ Mayo Moriyama ](https://profiles.wordpress.org/mayukojpn/)

[Túmọ̀ “Simple Share” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/simple-share)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/simple-share/), ṣàyẹ̀wò
[ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/simple-share/), tàbí ṣe àgbékalẹ̀
sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/simple-share/) nípasẹ̀
[RSS](https://plugins.trac.wordpress.org/log/simple-share/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 1.0.1

 * Tested up to WordPress 4.2.

#### 0.8.0

 * Fix always fire scripts in the footer.
 * https://github.com/miya0001/simple-share/compare/0.7.0…0.8.0

#### 0.7.0

 * Add some filters.
 * https://github.com/miya0001/simple-share/compare/0.6.0…0.7.0

#### 0.6.0

 * Update facebook javascript sdk.
 * Fix conflict with other plugins.

#### 0.4.0

 * Fixed typo.
 * Add target arg to facebook link.

#### 0.3.0

 * Add mobile support.

#### 0.2.0

 * Fix CSS

#### 0.1

 * First release.

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **1.0.1**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **ọdún 11 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **10+**
 *  Ẹ̀yà WordPress ** 4.0 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **4.2.39**
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/simple-share/)
 * Àwọn àmì
 * [facebook](https://yor.wordpress.org/plugins/tags/facebook/)[hatena](https://yor.wordpress.org/plugins/tags/hatena/)
   [share](https://yor.wordpress.org/plugins/tags/share/)[social](https://yor.wordpress.org/plugins/tags/social/)
   [twitter](https://yor.wordpress.org/plugins/tags/twitter/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/simple-share/advanced/)

## Àwọn ìbò

 4.8 lára àwọn ìràwọ̀ 5.

 *  [  3 5-star reviews     ](https://wordpress.org/support/plugin/simple-share/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/simple-share/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/simple-share/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/simple-share/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/simple-share/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/simple-share/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/simple-share/reviews/)

## Àwọn Olùkópa

 *   [ Takayuki Miyauchi ](https://profiles.wordpress.org/miyauchi/)
 *   [ Takuro Hishikawa ](https://profiles.wordpress.org/hissy/)
 *   [ Mayo Moriyama ](https://profiles.wordpress.org/mayukojpn/)

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/simple-share/)