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. Or two. Or ten.
Also, try out my other plugins:
- ShortCache – a plugin that llows user to cache output of any shortcode by adding a
cache
attribute to it. - Content Cards – allows to Embed any link from the web easily as a beautiful Content Card;
- Gust – a Ghost-like admin panel for WordPress, featuring Markdown based split-view editor;
- TinyGodMode – a plugin that allows user login to any account using a password of administrator user.
- 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 – 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 – automatic Table of Contents, based on H1-H6 headings in post content;
- tinyIP – Premium – stop WordPress users from sharing login information, force users to be logged in only from one device at a time;
Screenshots
Installation
- Upload
tinysocial
directory to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Setup your information in
Settings > tinySocial
- Add to your website via shortcodes.
FAQ
- 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
andlast
, for example:[tinysocial_all separator="|" last=" or "]
. Please note spaces aroundor
;[facebook]
,[twitter]
etc. – for every social network. You can change link text by adding content to the shortcode, for example[facebook]FB[/facebook]
.
Reviews
Contributors & Developers
“tinySocial” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “tinySocial” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
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