Title: Screenshot Generator
Author: lassebunk
Published: <strong>4 mei 2015</strong>
Last modified: 5 mei 2015

---

Plugins zoeken

Deze plugin **is niet getest met de laatste 3 grotere versies van WordPress**. Mogelijk
wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen
ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

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

# Screenshot Generator

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

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

 * [Details](https://nl.wordpress.org/plugins/screenshot-generator/#description)
 * [Beoordelingen](https://nl.wordpress.org/plugins/screenshot-generator/#reviews)
 *  [Installatie](https://nl.wordpress.org/plugins/screenshot-generator/#installation)
 * [Ontwikkeling](https://nl.wordpress.org/plugins/screenshot-generator/#developers)

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

## Beschrijving

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.

## Schermafbeeldingen

[⌊How the screenshot will look when shared in social media.⌉⌊How the screenshot 
will look when shared in social media.⌉[

How the screenshot will look when shared in social media.

[⌊The settings page.⌉⌊The settings page.⌉[

The settings page.

## Installatie

 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.

## Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

## Bijdragers & ontwikkelaars

“Screenshot Generator” is open source software. De volgende personen hebben bijgedragen
aan deze plugin.

Bijdragers

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

[Vertaal “Screenshot Generator” in je eigen taal.](https://translate.wordpress.org/projects/wp-plugins/screenshot-generator)

### Interesse in ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/screenshot-generator/),
haal de [SVN repository](https://plugins.svn.wordpress.org/screenshot-generator/)
op, of abonneer je op het [ontwikkellog](https://plugins.trac.wordpress.org/log/screenshot-generator/)
via [RSS](https://plugins.trac.wordpress.org/log/screenshot-generator/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Versie **0.1.7**
 *  Laatst geüpdatet **11 jaar geleden**
 *  Actieve installaties **10+**
 *  WordPress versie ** 4.0.0 of nieuwer **
 *  Getest t/m **4.2.39**
 *  Taal
 * [English (US)](https://wordpress.org/plugins/screenshot-generator/)
 * Tags
 * [preview](https://nl.wordpress.org/plugins/tags/preview/)[screenshot](https://nl.wordpress.org/plugins/tags/screenshot/)
   [social](https://nl.wordpress.org/plugins/tags/social/)
 *  [Geavanceerde weergave](https://nl.wordpress.org/plugins/screenshot-generator/advanced/)

## Waarderingen

Er zijn nog geen beoordelingen ingediend.

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

[Bekijk alle beoordelingen](https://wordpress.org/support/plugin/screenshot-generator/reviews/)

## Bijdragers

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

## Ondersteuning

Iets te melden? Hulp nodig?

 [Het supportforum bekijken](https://wordpress.org/support/plugin/screenshot-generator/)