Zum Inhalt springen
  • Anmelden
  • Registrieren
WordPress.org

Deutsch (Österreich)

  • Themes
  • Plugins
  • Über
  • Community
  • FAQ
  • Get WordPress
Get WordPress

Plugins

  • Meine Favoriten
  • Beta-Test
  • Entwickler

Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

Herunterladen

Open Graph Protocol Tools

Von Joe Crawford
  • Details
  • Rezensionen
  • Installation
  • Entwicklung
Support

Beschreibung

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.

Installation

  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;

FAQ

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.

Rezensionen

There are no reviews for this plugin.

Mitwirkende & Entwickler

„Open Graph Protocol Tools“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende
  • artlung
  • Pat Hawks

Übersetze „Open Graph Protocol Tools“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

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

Meta

  • Version: 1.91
  • Zuletzt aktualisiert: vor 3 Jahren
  • Aktive Installationen: 70+
  • WordPress-Version: 2.9 oder höher
  • Getestet bis: 5.5.13
  • Sprache:
    English (US)
  • Schlagwörter:
    facebookmetadata
  • Erweiterte Ansicht

Bewertungen

Alle anzeigen
  • 5 Sterne 1
  • 4 Sterne 0
  • 3 Sterne 0
  • 2 Sterne 0
  • 1 Stern 0
Log in to submit a review.

Mitwirkende

  • artlung
  • Pat Hawks

Support

Möchtest du etwas sagen? Brauchst du Unterstützung?

Supportforum anzeigen

Spenden

Möchtest du die Weiterentwicklung dieses Plugins unterstützen?

Für dieses Plugin spenden

  • About
  • News
  • Hosting
  • Privacy
  • Showcase
  • Themes
  • Plugins
  • Patterns
  • Learn
  • Support
  • Developers
  • WordPress.tv ↗
  • Get Involved
  • Donate ↗
  • Swag Store ↗
  • WordCamp ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Deutsch (Österreich)

  • Visit our Facebook page
  • Visit our X (formerly Twitter) account
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our YouTube channel
Code ist Poesie.