Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

WP Wapuu Widget

Descripción

This plugin adds a widget that shows the official character of WordPress Japanese local site. This pretty character is called «わぷー(Wapuu)» in Japanese.

«わぷー(Wapuu)» was designed by Kazuko Kaneuchi under GPL v2 license or any later version.

Features

  • Widget that shows the official character of WordPress Japanese local site.
  • Resizing the image by GD library 2.0.1 or higher.
  • Setting image background color.
  • Adding a link to the image.
  • Showing your description on the widget.
  • Setting font size for your description.
  • Support lightbox.
  • Localization: English(Default), 日本語(Japanese, UTF-8).

Notes

Some different sizes of images are prepared.

Available size: 125pixel, 150pixel, 175pixel, 200pixel, 380pixel

You can also set other size. If you set other size, the high-quality resized image will be created by GD library.

If GD library 2.0.1 or higher is not installed, the low-quality image will be shown, because the image is resized by the browser.

Capturas

  • This is the official character of WordPress Japanese local site.

Instalación

Installation

  1. Upload plugin folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the «Plugins» menu in WordPress.
  3. Go to «Widgets» section under «Appearance» menu in WordPress and add the «Wapuu Widget» in your sidebar.

Widget Settings

  • Title: Textarea to enter title for this widget block.
  • Image size: Enter image size in pixels.
  • Background color: If you need, check the checkbox and enter the colorcode. e.g. #FFFFFF
  • Image link URL: Enter the URL to add a link to the image. When the textarea is left blank, this pluguin does not add a link.
  • Rel attribute: Check the checkbox to add rel="lightbox" attribute for lightbox. If need, change the attribute value. To apply Wapuu image to lightbox, you must enter an image URL in «Image link URL». e.g. http://YOUR_BLOG/wp-content/plugins/wp-wapuu-widget/wapuu_380.png
  • Description: Textarea to enter description.
  • Font size: Enter the font size for description in numbers. When the textarea is left blank, the font size is defined by your theme CSS.

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«WP Wapuu Widget» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «WP Wapuu Widget» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

0.4.3

  • Replaced Wapuu images(125, 150, 175 and 200 pixel) with the images created by o6asan. Thnaks o6asan!
  • Added uninstall.php.

0.4.2

  • Replaced Wapuu images(125, 150 and 175 pixel) with the images resampled using bilinear.

0.4.1

  • Support lightbox.
  • Changed conditional branches for showing Wapuu image.

0.4

  • Replaced Wapuu images with new Wapuu images with transparent background.
  • Added new option to define background color
  • Added new option to define font size.
  • Changed image-resize process to resize while preserving transparency.
  • Added ALT attribute to the image.
  • Using esc_url() to escape Image link URL.
  • Using dirname() and plugin_basename() instead of hardcoded directory name.
  • Changed in the timing of executing image-resize.
  • Added error checking for handling image-resizeing.
  • Added new conditional branches for validating setting values.
  • Changed directory name stored translation files.

0.3

  • Plugin name is changed.(also filename etc.)
  • Added new option to change the link URL.
  • Fix a bug: When description is undefined(null), necessary tags are not added.

0.2

  • Added new function: Resizeing image by GD library.
  • Added new function: Showing description.

0.1

  • This is the initial release.