Skip to content

Wie Dein Blog cocomment-fähig wird

Standard Blogs
We defined some code that can be added to the commenting page of any blog to make the blog a standard blog supported by coComment. This should allow anybody who can make adjustments to the code of a commenting page to make the blog in question supported by coComment.

<script type=”text/javascript”>

var blogTool = “WordPress”;
var blogURL = “<?php echo get_option(‘siteurl’); ?>”;
var blogTitle = “<?php bloginfo(‘name’); ?>”;
var postURL = “<?php the_permalink() ?>”;
var postTitle = “<?php the_title(); ?>”;
<?php if ( $user_ID ) : ?>
var commentAuthor = “<?php echo $user_identity; ?>”;
<?php else : ?>
var commentAuthorFieldName = “author”;
<?php endif; ?>
var commentAuthorLoggedIn = <?php if ( !$user_ID ) { echo “false”; }
else { echo “true”; } ?>;
var commentFormID = “commentform”;
var commentTextFieldName = “comment”;
var commentButtonName = “submit”;

</script>

Bei Risiken und Nebenwirkungen wenden Sie sich bitte an den cocomment TeamBlog.

10 Comments

  1. markus wrote:

    Matthias, ist dir schon aufgefallen, dass die Cocomment-Box sehr breit angezeigt wird? In meinem Feedreader wird die Hälfte des Eintrages rechts verdeckt. Wird an einer dieser Webadressen liegen, die angezeigt werden.

    Wednesday, February 8, 2006 at 13:05 | Permalink
  2. Matthias wrote:

    Hmm, Du meinst den RSS-Feed? RSS hat ja kein Layout. Wie das angezeigt wird, hängt völlig vom Feedreader ab.

    Wednesday, February 8, 2006 at 14:52 | Permalink
  3. markus wrote:

    Nein, du hast mich falsch verstanden! Es hat nichts mit dem Feed zu tun. Ich lese viele Blog-Einträge direkt im Feedreader, wenn ich durch eine Feed-Meldung auf ein interessantes Thema aufmerksam werde.
    Du hast hier im Blog in der rechten Spalte deine Cocomment-Box eingebaut. Nun werden aber sehr lange nicht umbrechbare Webadressen in den Kommentaren angezeigt. Dadurch passt sich die rechte Spalte diesenlangen Einträgen an und verdeckt den linken Teil mit deinen Posts. Dies ist nicht nur in meinem Feedreader so, auch im IE ist es ein Problem.

    Ausserdem sehe ich gerade, dass deine Kommentar-textarea auch hinter der rechten Spalte verschwindet.

    Wednesday, February 8, 2006 at 16:16 | Permalink
  4. bytezh wrote:

    ein IE – Problem, wie’s scheint. Kommt aber wohl eher direkt von coComment als von Matthias’ Blog.

    Wednesday, February 8, 2006 at 16:36 | Permalink
  5. Matthias wrote:

    @markus:
    Ach so. Ich mach da beim overflow:hidden noch eine fixe Breite rein, dann ist das Problem erstmal gelöst. Und dann mach ich noch einen bug report.

    So, erledigt. Das scheint tatsächlich jetzt auch in IE zu wirken. Ist halt ein Schrottbrauser. Danke nochmal für die Fehlermeldung!

    Wednesday, February 8, 2006 at 16:46 | Permalink
  6. Be@t wrote:

    Versuche mal CoComment in Serendipity zu integrieren. Mal sehen, wie weit ich komme ;-)

    Thursday, February 9, 2006 at 14:12 | Permalink
  7. Matthias wrote:

    @Be@t: Viel Erfolg! Schreib doch eine Gebrauchsanweisung, wenn’s funktioniert hat, es gibt ja auch in der CH einige Benutzer von Serendipity.

    Thursday, February 9, 2006 at 14:31 | Permalink
  8. habi wrote:

    dann müsst ich wohl mal versuchen, ob moveable type/sixapart das auch kann….

    Sunday, February 12, 2006 at 12:29 | Permalink
  9. Matthias wrote:

    Scheint zu funktionieren, jedenfalls konnte ich bei Dir einen Test-Kommentar abschicken und der ist jetzt in meinen cocomments drin. Allerdings hat das Greasemonkey-Script nicht eingehakt, ich musste auf das Bookmarklet klicken.

    Sunday, February 12, 2006 at 15:32 | Permalink
  10. Matthias wrote:

    @andare: Trackbacks ohne Link nicht zur Gewohnheit werden lassen, gell :-).

    Thursday, February 16, 2006 at 12:03 | Permalink

3 Trackbacks/Pingbacks

  1. blogshop on Friday, February 10, 2006 at 23:38

    WordPress Plugin: coComment

    coComment will enable you to efficiently track your comments and conversations with others across the blogosphere.
    You need a coComment account to use this Plugin. For more information read the “Standard Blogs“-posting at the coComment T…

  2. andare.ch - Blog on Thursday, February 16, 2006 at 11:10

    coComment WordPress Plugin

    Um die Standardinstallation nicht zu hacken, habe ich schnell ein Plugin geschrieben um mein Blog cocomment.com fähig zu machen.

  3. andare.ch - Blog » Blog Archive » coComment Wordpress Plugin on Wednesday, February 22, 2006 at 00:03

    […] 2blog.ch: Wie dein Blog coComment fähig wird […]