该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Web Screenshots

描述

With Usage of the wordpress.com inofficial webpage to screenshot function this plugins generates screenshots of websites. For more information check http://bdisco.de/wordpress-plugins/
There are a few options you can use in your shortcode [webscreenshot]:

url: full Url of the webpage which you want to have screenshoted (mandantory)

width: Pixel width of the screenshot (optional, default: 250)

refresh: If you want to reload the screenshot if it wasn’t generated on the first call (optional, default: true)

link: link image to given url (optional, default: true)

newpage: open link in new page (optional, default: true)

title: set link title tag (will be used as img alt tag also) (optional, default:”)

All img-tags generated will have a class called “webscreenshot”, the link will have a class called “webscreenshot-link” which you can you to perform additional style stuff

Feel free to make pull requests at https://github.com/jprberlin/web-screenshots

安装

Install like any other plugin

评价

此插件暂无评价。

贡献者及开发者

“Web Screenshots” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Web Screenshots”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.2

  • added attribute to set link title tag (will be used as alt tag for the img as well)

1.1

  • Improved handling of boolean attributes. For example you now can use link=0, link=”false”, link=”off”, link=”no”
  • Add link to image (request by Shawn). Use newpage and link param to change link behaviour.

1.0.0

  • First Release