This plugin hasn’t been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Ya Share

Description

The WP Ya.Share plugin adds to your blog a set of buttons to save URLs of your pages/posts in popular social networks (twitter, facebook, livejournal, vkontakte etc.).

Добавляет блок ‘Поделиться’ (Ya.Share, разработанный в yandex) для сохранения ссылки просматриваемой страницы вашего блога в популярных ‘социальных сервисах’ (вконтакте, жж, твиттер и т. д.).

It uses the Yandex Ya.share API; I shaped it into wordpress plugin with some options only.

The following options are available:

  • locate “ya.share” block either in the content of a page/single post or in the sidebar (as a new widget);
  • select a list of preferable social networks;
  • button/link/icon for expanded social networks list, or nothing;
  • left, right or centered location;
  • above or under the content;
  • inscription language.
    Please feel free to contact me with your questions or suggestions.

Installation

  1. Upload wp-ya-share.zip to your plugins directory using the wordpress plugin installation interface and activate the plugin.
  2. Select your preferable options at the Ya.share options page.

FAQ

I need Ya.share appears everywhere in my blog, not on pages and single posts

On the plugin options page select ‘create widget’, then set the Ya.share widget to the appropriate place in a sidebar.

Or select ‘multiple’ (also in any post on archive pages) option.

I would like to embed ya share into some posts, not into all.

Check the Ya.share location option: “selectively”. Then just add this code: [ya_share] into the post content.

Reviews

February 8, 2017
Предлагаю Вашему вниманию несколько доработанный код, который необходимо вставить путем замены в файле wp-ya-share.php. Поехали... 1) строка 65: 'type' => array('button', 'icon', 'link', 'none'), заменить на 'type' => array('button', 'icon', 'link', 'none', 'small', 'big'), 2) строка 221: foreach ( array('button', 'icon', 'link', 'none') as $item ) { заменить на foreach ( array('button', 'icon', 'link', 'none', 'small', 'big') as $item ) { ...и вуа-ля! Теперь мы можем менять кнопки на маленькие и БОЛЬШИЕ. Маленькие кнопки: http://pl.vc/3aeo8 Большие кнопки: http://pl.vc/38itd Страница настроек: http://pl.vc/5ierz
Read all 4 reviews

Contributors & Developers

“WP Ya Share” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WP Ya Share” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Change log

1.6

  • API domain changed from unreliable yandex.st to yastatic.net.
  • Added: sharing to Pinterest.
  • Removed: sharing to Ya.ru.

1.5

  • New setting: button style (theme).
  • Code improve.

1.4

  • Added: Copy-paste option in popup block.
  • Added: Surfingbird service.
  • Minor changes fixing php warnings and notices.

1.3

  • Added: different title for each post when multiple option is active, instead of blog title.

1.2

  • Added options: to show multiple ya-share blocks and to show it selectively via short code.
  • Added services: Google+, Diary.ru, Tut.by; Google+ added to the services default list.
  • Removed services: Google Reader, Google Buzz.
  • Most of the code is rewritten.
  • Added Belorussian translation made by Alexander Ovsov.

1.1

  • Changeable pop-up list.
  • Custom button text and pop-up title.
  • Button for deleting options.
  • Some minor changes.

1.0

  • first version.