Thursday, 1 August 2013

Blog Post Tumbnails With Image Zoom Effect

FB Gadgets


-------------------------------------------------------------------------------------------------
FIND HEAD TAG AND REPLACE THIS CODE

</head>

------------------------------------------------------------------------------------------------
<link href='http://1-ps.googleusercontent.com/h/www.htmldrive.net/edit_media/2011/201108/20110826/imagezoom/A.style.css.pagespeed.cf.AQ7uWnsf26.css' media='screen' rel='stylesheet' type='text/css'/>
<link href='http://1-ps.googleusercontent.com/h/www.htmldrive.net/edit_media/2011/201108/20110826/imagezoom/A.zoomooz.css.pagespeed.cf.PjDsbaaHg6.css' media='screen' rel='stylesheet' type='text/css'/>
<link href='http://fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'/>
<link href='http://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'/>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js' type='text/javascript'/>
<script src='http://www.htmldrive.net/edit_media/2011/201108/20110826/imagezoom/sylvester.js' type='text/javascript'/>
<script src='http://www.htmldrive.net/edit_media/2011/201108/20110826/imagezoom/purecssmatrix.js' type='text/javascript'/>
<script src='http://www.htmldrive.net/edit_media/2011/201108/20110826/imagezoom/jquery.animtrans.js' type='text/javascript'/>
<script src='http://www.htmldrive.net/edit_media/2011/201108/20110826/imagezoom/jquery.zoomooz.js' type='text/javascript'/>

<script type='text/javascript'>
$(document).ready(function() {
$(&quot;.zoom&quot;).click(function(evt) {
evt.stopPropagation();
$(this).zoomTo();
});
$(window).click(function(evt) {
evt.stopPropagation();
$(&quot;body&quot;).zoomTo();
});
$(&quot;body&quot;).zoomTo();
});
</script>



</head>


-----------------------------------------------------------------------------------------
FIND THIS B TAG LINE AND REPLACE BELOW CODE

 <b:includable id='post' var='post'></b:includable>

-------------------------------------------------------------------------------------------




<b:includable id='post' var='post'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<div class='post' id='post'>
<a expr:name='data:post.id'/>
<b:if cond='data:post.title'>
<h3 class='post-title entry-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3>
</b:if>
<div class='post-header-line-1'/>
<div class='post-body entry-content'>
<!-- Animation start Here-->
<div class='zoom' id='gallery'>
<ul>
<li class='zoom'>
<a expr:href='data:post.url'/>
<div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
</li>
</ul>
</div>
<!-- Animation Finish Here-->
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<script type='text/javascript'>/*<![CDATA[*/createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);/*]]>*/</script>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'><data:post.body/></b:if>
<div style='clear:both'/>
</div>
</div>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div class='single' id='post'>
<a expr:name='data:post.id'/>
<b:if cond='data:post.title'>
<h3 class='post-title entry-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3>
</b:if>
<div class='post-body-2'>
<p><data:post.body/></p>
<div style='clear:both'/>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
<b:if cond='data:top.showAuthor'>
<data:top.authorLabel/>
<span class='fn'><data:post.author/></span>
</b:if>
</span> on <data:post.dateHeader/> <span class='post-timestamp'>
<b:if cond='data:top.showTimestamp'>
<data:top.timestampLabel/>
<b:if cond='data:post.url'>
<a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>
</b:if>
</b:if>
</span> <span class='post-comment-link'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<b:if cond='data:post.allowComments'>
<a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
</b:if>
</b:if>
</b:if>
</span> <span class='post-icons'>
<b:if cond='data:post.emailPostUrl'>
<span class='item-action'>
<a expr:href='data:post.emailPostUrl' expr:title='data:top.emailPostMsg'>
<img alt='' class='icon-action' height='13' src='http://img1.blogblog.com/img/icon18_email.gif' width='18'/>
</a>
</span>
</b:if>
<b:include data='post' name='postQuickEdit'/>
</span> <div class='post-share-buttons'>
<b:include data='post' name='shareButtons'/>
</div> </div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
<b:if cond='data:post.labels'>
<data:postLabelsLabel/>
<b:loop values='data:post.labels' var='label'>
<a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if>
</b:loop>
</b:if>
</span> </div>
</div>
</div>
</b:if>
</b:includable>

-------------------------------------------------------------------------------------------------------

TUTORIAL FINSH

-------------------------------------------------------------------------------------------------------

FURTHER INFORMATION:

POST CODE

--------------------------------------------------------------------------------------------

/*---------------- Posts ---------------------*/
h2.date-header {
  margin:1.5em 0 .5em;
  display:none;
  }

.post {
  background: #f1f1f1;
  border-top:#fff 1px solid;
  border-left:#fff 1px solid;
  border-right:#fff 1px solid;
  border-bottom:#7c7c7c 1px solid;
  float:left;
  height:230px;
  margin:10px 15px 0 5px;
  overflow:hidden;
  position:relative;
  width:280px;
  -moz-box-shadow: 0px 2px 10px #989898;
  -webkit-box-shadow:0px 2px 5px #989898;
}

.post:hover {
background: #E4E4E4;
}


.post h3 {
margin-top:5px;
margin-bottom: 10px;
margin-left:15px;
font-size: 1.2em;
text-align:left;
padding-bottom:10px;
overflow:hidden;
height:10px;
text-transform: uppercase;

}


.post h3 a {
color: #000000;
text-decoration: none;
}

.post img {
  background-repeat:no-repeat;
  background-position: bottom center;
  height:180px;
  margin-bottom:8000px;
  margin-left:15px;
  margin-top:0;
  border: none;
  padding-bottom:3px;
  width:250px;
}

.post-body {
  font-size: 0px;
  overflow:hidden;
  height:198px;
  }

.post-body blockquote {
  line-height:1.3em;
}

.post-footer {
line-height: 1.4em;
font-size: 0.9em;
margin:12px;
border-top:1px solid #bbb;
}


.post blockquote {
  margin:1em 20px;
  }
.bottom {
 margin-top:10px;
}
.category {
clear: both;
font-weight: bold;
float: left;
font-size: 0.9em;
padding-top: 10px;
}
.coomments {
font-weight: bold;
float: right;
font-size: 0.9em;
padding-top: 10px;
}


--------------------------------------------------------------------------------------
POST THUMBNAIL JAVA CODE

-----------------------------------------------------------------------------------------


<script type='text/javascript'>var thumbnail_mode = &quot;no-float&quot; ;
summary_noimg = 0;
summary_img = 0;
img_thumb_height = 185;
img_thumb_width = 280;
</script>
<script type='text/javascript'>
//<![CDATA[
function removeHtmlTag(strx,chop){
if(strx.indexOf("<")!=-1)
{
var s = strx.split("<");
for(var i=0;i<s.length;i++){
if(s[i].indexOf(">")!=-1){
s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
}
}
strx = s.join("");
}
chop = (chop < strx.length-1) ? chop : strx.length-2;
while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
strx = strx.substring(0,chop-1);
return strx+'...';
}

function createSummaryAndThumb(pID){
var div = document.getElementById(pID);
var imgtag = "";
var img = div.getElementsByTagName("img");

if(img.length<=0) {
imgtag = '<span style="float:left; padding:0px 10px 5px 0px;"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQhdEGJvYfDdoiVFp55FS4O9Y9Bi35pQFyFt0YABTjPjn7C7EzlMQVaPKVcI_rpDT6JEIpAkGjMptJqYkaouskSQDf3Elisp86hGtBEOEY4m4z9P6SWRyOCFflQ2JCEpf-4MryWHVZ67HJ/s1600/noImage.jpg" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/></span>';
var summ = summary_noimg;
}

if(img.length>=1) {
imgtag = '<span style="float:left; padding:0px 10px 5px 0px;"><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/></span>';
summ = summary_img;
}

var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
div.innerHTML = summary;
}


//]]>
</script>


0 comments:

Post a Comment

:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

FB Gadgets | Template Designed by Fatakat PhotosCoolBThemes.com
Code by : paid web directory

https://www.google.co.uk/search?q=site%3Ablogspot.com+fbgadgets