Title: Sharing Image
Author: Anton Lukin
Published: <strong>4 lapkričio, 2021</strong>
Last modified: 26 liepos, 2025

---

Ieškoti įskiepiuose

![](https://ps.w.org/sharing-image/assets/banner-772x250.png?rev=2893725)

![](https://ps.w.org/sharing-image/assets/icon-256x256.png?rev=2893725)

# Sharing Image

 Autorius [Anton Lukin](https://profiles.wordpress.org/antonlukin/)

[Parsisiųsti](https://downloads.wordpress.org/plugin/sharing-image.3.7.zip)

 * [Informacija](https://lt.wordpress.org/plugins/sharing-image/#description)
 * [Atsiliepimai](https://lt.wordpress.org/plugins/sharing-image/#reviews)
 * [Kūrimas](https://lt.wordpress.org/plugins/sharing-image/#developers)

 [Pagalba](https://wordpress.org/support/plugin/sharing-image/)

## Aprašymas

Sharing Image is a WordPress plugin for generating sharing posters in social networks.
Allows you to use text, watermarks and various filters. It is possible to create
different posters for any posts types, archives and taxonomies. Compatible with 
various SEO plugins.

Custom posters draw attention to your social media links and make them stand out
from the rest in your feed. You can also place your company logo as a watermark 
to increase your brand awareness. If you are posting video or audio, it can be a
good idea to add a play icon to your poster to help users identify the type of content.

#### Get support

First of all read the [plugin documentation](https://wpset.org/sharing-image/). 
If you find a bug or want to add new feature to this plugin, create new [issue](https://github.com/antonlukin/sharing-image/issues)
on Github or send a [pull reguest](https://github.com/antonlukin/sharing-image/pulls).

#### Premium

The Premium version of the plugin adds new features and helps the product develop.
While the plugin is in beta testing, it is absolutely free.
 Read more on the [plugin page](https://wpset.org/sharing-image/#premium).

## Ekrano nuotraukos

 * [[
 * Example of a poster in Twitter feed
 * [[
 * Create poster template via plugin Settings
 * [[
 * Generate Sharing Image poster for certain post

## Blokai

Šis įskiepis suteikia 1 bloką.

 *   Sharing Image Sidebar

## Atsiliepimai

![](https://secure.gravatar.com/avatar/a98581c4104ea9f9d1f25bcdb641a7191dc8bd1c7bd10fc39a4e3af5e402d751?
s=60&d=retro&r=g)

### 󠀁[Awesome plugin](https://wordpress.org/support/topic/awesome-plugin-6523/)󠁿

 [laurencedoherty](https://profiles.wordpress.org/laurencedoherty/) 22 liepos, 2022

Works perfectly and is super easy to use. The plugin developer is really helpful
too.

![](https://secure.gravatar.com/avatar/ca07ce248919482f9c714278a3d45f27575645614ad84f7cd06778ff7bffee3e?
s=60&d=retro&r=g)

### 󠀁[Good Plugin!](https://wordpress.org/support/topic/good-plugin-5946/)󠁿

 [happysalamander](https://profiles.wordpress.org/happysalamander/) 23 birželio,
2022

Best tool I have seen so far for individual post sharing image creation.

![](https://secure.gravatar.com/avatar/30d28230fb73a72bdd8562e51dee0f3ed200cb977bc21d4300f1146fb565bec7?
s=60&d=retro&r=g)

### 󠀁[Good start in a sparse landscape](https://wordpress.org/support/topic/good-start-in-a-sparse-landscape/)󠁿

 [Tom Finley](https://profiles.wordpress.org/hifidesign/) 16 vasario, 2022 4 replies

I want to love Sharing Image. There’s so much about it that’s well thought out. 
At the same time, aspects of it feel like Classic WordPress and lacking cohesion
with the Block Editing experience. Don’t get me wrong, it definitely gets the job
done, but at present needs a range of tweaks to become production-worthy (I can’t
turn a client loose with this iteration). *Fourth star added because Anton responded
so quickly to my review and asked for feedback.

 [ Perskaityti visus atsiliepimus (3) ](https://wordpress.org/support/plugin/sharing-image/reviews/)

## Programuotojai ir komandos nariai

“Sharing Image” yra atviro kodo programa. Prie jos sukūrimo prisidėję žmonės surašyti
toliau.

Autoriai

 *   [ Anton Lukin ](https://profiles.wordpress.org/antonlukin/)

Įskiepis “Sharing Image” išverstas į 1 kalbą. Dėkojame [vertėjams](https://translate.wordpress.org/projects/wp-plugins/sharing-image/contributors)
už jų darbą.

[Išverskite “Sharing Image” į savo kalbą.](https://translate.wordpress.org/projects/wp-plugins/sharing-image)

### Domina programavimas?

[Peržiūrėkite kodą](https://plugins.trac.wordpress.org/browser/sharing-image/), 
naršykite [SVN repozitorijoje](https://plugins.svn.wordpress.org/sharing-image/),
arba užsiprenumeruokite [kodo pakeitimų žurnalą](https://plugins.trac.wordpress.org/log/sharing-image/)
per [RSS](https://plugins.trac.wordpress.org/log/sharing-image/?limit=100&mode=stop_on_copy&format=rss).

## Pakeitimų istorija

#### 3.7

 * Fix buggy composer autoload file

#### 3.6

 * Remove dev required dependencies from repo

#### 3.5

 * Updated PosterEditor library to 6.0.
 * Fixed load_text_domain error for WP 6.8+.

#### 3.4

 * Fixed duplicate layers key names on templates cloning.
 * Fixed undefined preset fields.
 * Updated PosterEditor library.
 * Rebuild autogenerate_poster method.

#### 3.3

 * Add ability to create uppercased text layer.
 * Add admin-side titles to all layers.
 * Fix manual generation issue on doing cron.
 * Add handlers for instant premium plugin version.

#### 3.2

 * Fixed post status checks and default template for auto-generating posters.
 * Added transparency to the template’s text and image layers.
 * Fixed auto-generation bug that occurred if a poster was deleted.
 * Updated PosterEditor library to the latest version.

#### 3.1

 * Fixed auto-generation bug when changing post status.
 * Fixed preset race-condition bug in the Gutenberg sidebar.
 * Added `get_autogenerate_index` filter.

#### 3.0

 * Updated PosterEditor library
 * Redesigned template settings page
 * Added new layer settings
 * Redesigned template auto-generation
 * Added import and export of templates
 * Added demo template
 * Added template cloning
 * Changed the approach to meta tags output
 * Added Gutenberg widget
 * See the list of updated hooks on the plugin page: https://wpset.org/sharing-image/
   hooks/

#### 2.0.17

 * Fix missing translation handler in settings editor
 * Fix bug with redirect message in settings class

#### 2.0.16

 * Added optional $context parameter to `sharing_image_prepare_template` filter
 * Added GIF Poster image format to plugin configuration

#### 2.0.15

 * Added optional $screen_id parameter to `sharing_image_prepare_template` filter
 * Updated packages

#### 2.0.14

 * Fixed poster background opacity on template editor screen
 * Fixed js obfuscation for i18n functions

#### 2.0.13

 * Added second parameter to sharing_image_poster and sharing_image_poster_src public
   functions
 * Fixed notice on empty Post ID property
 * Minor code improvements

#### 2.0.12

 * Added filter to disable posters autogeneration according post id.
 * Updated HTML meta tags to be able to display Twitter cards.

#### 2.0.11

 * Added the ability to autogenerate posters for entries added programmatically,
   for example, via cron.

#### 2.0.10

 * Updated PosterEditor class to fix default opacity canvas.
 * Fixed param type in phpdoc block.

#### 2.0.9

 * Fixed bug with default autogenerate template on config page.

#### 2.0.8

 * Added automatic poster generation.
 * Prepared for use new `sharing_image_autogenerated_poster` filter.

#### 2.0.7

 * Fixed a bug with layer image sizes.
 * Added the ability to collapse layer on the settings page.
 * Trying to fix undeclared wp.data error.

#### 2.0.6

 * Replaced official plugin site url.

#### 2.0.5

 * Fixed `sharing_image_hide_meta` filter.

#### 2.0.4

 * Fixed a bug with non-saved radio buttons in the template settings.
 * Added a detailed description of the error when requesting Premium.

#### 2.0.3

 * Replaced `sharing_image_allow_custom_fonts` filter with `sharing_image_disable_custom_fonts`.

#### 2.0.2

 * Updated readme and add WordPress catalog assets.

#### 2.0.0

 * Initial version for WordPress Plugin Directory.

## Metainformacija

 *  Version **3.7**
 *  Atnaujinta **prieš 9 mėnesiai**
 *  Aktyvių instaliacijų **600+**
 *  WordPress versija ** 5.3 ar naujesnė **
 *  Ištestuota iki **6.8.5**
 *  PHP versija ** 5.6 ar naujesnė **
 *  Kalbos
 * [English (US)](https://wordpress.org/plugins/sharing-image/) ir [Russian](https://ru.wordpress.org/plugins/sharing-image/).
 *  [Išversti į savo kalbą](https://translate.wordpress.org/projects/wp-plugins/sharing-image)
 * Žymos
 * [facebook](https://lt.wordpress.org/plugins/tags/facebook/)[og-image](https://lt.wordpress.org/plugins/tags/og-image/)
   [sharing image](https://lt.wordpress.org/plugins/tags/sharing-image/)[social image](https://lt.wordpress.org/plugins/tags/social-image/)
   [twitter](https://lt.wordpress.org/plugins/tags/twitter/)
 *  [Daugiau](https://lt.wordpress.org/plugins/sharing-image/advanced/)

## Įvertinimai

 4.7 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/sharing-image/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/sharing-image/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/sharing-image/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/sharing-image/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/sharing-image/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/sharing-image/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/sharing-image/reviews/)

## Autoriai

 *   [ Anton Lukin ](https://profiles.wordpress.org/antonlukin/)

## Pagalba

Turite pastabų? Reikia pagalbos?

 [Peržiūrėti pagalbos forumą](https://wordpress.org/support/plugin/sharing-image/)

## Paremkite

Galbūt norite padėti plėtoti šį įskiepį?

 [ Paremti įskiepio kūrimą ](https://wpset.org/about/)