Browser Shots is a WordPress plugin to automate the process of taking website screenshots.
// basic shot 600px wide
[browser-shot url="http://link-to-website" width="600"]
// shot with link to other website
[browser-shot url="http://link-to-website" width="700" link="http://www.binarymoon.co.uk/"]
// shot with caption (uses default WordPress caption styles)
[browser-shot url="http://link-to-website" width="700"]Add Caption[/browser-shot]
As of 1.7, there is a Gutenblock for embedding your screenshots.
- Clone the repository
- Run
npm install
- Edit the block in
src/edit.js
- To develop run:
npm start
- To build for deployment run:
npm run build && wp i18n make-pot . languages/browser-shots.pot --exclude="/src/js,src/block"