Descripció
Screenshot Generator is a WordPress plugin that takes screenshots of posts for social media etc. when they are updated.
It uses PhantomJS to do this.
Why? When developing Toptrust, 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.
Credits
The screenshot functionality is adapted from Microweber’s
Screen code.
Instal·lació
- Download the plugin to
wp-content/plugins. -
Install PhantomJS.
-
Mac:
$ brew install phantomjsOr if this fails, download from here.
-
Linux:
$ apt-get install phantomjs fontconfig freetype*
-
-
Make sure the
phantomjsbinary is in your PHP’sPATH.If you can’t modify your
PATH, you can set thePHANTOMJSconstant to the
binary’s path and this will be used:define('PHANTOMJS', '/usr/local/bin/phantomjs'); -
Create a folder called
wp-content/screenshotsand grant write permissions. -
Update a post.
Ressenyes
No hi ha ressenyes per a aquesta extensió.
Col·laboradors i desenvolupadors
«Screenshot Generator» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradorsTraduïu «Screenshot Generator» a la vostra llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.

