Thumbnail auto readmore no javascript for blogger
The new version of Auto readmore, you can see it in my blog Features : - No javascript - Fast loading - Friendly for search engine - Good for SEO - Use for all brower , include IE6 Step 1: Add this code Before ]]></b:skin> .post-thumbnail{float:left;margin-right:20px} // For left thumbnail .post-thumbnail{float:right;margin-left:20px} // For right thumbnail Step 2: Find and replace <data:post.body/> by one of these code 1. Auto readmore with thumbnail <b:if cond='data:blog.pageType != "item"'> <b:if cond='data:blog.pageType != "static_page"'> <div> <b:if cond='data:post.thumbnailUrl'> <img class='post-thumbnail' expr:alt='data:post.title' expr:src='data:post.thumbnailUrl' width='72px' height='72px'/> </b:if> <data:post.snippet/> </div> <div class='jump-link'> <a expr:href='da...