Hello friends now add this special scrolling thumb related post widget below all blogger post easily now.
PREVIEW:-
Follow simple and easy step to adding this special related post widget in your blogger---->>>
* First go to your blogger Dashboard.
* Now click in design tab and edit HTML.
* Click in small box to expand your blogger Template.
* Now find </head> by CTRL+F key.
* Copy below code and paste before </head>
PREVIEW:-
Follow simple and easy step to adding this special related post widget in your blogger---->>>
* First go to your blogger Dashboard.
* Now click in design tab and edit HTML.
* Click in small box to expand your blogger Template.
* Now find </head> by CTRL+F key.
* Copy below code and paste before </head>
<style type='text/css'> #related-posts { float:center; text-transform:none; height:100%; min-height:100%; padding-top:5px; padding-left:5px; background-color:#0BF7E9; } #related-posts a{ color:#0000FF; } #related-posts a:hover{ color:#000000; } #related-posts a:hover { background-color:#C8E6E1; } </style> <script type='text/javascript'> var defaultnoimage="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjoJAJHXiqaO_Bd9ZuXLMqz7p_pbtkrNQiT3qv6xiqYz-EwqXonxVJvfEuDehomuE8pnUAKp8-7_rwan-1DKQOTyjDb2d3SNY4eqeZ0iNRvztDa-wvRAfCL1jl0ayybFshswCK46xrsdOk/s400/noimage.png"; var maxresults=10; var splittercolor="#d4eaf2"; var relatedpoststitle="Related Posts"; </script>
* Now again find below code by CTRL+F key--->>>
<div class='post-footer-line post-footer-line-1'>OR
<p class='post-footer-line post-footer-line-1'>
* Now immediately after any of these lines(whichever you could find) place this code snippet
<b:if cond='data:blog.pageType == "item"'> <div id='related-posts'><marquee align='center' behavior='alternate' direction='left' onmouseout='this.start()' onmouseover='this.stop()' scrollamount='2' width='100%'> <b:loop values='data:post.labels' var='label'> <b:if cond='data:label.isLast != "true"'> </b:if> <script expr:src='"/feeds/posts/default/-/" + data:label.name + "?alt=json-in-script&callback=related_results_labels_thumbs&max-results=6"' type='text/javascript'/></b:loop> <script type='text/javascript'> removeRelatedDuplicates_thumbs(); printRelatedLabels_thumbs("<data:post.url/>"); </script></marquee> </div><div style='clear:both'/> <!-- remove --></b:if> <b:if cond='data:blog.url == data:blog.homepageUrl'><b:if cond='data:post.isFirstPost'> </b:if></b:if>
* Mow click to save your blogger template now you are done .
1 Responses So Far:
I do not have any problem in application of this HTML script. .i am running 3 blog and i applied this for all my blog.and works perfectly.i just need to know that i want to Show posts from my another blog(i.e) my 1-st blog post should appear in 2-nd blogs related post ! is it possible pls replay soon !!