Linux 软件免费装

Plugin Name

开发者 a-bishop
更新时间 2007年6月27日 01:31
捐献地址: 去捐款
PHP版本: 2.0.5 及以上
WordPress版本: 2.1.3

标签

comments livejournal

下载

1.0.2 1.0.2.1 1.0.2.2 1.0.3

详情介绍:

This plugin displayes a number of comments in posts crossposted ( http://ebroder.net/livejournal-crossposter/ ) to LiveJournal. You can see how if works here: http://a-bishop.livejournal.com/.

安装:

Place lj-comments.php to your plugins folder and activate it in control panel. Place wp-comments-php to WordPress root folder. In lj-crosspost.php add the following string where it is needed: EXAMPLE: // Depending on whether comments are allowed or not, alter the header // appropriately if($comments) { $postHeader .= sprintf((' You can comment here or there.', LJXP_DOMAIN), get_permalink($post_id)); $postHeader .= lj_comments($post_id); } else { $postHeader .= sprintf((' Please leave any comments there.', LJXP_DOMAIN), get_permalink($post_id)); $postHeader .= lj_comments($post_id); } $postHeader .= '';