Social Linker WordPress Plugin

Deutsch zu Beginn; English below.

» Social Linker WordPress Plugin ist ein Plugin fuer die Blogging Plattform WordPress. Es erlaubt, unter jeden Blogeintrag dynamisch generierte Links zum Hinzufuegen des Beitrags in verschiede Web-Services zu integrieren. Das Plugin ist kompatibel mit Worpress 1.5.x, wie mit WordPress 2.0.x.

Funktionen:
Blogsphere:

  • Technorati
  • Feedster
  • Bloglines

Bookmark / Lesezeichen:

  • Del.icio.us
  • Spurl
  • Furl
  • Simpy
  • Blink
  • Digg

Diverses:

  • RSS Feed zum Blogeintrag
  • TrackBack URI

Installation:

  1. Plugin auf den Computer herunterladen: Social Linker Download
  2. Archiv entpacken.
  3. Kopiere den Inhalt des Archivs auf den Server, der deine WordPress-Installation beheimatet. Das Zielverzeichnis ist: /wp-content/plugins/.
  4. Aktiviere das Plugin unter dem Menuepunkt Plugins in deinem Adminbereich.
  5. Fuege
    <?php
    if (function_exists('add_social_links')) {
    add_social_links();
    }
    ?>

    dem Template hinzu, welches den Code fuer die Generierung von Blogbeitraegen beinhaltet.

Social Linker wurde unter der GNU GPL veroeffentlich und basiert auf dem submit it Plugin von bryan. Da sein Plugin nicht wirklich funktionierte, habe ich es gefixt.

» Social Linker WordPress Plugin is a plugin for the blogging platform WordPress. It enables you to embed convenience links for social bookmarking sites below your blog entries. The Plugin is compatible with Worpress 1.5.x and WordPress 2.0.x.

Features:
Blogsphere:

  • Technorati
  • Feedster
  • Bloglines

Bookmark:

  • Del.icio.us
  • Spurl
  • Furl
  • Simpy
  • Blink
  • Digg

Others:

  • Entry’s comments RSS
  • TrackBack URI

Installation:

  1. Download the plugin archive to your computer: Social Linker Download
  2. Deflate the archive.
  3. Move the content of the archive to your server that runs WordPress to the directory /wp-content/plugins/.
  4. Go to the plugin area in your blog’s admin panel and activate the plugin.
  5. Add
    <?php
    if (function_exists('add_social_links')) {
    add_social_links();
    }
    ?>
    in your theme’s template that contains the code for your blog entries.

Social Linker is published under the GNU GPL and is based on the submit it plugin from bryan, thanks. Because that plugin was a good idea but didn’t work in its current version I fixed it.

Please follow and like us:

10 Replies to “Social Linker WordPress Plugin”

  1. Ist es irgendwie unkompliziert auch einen Link für Mister Wong einzubauen?

    Im voraus vielen Dank!

Leave a Reply

Your email address will not be published. Required fields are marked *