Descripción
Use the [browser-shot]
shortcode to automate the process of taking website screenshots. An icon is also added to the TinyMCE editor to make the shortcode creation process easy.
Shortcode Preview
// 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]
Available Parameters
- url (required) – the url of the link to shorten
- width – the width of the image
- height – the height of the image
- alt – the image alt text
- link – where the image links. Left blank it will point to the website where the screenshot is being taken
- target – browser target. Set to _blank to open in a new window
- class – add a class to the browsershots wrapper
- image_class – change the default browsershots image class from alignnone to your chosen class
Multisite Compatibility
The Browser Shots plugin is compatibly with WordPress Multisite, just use the Network Activate feature to enable the shortcode on every site. If you only want to enable the shortcode for a specific site, activate the plugin for that site only.
Capturas
A view from inside of the WordPress TinyMCE editor The formatted front-end view of generated screenshots. See a live example
Instalación
- Install easily with the WordPress plugin control panel or manually download the plugin and upload the folder
browser-shots
to the/wp-content/plugins/
directory - Activar el plugin a través del menú ‘Plugins’ en WordPress
Preguntas frecuentes
- Installation Instructions
-
- Install easily with the WordPress plugin control panel or manually download the plugin and upload the folder
browser-shots
to the/wp-content/plugins/
directory - Activar el plugin a través del menú ‘Plugins’ en WordPress
- Install easily with the WordPress plugin control panel or manually download the plugin and upload the folder
Reseñas
Worked several minutes but broke | Поработал чуть-чуть и сломался (403 Forbidden
I use the shortcode do_shortcode(‘[browser-shot url=”www.techno-med.by’.$_SERVER[‘REQUEST_URI’].'” width=”500″]’) on header.php. The plugin worked fine for several minutes, and broke:
file_get_contents(https://s0.wordpress.com/mshots/v1/http%3A%2F%2Fwww.site.com%2Fpage%2F?w=500&h=450): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden
===
Поработал несколько минут и сломался. Использую шорткод
shortcode do_shortcode(‘[browser-shot url=”www.techno-med.by’.$_SERVER[‘REQUEST_URI’].'” width=”500″]’)
в header.php
Картинка перестала отдаваться после нсекольких мину тработы плагина (ошибка 403 Forbidden). Низачот((
Excellent plugin
Its working perfect, thanks for nice plugin. It made my day.
BrowserShots
Great idea! Browser Shots is a great wordpress plugin used by many users.
If you need to check your website to make sure it looks correct on 400+ devices. You can try out BrowserShots. It’s similar to using this wordpress version, but easier, free and simple to use. BrowserShots has always been a great software idea, this idea has been expanded overtime in various ways.
Time saver
Saves so much time and tedious steps. Also links directly to the URL so users can visit easily. Thank you for this plugin!
Colaboradores y desarrolladores
“Browser Shots” es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores“Browser Shots” ha sido traducido a 3 idiomas. Gracias a los traductores por sus colaboraciones.
Traduce “Browser Shots” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .
Registro de cambios
1.5.2 – 7th January 2017
- Improve output html to reduce likelihood of html being modified by a plugin
- Swap urlencode for rawurlencode
- Switch to yoda conditions
1.5.1
- add two new class properties. One for the container, one for the image
- lots of code tidying, and refactoring. Simpler, faster, and more secure
- new tinymce icon that fits the style of the editor much better 🙂
1.5
- update localisation strings so that things can be translated more easily
1.4
- Update the website screen capture path. This ensures the code will work properly on secure domains
- Add some additional value escaping for extra security
1.3.2
- Fix a couple of small javascript bugs (thanks again to Ciprian Dracea)
1.3.1
- Fix a couple of small bugs with the visual editor and add support for all shortcode parameters
1.3
- Make the visual editor work again (thanks to Ciprian Dracea for the report and the code help!)
- add a new pop up box for the shortcode properties in visual editor mode
1.2
- Add ‘link’ attribute. Allows you to change the url that the screenshot links to
- Sanitize the height attribute and fix a small height related PHP error
- Add support for captions
- Add target attribute for opening links in new windows
1.1
- Add ‘height’ attribute to the TinyMCE prompts
- Allow users to override ‘height’ attribute in [browser-shot] shortcode
1.0
- Initial public release to the WordPress plugin repository