Este plugin no ha sido probado con ninguna las 3 últimas versiones principales de WordPress. Puede que ya no se mantenga o no tenga soporte, y puede que tenga problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

Open Graph link tile

Descripción

This WordPress plugin makes a link tile from Open Graph protocol.
What you have to write is just a shortcode:

[khlt_linktile url=”URL”]

And there are some options.

  • url : (mandatory) URL to link
  • bgcolor : (option, default: #fff) background-color of the link tile.
  • nocache : (option, default: false) set to true once if the linked page is changed.
  • desc : (option, default: fetch from OGP) set any text here if you want to override OGP’s description.

OGP data from linked site is cached for a week. (You can change my PHP code)

Capturas de pantalla

  • screenshot-1.png

Instalación

This section describes how to install the plugin and get it working.

  1. Upload open-graph-link-tile directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place [khlt_linktile url="URL"] in your article

Opiniones

No hay reseñas para este plugin.

Colaboradores & Desarrolladores

“Open Graph link tile” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce & #8220;Open Graph link tile” 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 .

Historial de cambios

1.0.0

  • Initial version.