By : www.freebloggertemplate.info
Download link: Click here
# SETUP MENU NAVIGATION
Go to "Edit HTML" page
Search the codes like below
<ul id='dmenu'>
<li class='cat-item'><a href='/'>home</a></li>
<li class='cat-item'><a href='#'>EDIT</a>
<ul class='children'>
<li class='cat-item'><a href='#'>EDIT</a></li>
<li class='cat-item'><a href='#'>EDIT</a></li>
<li class='cat-item'><a href='#'>EDIT</a></li>
</ul>
</li>
<li class='cat-item'><a href='/search/label/Blog?&max-results=8'>Blog</a></li>
<li class='cat-item'><a href='/p/test-static-page.html'>Test Static Page</a></li>
</ul>Pagination "show post number" default is "8". Always add "?&max-results=8" after your category url.
# HOW TO POST
There are no posting rules, up to you want to use this template for blogging, images/videos gallery. Just post as usual, add images, add video, write articles, all you wish to post. To post a video, just copy and paste the embed code to your post editor. This template automatically create thumbnail for Youtube videos, support new and old embed code. Use "video width = 640px" to match with "post width".
*How to floating video if I want to use small video width?
General new Youtube embed code,
<iframe width="400" height="200" src="http://www.youtube.com/embed/xBzoBgfm55w" frameborder="0" allowfullscreen></iframe>Floating code for left,
<iframe style="float:left;margin:0 10px 10px 0;" width="400" height="200" src="http://www.youtube.com/embed/xBzoBgfm55w" frameborder="0" allowfullscreen></iframe>Floating code for right,
<iframe style="float:right;margin:0 0 10px 10px;" width="400" height="200" src="http://www.youtube.com/embed/xBzoBgfm55w" frameborder="0" allowfullscreen></iframe>*Post Videos from another site (besides Youtube)
This template can't create automatic thumbnail for video besides Youtube. So, you need to upload image thumbnail for the video.
Always use use the image html code below to show thumbnail for video besides Youtube,
<img class="thumbvideo" src="YOUR-IMAGE-URL" />class="thumbvideo" <- this is important
Example,
Video embed code from Metacafe,
<embed flashVars="playerVars=autoPlay=no" src="http://www.metacafe.com/fplayer/7361775/gigantic_rotating_cloud_vortex_meoter_or_ufo.swf" width="640" height="338" wmode="transparent" allowFullScreen="true" allowScriptAccess="always" name="Metacafe_7361775" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed><div style="font-size:12px;">
<a href="http://www.metacafe.com/watch/7361775/gigantic_rotating_cloud_vortex_meoter_or_ufo/">Gigantic Rotating Cloud Vortex! Meoter or UFO</a> - <a href="http://www.metacafe.com/">The top video clips of the week are here</a></div>then you need to upload the image thumbnail for that video, copy the image url then paste to the image code like below.
<img class="thumbvideo" src="http://3.bp.blogspot.com/-alB1F218bcs/TpGA2xdw0CI/AAAAAAAAB2U/2gAfI_z2X4s/s400/metacafe1.JPG" />Look like this,
#RECENT VIDEO BY CATEGORY UNDER POST
"Add a Gadget" -> "HTML/JavaScript"
Copy and paste the code below,
<script type='text/javascript'>var numposts = 4;var showpostthumbnails = true;var displaymore = false;var displayseparator = false;var showcommentnum = false;var showpostdate = false;var showpostsummary = false;var numchars = 80;</script>
<script type="text/javascript" src="/feeds/posts/default/-/YOURCATEGORYHERE?orderby=updated&alt=json-in-script&callback=labelthumbs"></script>Change "YOURCATEGORYHERE" with your own category/label.
#RELATED POSTS/VIDEO BY CATEGORY ON SIDEBAR AUTOMATIC SHOWN
*How to control the number of related posts to show?
Go to "Edit HTML" then search this code
var relmaxposts = 10;
var numchars = 80;relmaxposts = 10; <- Number of posts to show
numchars = 80; <- Number of characters for summary
#POPULAR POSTS/VIDEO USE BLOGGER DEFAULT WIDGET
Hi! thanks a lot for the template.
ReplyDeletewhen I try to add recent video category, then the videos appear without image. What could I do?
thanks
This comment has been removed by the author.
ReplyDelete@Ritzzo: tell me your blog url
ReplyDeletehttp://leadingedgevideolibrary.blogspot.com/
ReplyDeleteThanks for your attention!
@Ritzzo: The recent widget script cannot create thumbnail for "old Youtube embed code". Please use "new Youtube embed code". That why "Popular posts Widget" by Blogger also can't show thumbnail of video. I create "old Youtube embed code" Thumbnail script only for posts as optional. This to make all widgets script that already create by Blogger or by other programmer also can work fine for this template.
ReplyDeleteFantastic =)
ReplyDeleteThanks
hi admin, Hi! thanks a lot for the template..
ReplyDeleteis there a way to remove the upper label link that is on float on each video thumb at RECENT POST's.. It overlaps the thumb next to it when I try to tag it with many category.
@Googos: Go to "Edit HTML" then search this css code,
ReplyDelete.homelabel-wrapper {
background: none repeat scroll 0 0 #DEDEDE;
border-bottom-right-radius: 5px;
font-size: 10px;
font-weight: normal;
margin: 0;
padding: 5px;
position: absolute;
}
Just add "display:none;" property, like this
.homelabel-wrapper {
background: none repeat scroll 0 0 #DEDEDE;
border-bottom-right-radius: 5px;
font-size: 10px;
font-weight: normal;
margin: 0;
padding: 5px;
position: absolute;
display:none;
}
OK i got it thanks
ReplyDeletewhat's the class of img holder of POPULAR POST widget? I would like to resize it to much smaller scale
ReplyDelete@Googos: add this css class,
ReplyDelete.PopularPosts img {
height: 72px;
width: 72px;
}
change height and width value as you wish.
it only affects the EDIT ICON not the img THUMBNAIL. Is there any other way i was searching on google but no avail.
ReplyDelete@Googos: Are you already change the value of height and width? 72px is default value. Example, change the "height" value into 60px.
ReplyDelete.PopularPosts img {
height: 60px;
width: 72px;
}
Sorry I'm not explain it more detail, because you are asking like have some css basic skill.
yes I already paste it somewhere inside the css style but it does not affect the POPULAR POST img thumbnail it only affects the edit icon when you are login in your blogger account...
ReplyDeleteEDIT ICON - it refers to the tool icon just below any type of widget.
ps.. i want to resize the images inside the popular post widget i think its not a .PopularPost img class
@googos: Yes I know what you mean. You can visit the demo blog, http://videoblog-fbt.blogspot.com and see the effect of that ".PopularPost img" class. Only this I can do to help you.
ReplyDeletethanks a bunch admin I apologize for the confusion... it works fine now
ReplyDeletehttp://burlaodelsistema.blogspot.com/
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteWho i can post the same video in "Recent Posts" and "Videos By Category" with image ?
ReplyDeleteThanks
This comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteHello, i'm trying to put a facebook comments box above blogger comments and the facebook comments box is appearing below the division "0 comments:" (i put it below this line of code: "b:includable id='comment-form' var='post'". I would like the facebook comments box appearing above the division "0 comments:". How could i do this?
ReplyDeleteWhat do you mean by "Floating code for left" and "Floating code for right"?
ReplyDeleteHello admin, I am trying to increase the banner size but have failed miserably, and also the thumbnails/pictures are 140width 100 hieght, but if I increase the height to 200, the text can't be seen anymore. Please help me out
ReplyDeleteThanks
This comment has been removed by the author.
ReplyDeleteHi Admin, there is a problem with the template the newest code is not working for thumbnails, i.e.
ReplyDeleteiframe width="640" height="360" src="http://www.youtube.com/embed/wqZ6gpsa1aI?feature=player_embedded" frameborder="0" allowfullscreen></iframe
please help..
@Ammar Iftikhar: just remove text after "?", like this
ReplyDeleteiframe width="640" height="360" src="http://www.youtube.com/embed/wqZ6gpsa1aI" frameborder="0" allowfullscreen></iframe
Thanks Adim for your prompt reply,
ReplyDeleteI was just wondering if there is a way that the 'text after "?"' could be automatically removed by the code itself, rather than manually removing it cause I'll have to post alot of videos and it will be difficult to do it each time, kindly suggest any solution.
Thanks again!
This comment has been removed by the author.
ReplyDeletethanks visit my blog..
ReplyDeletehttp://www.pinoyalaktv.net/
thanks.. how to add large column above main?
ReplyDeleteThanks Brother, ilike this template. visit my blog from your video template http://www.moslembrothers.com/
ReplyDeletehello admin.. how to add page element between the Header and the Blog Posts?
ReplyDeletethanks.. :D
Hello Admin,,,
ReplyDeleteIn the Google Search Blog posts showing home page description.We want post content as a description in Google search.Please suggest thanks
Gagan Masoun
Thanks for the wonderful sharing
ReplyDeleteBut My problem in installation is I can not see the page number or next / older post link on Home Page, That makes navigation bit difficult for users
Any Help would be appreciated
This comment has been removed by the author.
ReplyDeletehi admin.. how I could eliminate the labels in my homepage? try to see it.. http://free-stream-online.blogspot.com/ email me at tkeenuh@gmail.com, thanks!
ReplyDeleteauto thumbnails are not working plz chk :(
ReplyDeletehttp://www.5abitube.in/
Its show undefined! Doesnt work! related post is broken. undefined
ReplyDeletehy its very cute !! i lik the Theme and its ok with me !! i have just some difficult to add The Page numbered Barre !! wich help the visitors to nivigate on the site by pages ! have you any idea Mr Admin thnk yu for help
ReplyDeletehi,how to create a sitemap video or media rss for this template or blogspot. i would like my video index on google video.i wait your reponse.thanks
ReplyDeleteplz tell me how to add page navigation in this blog i m waiting ur reply here is my blog url www.islamitube.net
ReplyDeletei uploaded videos in this template but no image in related post.can you give me a solution?
ReplyDelete@Komail/Abdel.dk/Muhammad Nafees: go to "edit html" then search this code and remove it.
ReplyDelete<style>#blog-pager {display:none; }</style>
@torque crev: read the comments above.
@Koora: http://support.google.com/webmasters/bin/answer.py?hl=en&answer=80474
Blogger sitemap url:
http://yourblog.blogspot.com/robots.txt
or
http://yourblog.blogspot.com/feeds/posts/default
or
http://yourblog.blogspot.com/feeds/posts/default?orderby=updated
THANKS Muhammad
ReplyDeleteMY PROBLEM THAT THE image thumbnail OF "RELATED POST" DIDN'T DISPLAY only the frame.can you solve this problem?
ReplyDeleteThnx brother (Free Blogger Template) really thnx to you u solve a big problem i am really thank full to you Jazak ALLAH
ReplyDeletehello how to change posts tittle color?thnks
ReplyDeleteThis comment has been removed by the author.
ReplyDeletehi admin i am just trying that the recent post by catrgory but i always failed if you dont mind can you plz show the video tutorial
ReplyDeletesite like http://leadingedgevideolibrary.blogspot.com/
can i increase the number of recent video post that show more recent post the my recent post only show 7 post
ReplyDeletethis is my blog url
http://videomegahunt.blogspot.com/
how can i post recent video by category i tried the above code but i failed miserably plz help meeeeeeeeee
ReplyDeletecool templates but my templates is god
ReplyDeletewww.girlscorner.9k.com
why did my search box not sensitive?
ReplyDeletehttp://www.galasinema.com/
This comment has been removed by the author.
ReplyDeletehttp://www.awillage.com/
ReplyDeletehello admin,
ReplyDeletethanks for all,templates and good job and instructions....well done!
i have a problem with this present good template;how can i use it using dailymotion or others because all embeded code vids on others download servers won't working....i mean that working just for youtube;;;can you change the code template to be using for all and no just youtube....i repeat,all embeded code for others downloaders servers won't work with this template...perhapes i have jusr a personal with the html code or others.....please reply ...and thanks for all your work!!!!
sorry admin...it's my error by modifing before the template....all now is working.....but the tumbnail is the problem,hope the vids will work without modifying anything before....yes,you are using the ancient code...*
ReplyDelete*
thanks admin and god bless you....continue your good work.
This comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeletethnks for the templates
ReplyDeletehttp://disasterofmesothelioma.blogspot.com
Hello admin, thank you for this cool video template that I used for my new free blog directory http://direktori-indonesia.blogspot.com.
ReplyDelete- I have some questions for you, how to add author vcard to a multiple author blog?
- How to display more thumbnail on the front page?
Once again, thank you for your answer and if possible please answer my question on my blog.
Fix teamplate . it's Er
ReplyDeleteThis comment has been removed by the author.
ReplyDeletehello admin..
ReplyDeletethanks alot for this awesome template..
i got only one problem to resolve: how to put navigation on homepage? thanks in advance...i realy like your template...