=== Share This Image === Contributors: Mihail Barinov Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GSE37FC4Y7CEY Tags: facebook, image, sharing, social buttons, twitter Requires at least: 4.0 Tested up to: 4.8 Stable tag: 2.16 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Image sharing plugin for WordPress. == Description == Share This Image is simple and flexible image sharing plugin for WordPress. It’s give you great flexibility to promoting your content in 11 most popular social networks. = Main Features = * Supports 11 most popular social networks: **facebook**, **twitter**, **google**, **linkedin**, **pinterest**, **tumblr**, **reddit**, **digg**, **delicious**, **vkontakte**, **odnoclassniki**. * **Exact sharing** - user will share exactly the same image that he wants. * **Select what images to share**. Share all images of you site or just from several pages. Or just single images that you want. All this is possible! * **Customize content** - fully customizable url, image, title and content that you want to share. * **Powerfull Admin Panel** – all settings in one page. * Build-in **shortcode** for easier work * **Fast** - Nothing extra. Just what you need for proper work * **Not only images** – apply it not only for image but for any block of content with specified data-media attribute. * Supports all major desktop browsers (IE8, IE9, IE10, Chrome, Firefox, Safari, Opera) and mobile browsers. = Premium Features = [Premium Version](http://codecanyon.net/item/share-this-image-image-sharing-plugin/9988272?ref=ILLID) * **Black list** option to exclude single images fom sharing. * **Auto-scroll** your visitors to the exact location of the image they came to see. * Set of **styling options** - 3 predefined icons styles, horizontal or vertical view, offsets by x and y planes. * Priority support == Installation == 1. Upload share-this-image to the /wp-content/plugins/ directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = How can I customize what url, image, title and description to share? = When sharing new image for title and description plugin first of all looks in 'data-title' and 'data-summary' attributes of image. So you can set your fully customizable content by adding this attributes. It's can look like that: `` If image doesn't have data attributes then plugin will use title attribute for title and attr attribute for summary. `` If image doesn't have data, title and attr attributes then will be used default title and description that you set in the plugin settings page. Also it is possible to set shared image that can be different from image in the 'img' tag. It's can be done with help of 'data-media' attribute: `` Also you can change shared link. By default plugin will share link to the page where your shared image in situated. But you can simply change this behavior. Just add 'data-url' attribute with link that you want to be shared. `img src="images/youre-cool-image.jpg" data-url="http://your-link.com">` = How to use plugins build-in shortcode? = Most common there is no need to use shortcode. Plugin will automatically work with all images that you have on your site. But with shorcode it is very simple to share desired image with custom title and description. All you need to do is add this shortcode inside your page or post content section `[sti_image image="http://your-image-to-display.jpg" shared_image="http://your-image-to-share.jpg" shared_title="Your-title" shared_desc="Your-Description"]` It is very simple and don't need additional explanation. = It's works only with 'img' tag? = No. Plugin give ability to run it not only for images, but for any blocks of content. Only one condition - this block must have data-media attribute with link to shared image. For example - we have block with custom content inside. This block has class shared-box. So it is very easy to add sharing content for it. `
Youre custom content ( text, html or any other )
` Don't forget, that class name of block must be specified in plugin selector option. For example, if we want to share all images and this block then selector will be img, .shared-box. That's all! After this if any of your visitors hover on block with class name shared-box he will see appeared share box with social buttons. == Screenshots == == Changelog == = 1.00 = * First Release