Our thumbnail and summary script was such a success that people have been asking us for further and further customization based off of it. The most frequent request has been the ability to set just a thumbnail image for the blog post and use it to create a grid of images.
Your wish, our command.
The script we've created can be seen as a fork of our original thumbnail script, combined with our interactive captions script.
The script grabs the first image of each of your blog posts, resizes (and converts to a square if you specify), and re-parses the structure so that the thumbnail image becomes a link to the post. To make this work we've included the LightBox disable script so that clicking on the thumbnails doesn't open up a Lightbox instead of the intended behavior of going to the blog post.
Clean version of the script is here.
To limit this functionality to only certain pages or types of pages, you'll want to learn about the different page types, and choose the one you want to use. For example, if you only want it to show on "index" page types you'll want to put the above script into an "if" statement such as:
<b:if cond="data:blog.pageType == "index"">
</b:if>
Home
›
blogger
›
intermediate
›
jquery
›
layout
›
photos
›
picasa
›
template
›
thumbnail and summary
›
thumbnails
›
tip
Related Posts
Popular
-
Hangout On Air: Friday Request Line for 10/12/2012Web fonts, social sharing, focusing on your user experience, rel=author and much more more!
-
Tip: Automatically resize your Blogger post's imagesYou've been blogging along for a while now, inserting your images into your blog posts and sizi…
-
Tip: A better automatic thumbnail and summary script for BloggerWhen we first started creating custom websites using Blogger, one of the first real script needs th…
-
Create a custom Picasa slideshow in BloggerIn creating a website within Blogger, one of our first real challenges was developing a way to prov…
-
Hangout on Air: Understanding RSS feeds for BloggerYesterday's Hangout on Air was a doozy! In under 30 minutes we discussed RSS feeds, the feeds p…
-
Tip: Adding interactive captions to your Blogger images on hoverFor a long time I've been disappointed with the way most content management systems provide ima…
-
Opinion: Forget about SEO, develop a user-centric content strategyWe don't like talking about Search Engine Optimization, nor do we like focusing on it in any si…
Post a Comment
Post a Comment