September 12, 2004
10:17 AM
Subscribe
This may be a pipedream, but is there a site out there which will allow me to automatically post a batch of links which I've collected on something like delicious to my blogspot weblog? [In a similar fashion to the way kottke includes his quick links with the main body of his weblog] I'm thinking of a similar protocol to flickr were I give them my blogger login details and all I have to do is click a post button and its all done for me...
posted by feelinglistless to (10 comments total)
1) The quick-link section lives in a frame (I know, frames suck, but...) on the side of your blog page. The frame reference document - the barest bone html page - lives on another (your) webserver.
Here's what I mean :
"[HTML]
[HEAD]
[TITLE]Quick Links[/TITLE]
[/HEAD]
[BODY]
[/BODY]
[/HTML]"
But - use the proper "<>" tag markers instead of the "[ ]" ones I used here.
You could add colors and font choices, I guess, but keep it SPARE otherwise.
2) Whenever you want to post links, you just dump them in the body section, sequentially, at the tail end of your last posted link and then just FTP the page to your server. Then when someone calls up the blogger page, they get your update.
Does Blogger even allow frames?>
posted by troutfishing at 10:35 AM on September 12, 2004