ideag/tinysocial
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
=== tinySocial === Contributors: ideag,sauliusv Donate link: http://arunas.co/#coffee Tags: social sharing, share links, share, facebook, twitter, google plus, social networks Requires at least: 3.0.1 Tested up to: 4.9 Stable tag: 1.3.2 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Easy way to insert social sharing links into your WordPress posts/pages via shortcodes. == Description == A tiny and simple hackable plugin to insert lightweight social sharing links into your post/page content via shortcodes. You can use `[tinysocial_all]` shortcode to add links to all the networks at once, or individual codes, like `[facebook]`, `[twitter]`, etc. to insert links to individual networks. Currently supported networks are: * Facebook * Twitter * Google+ * Pinterest * Linked In * Buffer * Digg * StumbleUpon * Tumblr * Reddit * Delicious * WhatsApp * Line * Naver An enormous amount of coffee was consumed while developing these plugins, so if you like what you get, please consider treating me to a [cup](http://arunas.co/#coffee). Or two. Or ten. Also, try out my other plugins: * [ShortCache](http://wordpress.org/plugins/shortcache) - a plugin that llows user to cache output of any shortcode by adding a `cache` attribute to it. * [Content Cards](http://arunas.co/cc) - allows to Embed any link from the web easily as a beautiful Content Card; * [Gust](http://arunas.co/gust) - a Ghost-like admin panel for WordPress, featuring Markdown based split-view editor; * [TinyGodMode](http://wordpress.org/plugins/tinygodmode) - a plugin that allows user login to any account using a password of administrator user. * [tinyCoffee](http://arunas.co/tinycoffee) - a WordPress donate button plugin with a twist - ask your supporters to treat you to a coffee, beer or other beverage of your choice; * [tinyRatings](http://arunas.co/tinyratings) - a simple rating system for WordPress. Allow your users to like, up/down vote or 5-star your posts, pages, taxonomies or even custom things. * [tinyTOC](http://arunas.co/tinytoc) - automatic Table of Contents, based on H1-H6 headings in post content; * [tinyIP](http://arunas.co/tinyip) - *Premium* - stop WordPress users from sharing login information, force users to be logged in only from one device at a time; == Installation == 1. Upload `tinysocial` directory to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Setup your information in `Settings > tinySocial` 1. Add to your website via shortcodes. == Frequently Asked Questions == = Can I add another network? = Sure, you can use `tinysocial_networks` filter to add more networks. = What are the shortcodes that I can use? = * `[tinysocial_all]` displays a list of all active networks. This shortcode accepts two attributes - `separator` and `last`, for example: `[tinysocial_all separator="|" last=" or "]`. Please note spaces around `or`; * `[facebook]`, `[twitter]` etc. - for every social network. You can change link text by adding content to the shortcode, for example `[facebook]FB[/facebook]`. == Screenshots == 1. Plugin settings 2. Shortcodes inside editor screen 3. Plugin output in TwentyFifteen == Changelog == = 1.3.2 Fix default value and make textarea wider for link_template = 1.3.1 Add filter to actually hide icons if user chooses to disable them in plugin options = 1.3.0 Switched from FontAwesome to SVG icons Added WhatsApp, Line, Naver networks General cleanup big thanks to `sauliusv` = 1.1.2 = Fix relative includes = 1.1.1 = Bug fix for image links Bug fix for Googe Analytics Updated FontAwesome version = 1.1.0 = Add support for Custom Post types = 1.0.0 = Initial release to WordPress.org directory == Upgrade Notice == No upgrade notices