Feedster Keys
-
This is really simple addition but I think it should be in the nxt version. Feedster has a new key systems that allows you to identify any blog you have as being yours. I hacked it in mine no sweat.
In b2config.php:
$feedsterkey = ‘KeyID’;
In index.php:
<meta name=”feedsteridentity” content=”<?php echo $feedsterkey; ?>”>
I’m not sure if you need to get as extravagant as hiding the whole line if the keys not there though.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Feedster Keys’ is closed to new replies.