Title: Screenshot Generator
Author: lassebunk
Published: <strong>2015-05-04</strong>
Last modified: 2015-05-05

---

Szukaj wtyczek

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

![](https://s.w.org/plugins/geopattern-icon/screenshot-generator.svg)

# Screenshot Generator

 Autor: [lassebunk](https://profiles.wordpress.org/lassebunk/)

[Pobierz](https://downloads.wordpress.org/plugin/screenshot-generator.0.1.7.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/screenshot-generator/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/screenshot-generator/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/screenshot-generator/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/screenshot-generator/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/screenshot-generator/)

## Opis

Screenshot Generator is a WordPress plugin that takes screenshots of posts for social
media etc. when they are updated.
 It uses [PhantomJS](http://phantomjs.org/) to
do this.

_Why?_ When developing [Toptrust](http://toptrust.dk), I was tired of manually adding
images of posts
 when sharing on social media. This was especially true for pages
that had no featured/thumbnail images. I wanted screenshots to be taken automatically,
and so Screenshot Generator was born.

### Usage

When you update a post or page, a screenshot is automatically taken in the background.

After a few seconds, the screenshot URL is saved to the post’s meta key `_scrgen_screenshot`.

### Screenshots on social media

An `og:image` and `twitter:image:src` is automatically added to the meta tags
 when
viewing the post. These are only added if the post doesn’t have a thumbnail, in 
which case the plugin expects the thumbnail to be added by you or another plugin.
You can change this in the plugin settings page.

### Retrieving screenshots manually

If you want to retrieve the screenshot manually, you can do so inside a post:

    ```
    <img src="<?php echo scrgen_screenshot(); ?>" />
    ```

### Contributing

Contributions are appreciated and very welcome. You can contribute in the
 plugin’s
[GitHub repository](https://github.com/lassebunk/screenshot-generator).

### Credits

The screenshot functionality is adapted from Microweber’s
 [Screen](https://github.com/microweber/screen)
code.

## Zrzuty ekranu

 * [[
 * How the screenshot will look when shared in social media.
 * [[
 * The settings page.

## Instalacja

 1. Download the plugin to `wp-content/plugins`.
 2. Install PhantomJS.
 3.  * **Mac:**
     *     ```
             $ brew install phantomjs
           ```
       
     * Or if this fails, [download from here](https://github.com/eugene1g/phantomjs/releases).
     * **Linux:**
     *     ```
             $ apt-get install phantomjs fontconfig freetype*
           ```
       
 4. Make sure the `phantomjs` binary is in your PHP’s `PATH`.
 5. If you can’t modify your `PATH`, you can set the `PHANTOMJS` constant to the
     binary’s
    path and this will be used:
 6.     ```
          define('PHANTOMJS', '/usr/local/bin/phantomjs');
        ```
    
 7. Create a folder called `wp-content/screenshots` and grant write permissions.
 8. Update a post.

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„Screenshot Generator” jest oprogramowaniem open source. Poniższe osoby miały wkład
w rozwój wtyczki.

Zaangażowani

 *   [ lassebunk ](https://profiles.wordpress.org/lassebunk/)

[Przetłumacz wtyczkę “Screenshot Generator” na swój język.](https://translate.wordpress.org/projects/wp-plugins/screenshot-generator)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/screenshot-generator/),
sprawdź [repozytorium SVN](https://plugins.svn.wordpress.org/screenshot-generator/)
lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/screenshot-generator/)
przez [RSS](https://plugins.trac.wordpress.org/log/screenshot-generator/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Wersja **0.1.7**
 *  Ostatnia aktualizacja **11 lat temu**
 *  Włączone instalacje **10+**
 *  Wersja WordPressa ** 4.0.0 lub nowszej **
 *  Testowano do **4.2.39**
 *  Język
 * [English (US)](https://wordpress.org/plugins/screenshot-generator/)
 * Tagi
 * [preview](https://pl.wordpress.org/plugins/tags/preview/)[screenshot](https://pl.wordpress.org/plugins/tags/screenshot/)
   [social](https://pl.wordpress.org/plugins/tags/social/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/screenshot-generator/advanced/)

## Oceny

Nie przesłano jeszcze żadnych recenzji.

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

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/screenshot-generator/reviews/)

## Zaangażowani

 *   [ lassebunk ](https://profiles.wordpress.org/lassebunk/)

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/screenshot-generator/)