Use LiveJournal Tags on WordPress
If you like this post, please subscribe to our RSS feed to read our new posts every day.
Unteins from the WordPress forums has come up with a way to use LJ tags in your WordPress blogs. From his post on the forums:
If you’d like to be able to use LJ User tags in your WordPress Blog, do this.
Download this file and save it in your WordPress root as wp-ljtags.php
Then add these lines to you my-hacks.php file and make sure hacks are on.
//WP LJ User Tage Parser
require_once(’wp-ljtags.php’);
add_filter(’the_content’, ‘parse_lj_tags’);
add_filter(’comment_text’, ‘parse_lj_tags’);
This works really nicely with the Auto Update hack which let’s you post to your Word Press blog and LJ at the same time. Check out my additions to that hack as well.
You can find his blog at G.B.A.A.O.
Visitors who read this post, also read:
Related posts from the past
- LJ Plugin Pack (including LJ Synch) Available
- Live Press Release 1.2.0
- WordPress Hackery (stolen name from Chait)
- Post2Mail
- WordPress File Manager Hack
- Live Journal Plugin Pack Release 3
- Looking for authors
- W o r d p r e s s >> H a c k s >> / >> j a m i e t a l b o t . c o m
- CSS for code: Wrap long lines
- WordPress hacks from Alex King updated for 1.0












Comments RSS
I’m a his….errrr….a him….or something
Thanks for spreading the word…..
[Reply]
Unteins (2 comments.) — 05/14/2004 @ 12:42 pm