• I’m using the LJ Autoupdate Hack as described at:
    https://weblogtoolscollection.com/b2-img/ljautoupdate12.txt
    When I make a post to my WP blog at https://www.joeclark.net, it posts automatically to my Livejournal. I want to also add a phrase to each LJ entry that says “view comments at joeclark.net” and links back to that entry’s permalink.
    So after the lines:
    $content = stripslashes(stripslashes($content));
    $content = convert_smilies($content);
    $content = convert_chars($content, 'html');

    I added:
    $content .= 'comment on joeclark.net';
    Which you think would do the trick, but it doesn’t. $post_ID perhaps is not the variable to use, or my PHP syntax is wrong. The link outputs to Livejournal fine, but there’s no number in the URL. Any help please???

Viewing 1 replies (of 1 total)
  • Thread Starter joe_doufu

    (@joe_doufu)

    As a secondary wish, I’d like to be able to send the “disable comments” signal with each LJ update. Can it be done? How?

Viewing 1 replies (of 1 total)
  • The topic ‘lj autoupdate – comments link back’ is closed to new replies.