Linux 软件免费装
Banner图

Cloud2PNG

开发者 PerS
更新时间 2017年1月24日 08:12
捐献地址: 去捐款
PHP版本: 4.6 及以上
WordPress版本: 4.7
版权: GPLv2 or later
版权网址: 版权信息

标签

screenshot snapshot webshot cloudinary url2png

下载

1.0.1 1.0.2 1.0.3

详情介绍:

Capture snapshots of any website using the Cloudinary URL2PNG add-on. Use Add link to the site you'd like to create a snapshot of, by using the [cloud2png] shortcode, eg: [cloud2png url="https://wordpress.org"] Customize the snapshots Using the Cloud2PNG Customizer you can change the size and border of the snapshots. Shortcode parameters You can override the Cloud2PNG Customizer using the shortcode parameters, they are (with defaults): [cloud2png url="https://wordpress.org" width="300" height="400" border_width="5"] Adding Cloud2PNG to a theme Using do_shortcode(), you can add Cloud2PNG to a theme: ` echo do_shortcode( 'url="https://wordpress.org" width="300" height="400" border_width="5' ); ` or using the shortcode_atts_{$shortcode} filter: ` add_filter ('shortcode_atts_cloud2png', 'add_url', 10, 3); function add_url ($out, $pairs, $atts ) { $out['url'] = 'https://soderlind.no'; return $out; } `

安装:

Prerequisites When you have the prerequisites:
  1. In Plugins->Add New, search for Cloud2PNG
  2. Click Install Now
  3. When the plugin is installed, activate it.

屏幕截图:

  • Demo
  • Get the settings from the Cloudinary Dashboard

更新日志:

1.0.3 1.0.2 1.0.1 1.0.0