» To join the Feminists Against John Roberts list
20 September 2005 - 5:39pm
To join the Feminists Against John Roberts list
By media girl
To include a dynamic list of the signatories on the Feminists Bloggers Say No to John Roberts letter, use this php code:
- <?php
$url = "http://rpc.blogrolling.com/display_raw.php?r=5586b1fea9773be0c4f1b0c97dffa75f";
if($my_blogroll = @fopen("$url", "r")){
while(! feof($my_blogroll)){
$blogroll = fgets($my_blogroll, 255);
echo "$blogroll";
}
}else{
echo "Signatory list is unavailable right now ";
}
?>
A less desirable method would be using Javascript (which usually is not seen by the search engines, and thus would have less effectiveness in terms of cross-linking benefits):
(Be sure to remove any hard line breaks from the copied script.)
That's all there is to it!
Similar entries
store
Buy stuff here.
» To join the Feminists Against John Roberts list





















Comments
Okay, I've added the script to my template, several times, and it's just not showing up. And I even went to the source at Culture Kitchen and used the one there. Perhaps I'm doing something wrong. But I've done this before. It must just be me. But on the off chance it's not, is something wrong with the code?
First, are you trying the php code? You may not be able to post php.
Second, with the Javascript, be sure there are no hard line breaks in there. If a return snuck in there, it would mess up the script.
Does that fix it?
Seems I did nothing wrong and it fixed itself! I decided to leave it there in it's "not working" status till I got home to figure it out. Got home and voila! It's now working!
Thanks!