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/
ReplyDeletehey like da web its good, can you help me on hw to make ma videos have thumbanails
DeleteThis 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!
hii admin i hope you are fine i was visiting the page of template you were absent in comments the last time !
ReplyDeletei want ask you about the movie template video blog template .
im using it its wonderful i passed 2 days to choose a template but yours was the best between al the blogger template ..
i will be happy if you help me in code HTML i dont know how can i add it to my css page !
for exemple when i post a page from my blog to facebook its dont shown like a video just a picture ! and after a long search i found the solution but all this week and i didnt success to aplicate it in your template so maybe you can help me with my thinks :)
this is the web where i found the code :
http://www.longtailvideo.com/support/blog/19150/publish-your-videos-to-facebook-with-a-jw-player
it use th JWPLAYER to be shown in facebook
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.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteHello Admin
ReplyDeleteThanks a lot for this template.I have changed the embeded code as you said to insert videos beside you tube.But Image thumbnail is not shown in the related post widget in sidebar.
What are the changes I should make to get it solved.
Thank you.
how do i add left margin on featured categories? and reduce right margin so that it will be on center, i dont know where to insert it.. main wrapper border and thumbnails of featured categories are almost overlapping...thank you hope you reply..
ReplyDeleteHI ADMIN how can i post a new post in recent music vide category plz help me.
ReplyDeletescrypt code for videos not supported! how to fix it? only embed code and object are working.
ReplyDeletehi. whow can i have more than 16 post per page ?
ReplyDeleteHi again Mr. Admin and everyone else..
ReplyDeleteI want to make a category list widget with folder and sub-folder to display on my front page. Can you or anybody suggest me the code?
Hi Admin thank you very much for the template
ReplyDeleteplease is there any way to i use this code ?rel=0 after the video link,
because i really want to close Suggested Videos
can you help pleas.
and I am sorry for my english
just click the box on youtube that says Show suggested videos when the video finishes.
DeleteMr Test this not the solution that i want
Deletei want way to use this code ?rel=0 like the next Example
http://www.youtube.com/embed/xBzoBgfm55w?rel=0
because when i use it the image thumbnail does not work
and again sorry for my english
Hi! admin when i post my videos it doesn't show the image pls! guys help me on that
ReplyDeleteshow us here how u post the video..
Deleteyou go the posting erea en then you click insert videos then you choose your own video on your local hard disk drive the you upload it then you publish it en you good to go
Deletehi admin on video page (while watching the video) how to put adsense first then related post? http://heybwoy.blogspot.com/2012/03/runway-model-prank-tom-mabe.html
ReplyDeletecan you show me how can i put thumbnails on my youtube videos and those which i upload my self
Deletehi admin help me how to put fb comments below the video please please!!!!!!!
ReplyDeletejust ask another one question pls how to add views counter on every post?
ReplyDeletehi this is nice but a little bit problem is how i can i edit page like page static page .how to i link this page
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
DeleteThis comment has been removed by the author.
ReplyDeleteuse main url, erase all text from "?" to the end. Look like this
Deletehttp://www.youtube.com/embed/foW767Lh-pM
<script type="text/javascript" src="/feeds/posts/default/-/YOURCATEGORYHERE?
ReplyDeleteCan somebody help me how to actually write this? I put my category here and it shows nothing at all. Please help.
Change "YOURCATEGORYHERE" with your category/label. Example, you have a label named "Blogging Tips", just replace "YOURCATEGORYHERE" with "Blogging Tips". If your labels use capital letters, then write it like that. Example
DeleteTrue,
<script type="text/javascript" src="/feeds/posts/default/-/Blogging Tips?
False,
<script type="text/javascript" src="/feeds/posts/default/-/blogging tips?
thank you,
ReplyDeletei have a question that if we remove ?&max-results=8 from category then how many posts are shown in that category,?
waiting for your reply, thnx
my site http://www.videopk.net
It's about 20 posts.
DeleteIt shows only 7 posts as recent posts in homepage, how to increase the number of recent posts in homepage?????
ReplyDeleteplease help me.
Hey @Tv Dramas.. this is default feature of blogger blog posts.. To change or increase number of recent post.. Just go to Design mode..
DeleteBlog Posts > Edit > Configure Blog Posts > No. of posts on main page 7
Change this number to your choice as u wish.. thanks...
thank you!!
ReplyDeletehttp://xvideosproibidos.com
Hi @Admin thank u so much for this wonderful template....
ReplyDeleteJust one query for admin i want to show up only thumbnail of the post without displaying title... i'm trying so much for this but till now i can't get any result.. so plz suggest me how can possible to remove post title during image thumbnail.... this is my blog url : http://123tvchannel.blogspot.com
hey @admin i got the solution of previous query.. but again one query.. Image thumbnail of the popular post or related post is not exact fit to the frame dimension i.e when image dimension is different from frame dimension then i can't get full image in thumbnail... so how can possible... kindly request to you.. plz reply me...
ReplyDeletehello, sir may i ask...
ReplyDeletehow do i remove the Labels from the above post/photos in the main blog/posts?
Thanks
Go to "Edit HTML" then search this css code,
Delete.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;
}
Reply
how to hide labels from homepage?
ReplyDeleteGo to "Edit HTML" then search this css code,
Delete.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;
}
This comment has been removed by the author.
ReplyDeletetnx ADMIN
ReplyDeletehttp://www.pinoyalaktv.net/