Описание
Basic Social Share Buttons allows your users to share posts to social networks without loading any javascript.
Configuration
Admin options are in the WordPress admin under Reading.
You can choose between three button sizes:
* Small — Icon only
* Medium — Icon + site name
* Large — Icon + «Share on » + site name
You can choose to include the css (via wp_enqueue) or you can disable the enqueue and the css rules will be shown in admin for you to insert in your main stylesheet (for one less http request).
Usage
Use the short [basic-share-buttons]
in your post content.
or in a php template its <?php echo do_shortcode('[basic-share-buttons]'); ?>
The title and URL are taken from WordPress’s the_title()
and the_permalink()
functions.
You can override both as parameters to the shortcode.
[basic-share-buttons title=’Your custom page title’ url=’http://customurl.com/page’]
Copyright
This plugin includes code from:
* SortableJS https://github.com/SortableJS/Sortable — MIT License
* Sharing Buttons io https://github.com/mxstbr/sharingbuttons.io — MIT License
Скриншоты
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«Basic Social Share Buttons» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «Basic Social Share Buttons» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.0.1
- Shortcode added to admin page
1.0
- Initial launch