WordPress.org

Venezuela

  • Temas
  • Plugins
  • Noticias
    • Documentación
    • Foros
  • Acerca de
    • Traduciendo WordPress a español de Venezuela
  • Equipo
  • Meetups
  • Consigue WordPress
Consigue WordPress
WordPress.org

Plugin Directory

Open Graph Protocol Tools

  • Submit a plugin
  • My favorites
  • Log in
  • Submit a plugin
  • My favorites
  • Log in

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.

Open Graph Protocol Tools

Por artlung
Descargar
  • Detalles
  • Valoraciones
  • Instalación
  • Desarrollo
Soporte

Descripción

Adds Open Graph Protocol meta tags to individual content pages of your WordPress install. Works in coordination with «Like» buttons and «share» inside Facebook and other consumers of OGP metadata.

Instalación

  1. Upload open-graph-protocol-tools/ to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. To add the «Like» module, use this code:
<?php
/**
 * Include this code on your theme for single blog posts (for example, in your single.php file)
 * or on your blogs main page to include a Facebook "Like" iframe
 */
if (function_exists('the_opengraphprotocoltools_like_code')):
   the_opengraphprotocoltools_like_code();
else:
    echo "<!-- opengraphprotocoltools is not activated -->";
endif;
?>

It would be best if in your theme you also added an attribute in the &lt;html&gt; tag, like this: &lt;html prefix="og: http://ogp.me/ns#"&gt;

Preguntas frecuentes

Is there a FAQ?

I’ve gotten some bug reports via GitHub, you can report bugs or make comments there.

For more information about Open Graph Protocol

Visit Open Graph Protocol.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Open Graph Protocol Tools» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores
  • artlung
  • Pat Hawks

Traduce «Open Graph Protocol Tools» 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

1

  • First version.

1.2

  • Changed instructions, fixes encoding errors for non-English content.

1.3

  • Improve issue with home vs front page

1.6

  • Improvements by pathawks to accommodate more types
  • Address double encoding issue with wptexturize modified values

1.7

  • Misc improvements I never enumerated and can’t remember. Whoops.

1.8

  • WordPress 5 compatibility check!

1.9

  • Support for tag archive pages

1.91

  • WordPress 5.5 compatible

2.0.0

  • WordPress 6.4 compatible

Meta

  • Version 2.0.0
  • Last updated hace 1 año
  • Active installations 70+
  • WordPress version 2.9 o superior
  • Tested up to 6.4.5
  • Language
    English (US)
  • Tags
    facebookmetadata
  • Vista avanzada

Valoraciones

5 out of 5 stars.
  • 1 5-star review 5 stars 1
  • 0 4-star reviews 4 stars 0
  • 0 3-star reviews 3 stars 0
  • 0 2-star reviews 2 stars 0
  • 0 1-star reviews 1 star 0

Añadir mi reseña

See all reviews

Colaboradores

  • artlung
  • Pat Hawks

Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

Ver el foro de soporte

Donar

¿Te gustaría apoyar el progreso de este plugin?

Dona a este plugin

  • Acerca de
  • Noticias
  • Alojamiento
  • Privacidad
  • Escaparate
  • Temas
  • Plugins
  • Patrones
  • Aprender
  • Soporte
  • Desarrolladores
  • WordPress.tv ↗
  • Involúcrate
  • Events
  • Donate ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Venezuela

  • Visit our X (formerly Twitter) account
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Visita nuestra página de Facebook
  • Visita nuestra cuenta de Instagram
  • Visita nuestra cuenta de LinkedIn
  • Visit our TikTok account
  • Visita nuestro canal de YouTube
  • Visit our Tumblr account
El código es poesía.