I am reading (continued)


Beispiel-Ausgabe
Beispiel-Ausgabe

„I am reading“ ist ein leicht konfigurierbares WordPress-Plugin, um das Buch, das man gerade liest, mittels eines Sidebar-Widgets oder direkt im Tempate anzuzeigen. Die Informationen über das Buch werden mithilfe der „Amazon Web Services“ (AWS) ausgelesen und dann in der Datenbank gecached.

Bereits zum zweiten Mal wurde „I am reading“ von seinem/n Autor/en aufgegeben, und das Plugin verschwand aus dem Netz und dem WordPress-Repository. Also habe ich es – mal wieder – unter dem Namen „I am reading (continued)“ neu hochgeladen. Ich werde das Plugin nicht wirklich weiterentwickeln, aber ich werde wenigstens versuchen, es in seinem derzeitigen Status am Leben zu erhalten.

Download:

Die aktuellste Version des Plugins ist jederzeit hier erhältlich.


Plugin-Optionen im Backend
Plugin-Optionen im Backend

Einige Features:

  • Buch-Suche nach Titel und/oder Autor
  • Buch-Suche nach ISBN
  • Schriftarten und Farben können dank einer Live-Vorschau leicht verändert werden
  • Geeignet für das Codestyling-Localization-Plugin

Installation:

  1. Entpacke das Plugin in das Verzeichnis /wp-content/plugins/. Achte darauf, den ganzen Ordner hochzuladen. Lade nicht einfach nur die einzelnen PHP-Dateien in den Ordner /wp-content/plugins/ hoch.
  2. Aktiviere das Plugin über das „Plugins“-Menü in WordPress.
  3. Gib Deine Amazon Access Key ID und den Secret Access Key ein bzw. registriere Dich kostenlos, um diese zu erhalten.

Häufig gestellte Fragen:

  1. Was sind die Amazon Web Services, und muß ich dafür bezahlen?
    Du mußt ein registriertes Mitglied der Amazon Web Services sein, um Suchanfragen an Amazon zu stellen. Es handelt sich um einen zu 100% kostenlosen Service, der Produktinformationen zu Büchern u. ä. zur Verfügung stellt. Du mußt nichts dafür bezahlen.
  2. Kann ich das Plugin auch ohne Sidebar-Widget benutzen?
    Ja, benutze einfach den Shortcode [i-am-reading] , um Dein aktuelles Buch in Artikeln oder Seiten anzuzeigen, oder füge den folgenden PHP-Code in Dein Template ein:
    	if(function_exists('iar_print_html')) { iar_print_html(); }

11 Antworten zu “I am reading (continued)”

  1. Hi,

    as I wrote, I wasn’t actually planning on developing this plugin. I was just trying to save it from oblivion. ;) Anyhow, I can imagine ways to make your idea possible. I might fiddle around with it in the near future. However, be patient with me, since I don’t have that much time to work on this plugin. :)

  2. Hi Ginchen,
    thx for investing time into this plugin.
    Unfortunately I found some bugs in version 1.0.0

    (1) error instead of the widget display :-(
    Warning: include(/home/wp-content/plugins/i-am-reading/themes/default/default.php) [function.include]: failed to open stream: No such file or directory in /home/wp-content/plugins/i-am-reading-continued/includes/class.iAmReading.php on line 340

    Looks like a slight bug in class.iAmReading.php in public function __construct():
    Instead of $this->plugin_dir = WP_PLUGIN_DIR . '/i-am-reading'; it should be $this->plugin_dir = WP_PLUGIN_DIR . '/i-am-reading-continued';

    (2) a typo in the German language: Fordergrundfarbe

    (3) I can’t change the display settings (color picker) in the backend – can’t figure out exactly what goes wrong on the page but it affects other WP functionalities as well (e.g. I can’t logout when on the iar backend page)

    (4) wp-content/plugins/i-am-reading//admin/images/menu-icon.png is missing as the correct directory is i-am-reading-continued

  3. Seems I found the solution for (3a) and (4):
    in i-am-reading.php, line 47

    define('IAR_PLUGIN_URL',         WP_PLUGIN_URL.'/i-am-reading/');

    should be

    define('IAR_PLUGIN_URL',         WP_PLUGIN_URL.'/i-am-reading-continued/');

    But logout is still not possible as the menu simply doesn’t fold out (FF6)

  4. Darn, seems I was too quick uploading the thing. I obviously forgot to rename a few things … :D Thanks a lot for your corrections!!! I’ll upload them as soon as possible.

    As for the IAR backend page, I’m having problems there, too. Don’t know exactly where they come from either – they were already there in the original version. Couldn’t figure that one out yet.

  5. Sorry it took me so long to respond, but I’ve been really busy lately … :/

    The credit card thing is rather new. When I applied for my own API key (back when „I am reading“ was written) they didn’t ask for that yet. I don’t know why they do now, but I think you don’t have to worry. I’m very sure that the things this plugin does are free and you would never be charged. But I can’t promise 100%.

    The standard API calls that this plugin makes should be absolutely free of charge. However, I couldn’t find a clear, exact statement about this on the Amazon websites. I’ll keep searching …

  6. Hallo Ginchen,
    ich benutze dein Plugin schon eine ganze Weile (ich bin begeistert!) und bis vor kurzem funktionierte es auch ganz wunderbar. Leider seit kurzem nicht mehr: Ich bekomme einfach keine Suchergebnisse mehr angezeigt, weder wenn ich nach ISBN suche noch nach Autor und/oder Titel. Selbst Bücher die ich darüber schon einmal gefunden habe, erscheinen nicht als Ergebnis. Ich habe meine Amazon Keys überprüft und das Plugin einmal gelöscht und wieder neu installiert. Ich weiß, so eine Ferndiagnose ist schwer, aber vielleicht hast du ja trotzdem einen heißen Tipp für mich. Würde mich freuen. Ich benutze übrigens WP 3.2.1 und dein Plugin hat mit der Version auch schon funktioniert.
    Vielen Dank schonmal vorab
    LG Rosa

  7. Hi,

    I’ve been using this for some time and it’s been working fine. But now isuddenly it won’t search for books. i haven’t changes any setting or anything so I’m confused. I tried re-uploading the thing but it didn’t help.

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert