Self-hosted LiveJournal replacement?
August 30, 2007 7:27 AM Subscribe
Self-hosted LiveJournal replacement? I would like to have my own journal displayed on my own site and besides some usual requirements, I have one or two that seem to be difficult to satisfy.
When I had my LiveJournal, I displayed it on my personal website via a javascript write() and some custom CSS so it looked like the rest of my site. I would like to do something similar, with the journal hosted on one site (that has MySQL and PHP) but displayed on another. I've looked at Journalness, but there's no obvious equivalent to what I was doing with LiveJournal. Obviously, I can simply open a new page instead of displaying the journal on a page, but I'd like to replicate the past behavior if I can.
My hosting site is Linux-based, with MySQL and PHP (I primarily use it for Wordpress) so open source solutions based on that would be the best fit.
posted by tommasz to computers & internet (6 answers total) 2 users marked this as a favorite
If your site and the thing you want to include in the site are hosted on the same server you could use a Server Side Include
Or a PHP include to get the content into your site.
posted by bitdamaged at 7:31 AM on August 30, 2007