• This script allows every post that you publish on your WordPress blog to also be reflected (or added) to your LiveJournal blog automatically. This script only emulates publishing to your LJ blog, you cannot edit LiveJournal entries once they are published (through the WP admin page). If there is enough interest, I could come up with edit functionality as well as others such as moods and music. Here is a link to the hack instructions.
    The items sent to LiveJournal are your post title, your post content and the date and time of your post. Enjoy.
    Please post bugs to http://dinki.mine.nu/word/

Viewing 15 replies - 31 through 45 (of 51 total)
  • Here’s another approach to the same problem.
    This isn’t a WP hack—it’s an external perl script that I’m running from cron—but it does auto-update my livejournal with entries from my WP site, and keeps them in synch when comments are added and edits are made:
    ljsync.pl

    Hey, I’m confused.
    When I post a friends-only entry to LJ through WordPress, can I choose to make the version that goes into WordPress private or something? I wouldn’t want that entry published on WordPress publicly, but I’d want it to be in the database (for me if the next question’s answer is no)…
    So the 2nd question is, can you make LJ posts show up on the WordPress blog?
    Also, is there a way to choose *which* group of LJ friends sees the friends-only post from WordPress?

    Hi, I just set up the Friends-only version of the hack (with savetheclocktower’s fixes). I am getting the following error when I try to make a post:
    Fatal error: Call to undefined function: convert_bbcode() in my-hacks.php on line 11
    Where is this function defined? I don’t really know why it’s screwing up in the first place.

    Oops… just noticed that there was a newer 1.2 version on LaughingLizard’s site. Here is a link for those who find this old thread:
    http://weblogtoolscollection.com/b2-img/ljautoupdate12.txt

    Just incase anyone else has a need for this, I tweaked the hack a little bit to support LJ user icons …
    WP-to-LJ w/ icons … an extension of LaughingLizard’s ljautoupdate hack.

    Way to go, Alan. I knew you’d be quick to find a fix for that.

    Look here to see what I am working on.

    I’ve installed the check boxes for the posting pages, and now I’m getting the following error:
    Fatal error: Cannot redeclare selected() (previously declared in /web/script/pinwiz/pinwiz.net/wp-admin/admin-functions.php:13) in /web/script/pinwiz/pinwiz.net/wp-admin/edit-form.php on line 7
    Any suggestions?

    I have both a LiveJournal and a DeadJournal (DJ is exactly the same as LJ, for those who don’t know) and I was wondering if there was a way to use this hack code so I could post to both DJ and LJ at once.

    Ok, this is about Livejournal, I was wondering if anyone can help me get someones password or tell me how to read private entries, cause i have done the data/rss thing, and got into that but I still cant seem to read private entries. I tried using it on mine and I know I have private entries but I did not see them so I know that it is not working. So is there anyone who can help me with this then I will be much appreciative. E-mail me at nick29720@yahoo.com if you have any info. Thanks

    Okay, so I’m oldschool and still using B2, but maybe someone can answer me …
    My server went through a PHP upgrade from 4.3.7-.9, and now when I try to post, I get the following error:
    Fatal error: Call to a member function on a non-object in /blog/b2-include/xmlrpc.inc on line 629
    Any quick fixes? I SHOULD upgrade, I know, but my B2 is pretty heavily mod’ded and I don’t want to fiddle with it just now. I’m assuming there’s some new security protocol that I’m setting off…
    Thanks!

    I’m installing the LJ Autoupdate onto my WordPress blog at http://www.joeclarkl.net, as described at http://weblogtoolscollection.com/b2-img/ljautoupdate.txt
    I’m not using the optional code bits for a “little check box” or “friends only”. Just followed the instructions you gave for versions 1.0+. My admin screen tells me I have version 1.2.1 of WordPress.
    When I make a post I get the following error:
    Fatal error: Call to undefined function: convert_bbcode() in /…path…/my-hacks.php on line
    Line 17 is this one:
    $content = convert_bbcode($content);
    I commented out line 17 and on the next try there was an error with line 18:
    Fatal error: Call to undefined function: convert_gmcode() in /…path…/my-hacks.php on line 18
    Line 18 is:
    $content = convert_gmcode($content);
    Then I commented out line 18, and here is where I am boggled. The error that now comes up is:
    Fatal error: Cannot instantiate non-existent class: xmlrpc_client in /…path…/my-hacks.php on line 36
    Line 36 is:
    $client = new xmlrpc_client(“/interface/xmlrpc”, “www.livejournal.com”, 80);
    What do I do?

    Ooh, I solved my own problem.
    There’s a new version of the hack at this address for WP versions 1.2 and up:
    http://weblogtoolscollection.com/b2-img/ljautoupdate12.txt

    very cool and handy plugin, thanks for making it πŸ™‚

    p.s. editing lj posts would be handy πŸ˜‰

    I finally got the auto lj update hack working after realizing I was using the older version and not the newest one.

    Something I noticed that it doesn’t do and I thought I remembered seeing *somewhere* that it would include a link to view the entry on my wp journal. It’s possible that may have been with Livepress as I also tried that and never could get it to work. Since it doesn’t appear that LL’s version has that ability already how can I add that to it?

Viewing 15 replies - 31 through 45 (of 51 total)
  • The topic ‘AutoUpdate LiveJournal Hack’ is closed to new replies.