이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

WP Ya Share

설명

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.

설치

  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.

후기

2017년 2월 8일
Предлагаю Вашему вниманию несколько доработанный код, который необходимо вставить путем замены в файле 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
모든 4 평가 읽기

기여자 & 개발자

“WP Ya Share”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WP Ya Share”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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.