<li><ahref="https://wordpress.org/support/view/plugin-reviews/dvk-social-sharing?rate=5#postform"target="_blank"><?phpprintf(__('Leave a %s review on WordPress.org','dvk-social-sharing'),'★★★★★');?></a></li>
<li><ahref="https://twitter.com/intent/tweet/?text=<?phpechourlencode('Need social sharing options for your WordPress site? This plugin is great: ');?>&via=dvkoot&url=<?phpechourlencode('http://wordpress.org/plugins/dvk-social-sharing/');?>"target="_blank">Tweet about the plugin</a></li>
<li><ahref="https://twitter.com/intent/tweet/?text=<?phpechourlencode('Need social sharing options for your WordPress site? This plugin is great: ');?>&via=dannyvankooten&url=<?phpechourlencode('http://wordpress.org/plugins/dvk-social-sharing/');?>"target="_blank">Tweet about the plugin</a></li>
</ul>
<p>Or check out the following plugins by the same author.</p>
...
...
@@ -150,10 +150,13 @@ $networks = array(
<ahref="https://wordpress.org/plugins/mailchimp-for-wp/">MailChimp for WordPress</a><br/>
The easiest way to connect your WordPress site to MailChimp.
Adds very simple social sharing buttons for Twitter, Facebook and Google+ to the end of your posts.
Adds very simple social sharing buttons for Twitter, Facebook, LinkedIn and Google+ to the end of your posts.
== Description ==
= Social Sharing By Danny =
The simplest sharing links possible for Twitter, Facebook and Google+.
The simplest sharing links possible for Twitter, Facebook, LinkedIn and Google+.
Most social sharing plugins are too ugly, heavy, complicated or poorly coded for my liking. This plugin aims to be different. Simple, lightweight and flexible.
Most social sharing plugins are too ugly, heavy, complicated or poorly coded for my liking. This plugin aims to be better: simple, lightweight and flexible.
= No script dependencies =
...
...
@@ -28,7 +28,7 @@ You can have the plugin load two very small files to add icons and a pop-up func
**Plugin Features**
- Sharing links for Twitter, Facebook and Google+
- Sharing links for Twitter, Facebook, LinkedIn and Google+
- Simple icon styles with a hover effect
- Simple script of just 600 bytes (not jQuery dependent) which will make the links open in a pop-up window.
- A shortcode and a template function to display the buttons anywhere you want.
...
...
@@ -37,20 +37,11 @@ You can have the plugin load two very small files to add icons and a pop-up func
**Translations**
- English (en_US) - Danny van Kooten
- Dutch (nl_NL) - Danny van Kooten
- French (fr_FR) - [Said](http://www.ninapeople.com/)
Is the plugin not translated into your language? You can [contribute your translations using the translation editor here on WordPress.org](https://translate.wordpress.org/projects/wp-plugins/dvk-social-sharing/).
If you have created your own language pack, or have an update of an existing one, you can send [gettext PO and MO files](http://codex.wordpress.org/Translating_WordPress) to me so that I can bundle it into the social sharing plugin. You can [download the latest POT file here](http://plugins.svn.wordpress.org/dvk-social-sharing/trunk/languages/dvk-social-sharing.pot).
**Other plugins by the same author**
Enjoying this plugin? Check out other [WordPress plugins](https://dannyvankooten.com/wordpress-plugins/) by the same author
Check out other [WordPress plugins](https://dannyvankooten.com/wordpress-plugins/) by the same author
== Frequently Asked Questions ==
...
...
@@ -136,134 +127,140 @@ The texts for the different links. Defaults to the string set in the translation
Have a look at the [frequently asked questions](https://wordpress.org/plugins/dvk-social-sharing/faq/) section for some examples of additional customization.
== Changelog ==
#### 1.3.2 - March 23, 2018
- Minor code optimisations
- Added `linkedin_text` shortcode argument to FAQ.
#### 1.3.1 - October 26, 2017
Misc. textual improvements.
#### 1.3 - October 4, 2017
**Additions**
- Added LinkedIn.
#### 1.2.7 - January 6, 2017
**Improvements**
- Use `https://` protocol for sharing links.
- Use SVG icons.
**Additions**
- Add "large" icon size option.
- Choose social network options from settings page.
- Added Italian translations, thanks to Alessandro Guidi.
#### 1.2.6 - March 29, 2016
**Fixes**
- Apostrophes in titles not properly escaped in sharing URL's. Thanks Robin Aldenhoven!
#### 1.2.5 - January 26, 2015
**Improvements**
- Minor improvements to pop-up script
**Additions**
- Added Finnish (fi_FI) translations, thanks to [Ari-Pekka Koponen](http://versi.fi/)
#### 1.2.4 - November 17, 2014
**Improvements**
- Wrapped link text in element so it can be hidden using CSS
- Improvements to pop-up JavaScript
#### 1.2.3 - September 4, 2014
**Improvements**
- Added minified scripts and option to load minified version
- Some textual improvements
#### 1.2.2 - April 30, 2014
**Fixes**
- Fixed not being able to save all "auto add to .." checkboxes unchecked
#### 1.2.1 - April 29, 2014
**Additions**
- Added German translations, thanks Andreas Kuhl!
**Improvements**
- Wrapped non-translatable strings in translation calls.
- Updated Dutch translations
#### 1.2 - March 19, 2014
**Additions**
- Added option to automatically add sharing options to all registered post types
- Added Spanish translations, props to [Luciano A. Ferrer](http://cbasites.net/).
**Improvements**
- Disabled Pop-up JS by default until we figure out a cross-browser compatibility fix.
#### 1.1 - February 19, 2014
- Added: Slovenian translations, thanks to [Domen Hrabar, Viking Marketing](http://www.vikingmarketing.si/)
- Improved: direct file access security
#### 1.0.9 - December 30, 2013
- Added: Danish translation, thanks to [Finn Hoelgaard](http://fhn.dk/)!
- Added: Russian translation, thanks to Nikita!
- Improved: Pop-up script now waits for full page load.
#### 1.0.6 - December 20, 2013
- Improved: Pop-up JS now used addEventListener to enable multiple event listeners (like a Google Analytics plugin) attaching to the sharing links.
#### 1.0.5 - December 9, 2013
- Added: French translations, thanks to [Said](http://www.ninapeople.com/)
- Improved: All backend strings are now translatable
- Improved: Prevented direct access or search engine indexing of plugin files
- Improved: Facebook URL sharing parameters
#### 1.0.4 - December 2, 2013
- Improved: Minified pop-up script to 480 bytes.
- Improved: Removed image attribute from Facebook Share URL. FB will now pick up `og:image` meta tags.
#### 1.0.3 - November 25, 2013
- Fixed: undefined index notice when saving options.
#### 1.0.2 - November 20, 2013
- Added: Dutch translation
- Added: Option to change the text that shows before the sharing links.
#### 1.0.1 - November 20, 2013
- Fixed: Added settings link to plugins overview page
- Fixed: "tweet about" option in admin now tweets about the correct plugin.
#### 1.0 - November 17, 2013
- Initial release.
#### 1.3.3 - Dec 31, 2019
- Remove unused LinkedIn parameters.
- Switch to WordPress.org managed translations.
#### 1.3.2 - March 23, 2018
- Minor code optimisations
- Added `linkedin_text` shortcode argument to FAQ.
#### 1.3.1 - October 26, 2017
Misc. textual improvements.
#### 1.3 - October 4, 2017
**Additions**
- Added LinkedIn.
#### 1.2.7 - January 6, 2017
**Improvements**
- Use `https://` protocol for sharing links.
- Use SVG icons.
**Additions**
- Add "large" icon size option.
- Choose social network options from settings page.
- Added Italian translations, thanks to Alessandro Guidi.
#### 1.2.6 - March 29, 2016
**Fixes**
- Apostrophes in titles not properly escaped in sharing URL's. Thanks Robin Aldenhoven!
#### 1.2.5 - January 26, 2015
**Improvements**
- Minor improvements to pop-up script
**Additions**
- Added Finnish (fi_FI) translations, thanks to [Ari-Pekka Koponen](http://versi.fi/)
#### 1.2.4 - November 17, 2014
**Improvements**
- Wrapped link text in element so it can be hidden using CSS
- Improvements to pop-up JavaScript
#### 1.2.3 - September 4, 2014
**Improvements**
- Added minified scripts and option to load minified version
- Some textual improvements
#### 1.2.2 - April 30, 2014
**Fixes**
- Fixed not being able to save all "auto add to .." checkboxes unchecked
#### 1.2.1 - April 29, 2014
**Additions**
- Added German translations, thanks Andreas Kuhl!
**Improvements**
- Wrapped non-translatable strings in translation calls.
- Updated Dutch translations
#### 1.2 - March 19, 2014
**Additions**
- Added option to automatically add sharing options to all registered post types
- Added Spanish translations, props to [Luciano A. Ferrer](http://cbasites.net/).
**Improvements**
- Disabled Pop-up JS by default until we figure out a cross-browser compatibility fix.
#### 1.1 - February 19, 2014
- Added: Slovenian translations, thanks to [Domen Hrabar, Viking Marketing](http://www.vikingmarketing.si/)
- Improved: direct file access security
#### 1.0.9 - December 30, 2013
- Added: Danish translation, thanks to [Finn Hoelgaard](http://fhn.dk/)!
- Added: Russian translation, thanks to Nikita!
- Improved: Pop-up script now waits for full page load.
#### 1.0.6 - December 20, 2013
- Improved: Pop-up JS now used addEventListener to enable multiple event listeners (like a Google Analytics plugin) attaching to the sharing links.
#### 1.0.5 - December 9, 2013
- Added: French translations, thanks to [Said](http://www.ninapeople.com/)
- Improved: All backend strings are now translatable
- Improved: Prevented direct access or search engine indexing of plugin files
- Improved: Facebook URL sharing parameters
#### 1.0.4 - December 2, 2013
- Improved: Minified pop-up script to 480 bytes.
- Improved: Removed image attribute from Facebook Share URL. FB will now pick up `og:image` meta tags.
#### 1.0.3 - November 25, 2013
- Fixed: undefined index notice when saving options.
#### 1.0.2 - November 20, 2013
- Added: Dutch translation
- Added: Option to change the text that shows before the sharing links.
#### 1.0.1 - November 20, 2013
- Fixed: Added settings link to plugins overview page
- Fixed: "tweet about" option in admin now tweets about the correct plugin.