Industry guru Dave Taylor offers tech support on technical and business topics, including iPhone, iPod, Microsoft Windows, Sony PSP, cellphones, online advertising, CSS, Web design, business, Unix, Linux, SEO, Mac OS X, and shell script programming.     


Incorporating data from Movable Type into your Web Pages

This is a kinda tricky one, but it was based on some inspiration I got when working on my Real Life Debt Weblog: could I figure out a way to incorporate weblog data into non-blog pages? The answer is, yes!

For this experiment, I decided that I'd like to have a new sentence on the intuitive systems home page that always showed the two most recent entries in my intuitive life weblog...


Dave's Answer:

The first step was to go into the administrative area of Movable Type (a great weblogging tool written by sixapart that I use to run five different weblogs), and click on the "Templates" button on the left, then chose "create new index template".

The new page asked for the name of the new template, the target filename, and then offered an input box where I could enter the necessary HTML. I named the template "Latest Entries", the file "latest-entries.html", and added the following to the body:

<MTEntries lastn="2">
<a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a>,
</MTEntries>
That's all that was necessary to create a new file that is now automatically updated and recreated each time a new weblog entry is submitted. Not too hard, eh?

On the index page itself - index.shtml - I added the following few lines of HTML:

Don't forget to keep current on my weblog, where my latest
entries talk about
<!--#include virtual="blog/latest-entries.html"-->
and much more. Just visit
<a href="http://www.intuitive.com/blog/">The Intuitive
Life</a> and please feel free to add your own comments too.
If you check out the index page you'll see that the titles of the weblog entries just magically appear as if they were part of the regular typed-in material rather than automatically generated by Movable Type.

This is almost exactly the same technique I used on the Debtfree-Today Web site - a sister site to the real-life-debt site I mentioned earlier - to create an actual boxed element that has the latest five entries neatly listed in clickable form. If you can get this basic last-two-entries working, I'm sure you'll be able to get the more complex solution to rock too.


Related HTML, JavaScript and Web Site Programming articles:
✔   How to Create Predefined Google Image Search Links?
Thanks for the Amazon URL [see Creating Amazon Search Links]. That worked beautifully. In fact, I sent you $5.00 for coffee in thanks....
✔   Can I embed a Facebook search box on my blog site?
I've seen your articles about how to add a Twitter or Google search box on a Web page, but I have a tougher...
✔   Can I use CSS for drop shadows on my blog?
I want to give my site a bit of a facelift and add some neat graphical elements. One of which is drop shadows....
✔   How can I embed interactive photo panoramas on my site/blog?
I read through your blog entry about how to take panoramic photos with iOS 6 and an iPhone 5 and got enthused. I've...
✔   How can I create a Twitter search URL shortcut?
I'd like to add a few Twitter search links to my Web site. Is that possible, or does Twitter prohibit this sort of...

Let's stay in touch!
Sign up for my weekly AskDaveTaylor Newsletter and you'll receive even more tech and gadget help right to your inbox, along with exclusive news and industry updates. It's good stuff. I promise!
    Enter your name: and your email addr:  









Reader Comments To Date: 2

101PublicRelations.com said, on February 26, 2004 7:23 PM:

Great stuff Dave! I've been planning to do this for months but procrastinated because I didn't know how to pull it off. Once again, you've made life easier for me and about a million others. Thanks for another way to make our sites better!

Don Crowther, http://101PublicRelations.com

Josh Carter said, on October 27, 2005 6:20 PM:

Dave, this was a fantastic help! If I had known it was this easy, I would have added this feature to my site ages ago. I had gone down the rabbit hole of writing my own CGI script and everything, then thought, "you know, I bet Dave has a much simpler way of doing this..." So double thanks again.

Starbucks coffee cup I do have a lot to say, and questions of my own for that matter, but first I'd like to say thank you, Dave, for all your helpful information by buying you a cup of coffee!

I do have a comment, now that you mention it!











I will never send you any unsolicited email. Ever.






Check This Out Too...

 
Look for Answers
Need Help? Ask Dave Taylor!


Follow Me on Pinterest

Find Me on Google+
ADT on G+
© 2002 - 2013 by Dave Taylor. All Rights Reserved.

Note: This web site is for the purpose of disseminating information for educational purposes, free of charge, for the benefit of all visitors. We take great care to provide quality information. However, we do not guarantee, and accept no legal liability whatsoever arising from or connected to, the accuracy, reliability, currency or completeness of any material contained on this web site or on any linked site. Further, please note that by submitting a question or comment you're agreeing to my terms of service, which are: you relinquish any subsequent rights of ownership to your material by submitting it on this site. My lawyer says "Thanks".
"Ask Dave Taylor®" is a registered trademark of Intuitive Systems, LLC.