• Facebook Rocks

    Go to Blogger edit html and replace these slide 1 description with your own words. ...

  • Facebook vs Twitter

    Go to Blogger edit html and replace these slide 2 description with your own words. ...

  • Facebook Marketing

    Go to Blogger edit html and replace these slide 3 description with your own words. ...

  • Facebook and Google

    Go to Blogger edit html and replace these slide 4 description with your own words. ...

  • Facebook Tips

    Go to Blogger edit html and replace these slide 5 description with your own words. ...

Showing posts with label blogger template. Show all posts
Showing posts with label blogger template. Show all posts

Free Online Word Count Tool for blogger



You Can Easily Count Your Words By Pasting Your Text (Code) Inside The Box Below, Click Calculate Words To Get Result. This Is The Only Tool That Work Perfectly Online.

I Design This Tool Specially For Bloggers. So They Can Count Words In Article With In Seconds Without Any Error

Get Free Word Count Online Tool
If You Also Want To Add This Tool In Your Website Then Copy And Paste The Code Below In Your Blog/Website 


<form name="Words"><script language="JavaScript">//Free Online Word Count Script By Tin24h.us.Comfunction Count(){var Text = document.Words.Area.value;Text = Text.replace(/(^\n*)|(\n*$)/," ");Text = Text.replace(/[\n]{2,}/gi," ");Text = Text.replace(/[^A-Za-z0-9 ]/g,"");Text = Text.replace(/[ ]{2,}/gi," ");Text = Text.replace(/(^\s*)|(\s*$)/gi,"");document.Words.Area.value=Text;Lenght=Text.split(' ').length;Ch=Text.length;if(Ch=="0"){Lenght="0";}document.Words.Result.value=Lenght;}</script><table><tr><td><textarea rows="10" name="Area" cols="50"></textarea></td></tr><tr><td><input type="button" value="Calculate Words" onclick="Count()"><input type="text" name="Result" size="20"></td></tr><tr><td><a href="http://www.tin24h.us/2012/10/free-online-word-count-tool.html">Get Free Word Count Online Tool</a></td></tr></table></form>


Don't Remove Our Links You Can Add This Tool In Your Blog/Website For Free. Share Your Views Via Comments Below :)

Guide optimized for blogspot from A to Z


Here, tin24h.us will guide you how to optimize Blogspot A -> Z, hoping that after this article, people will have different perspective on Blogspot and find the right development for your Blog.









Optimize Blogspot tutorial I will include: 
- Choose template. Editing meta tags. 
- Edit the article title.
 - Tools friendly URL. Creating Breadcrumbs for Blogspot. 
- Create relevant information for each article. 
- Create emoticon comment. 
- Create a sitemap for Blogspot. 

1. Select the template. Template is one of the important factors when using Blogspot, a good template is not only beautiful but also have a reasonable structure. This will helpyour SEO process a lot easier. Kool SEO personal experience , you should choose the template with 2 columns, the left post, the right is the widget: new posts new comment ... This is a common template and user-friendly.addition, an equally important factor, which is the heading tag structure. Most the Blogspot temp after installing located only a <h1>, and the title of the article is <h2> or <h3>. This will make it difficult for you to want to SEOan article. Many people have overcome this by inserting <h1> in this article, and still keep title is <h2> or <h3>.However, SEO Kool said this is not good. Firstly aesthetically beautiful, the second is the importance of heading tags because when google bot browsing your website, it will show pre <h2> card and <h2>, of course, not as important as <h1 >. So when you choose the template you need to pay attention to the structure of the temp, if available 2 card <h1>, an entire website, and a title for the wonderful article. If not, do not worry, SEO Kool will guide you to change the title articles into <h1> of the next step. 


2. Edit the To edit tags <meta> tags meta keyword and meta description of the temple you find the following code

<meta name="description" content="" /> 
<meta name="keywords" content="" />
And correct:

<b:if cond='data:blog.url == data:blog.homepageUrl'> 
<meta name="description" content="Mo described blog" />
<meta name = "keywords" content = "Keywords "/>
</ b: if>
3. Edit post title 

Edit the article's <title> card Usually when you write a new article, <title> your post looks like: Blog title: title of the article,

however, to simplify the SEO post, the submit your article title up front. For example: Text Articles | Blog Title

To do this you look to the code:

<title> <data:blog.pageTitle/> </ title>
And change it to:

<b:if cond='data:blog.pageType == "item"'> 
<title> <data:blog.pageName/> | <data:blog.title/> </ title>
<b:else/>
< title> <data:blog.pageTitle/> </ title>
</ b: if>
b. Add a description for the link title.
When you put your mouse on the article title, you will see the description for the link.


To do this do the following: Log in to Blogger -> edit HTML -> Extensions Locate the following line:


<a expr:href='data:post.link'> <data:post.title/> </ a>
and correct:

<a expr:href='data:post.link' expr:title='data:post.title'> <data:post.title/> </ a>
Continue to look to the

<a expr:href='data:post.url'> <data:post.title/> </ a>
and correct:

<a expr:href='data:post.url' expr:title='data:post.title'> <data:post.title/> </ a>
Save the template and check the results. b. Modifying the article title <h1> Log in to Blogger -> edit HTML -> Extensions Find the following code

<b:if cond='data:post.title'> 
<h3 class='post-title'>
<b:if cond='data:post.link'>
<a expr: href = 'data: post.link 'expr: title =' data: post.title '> <data:post.title/> </ a>
<b:else/>
<b:if cond='data:blog.pageType != "item"'>
<a expr: href = 'data: post.url'
and correct:

<b:if cond='data:blog.pageType != "item"'> 
<b:if cond='data:blog.pageType != "static_page"'>
<b: if cond = 'data: post.title '>
<h3 class='post-title'>
<b:if cond='data:post.link'>
<a expr: href = 'data: post.link' expr: title = 'data: post.title' > <data:post.title/> </ a>
<b:else/>
<b:if cond='data:post.url'>
<a expr: href = 'data: post.url'
class = 'post-title'>
<b:if cond='data:post.link'>
<a expr: href = 'data: post.link'
class = 'post-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link' expr:title='data:post.title'> <data: post.title /> </ a>
<b:else/>
<data:post.title/>
</ b: if>
</ h1>
</ b: if>
Tools edit CSS for <h1>, locate the line

. Post h3 {...} 
. post h3 a,. post h3 a: visited {...}
. post h3 a: hover {...}
and correct:

. H1 post,. Posted h3 {...} 
. post h1 a,. post h1 a: visited,. post h3 a,. post h3 a: visited {...}
. post h1 a: hover,. post h3 a: hover { ...}
stay and check the results:


4. Tools friendly URL.
Whenever you write new posts on blogspot, if you write the title of the full mark, sometimes the URL is displayed as follows:


Here tin24h.usexperiment with the article titled: " U.S. Senator objected to control catfish ". Look at the picture you can see, compared to the original article title, the URL has been shortened and lost a number of characters.That's because the default URL's Blogspot has two functions: First: take always the title of the article as the URL for that article, but it can not understand English so was born the loss of a number of characters. Monday: Blogspot URL automatically truncated if the article title is too long. So if you want to have a friendly URL SEOstandards , we have to do? Very simple to solve for the two cases we can use the following two ways: - (a): When you write a new article, the original title was to not sign with the number of characters just enough so as not to shorten the URL and loss of character, and then publish the article and go back to edit the title became marked. - Method two: Use custom URL of Blogspot


With this feature you can freely adjust its URL. However, it should be noted that this feature is only adjusted once, ie after the publication of the article you can not edit the URL. So be careful when using. 5. Create Breadcrumb for Blogspot

To create Breadcrumb Blogspot, selected you to edit HTML and expanded utility. Then navigate to the code:

<b:includable id='main' var='top'> 
<! - posts ->
<div class='blog-posts hfeed'>
<b:include data='top' name='status-message'/>
<data:adStart/>
And correct:

<b:includable id='main' var='top'> 
<! - posts ->
<div class='blog-posts hfeed'>
<! - disable default status messages
<b: include data = 'top' name = 'status-message' />
default status message disabled ->
<b:include data='posts' name='breadcrumb'/>
<data:adStart/>
Then find the following line:

<b:includable id='main' var='top'>
And add the following code on it:

<b:includable id='breadcrumb' var='posts'> 
<b:if cond='data:blog.homepageUrl == data:blog.url'>
<! - No breadcrumb on front page ->
<b: else />
<b:if cond='data:blog.pageType == "item"'>
<div class='breadcrumbs'>
Browse »<a expr: href = 'data: blog.homepageUrl' rel = 'tag' > Home </ a>
<b:loop values='data:posts' var='post'>
<b:if cond='data:post.labels'>
<b: loop values ​​= 'data: post.labels' var = 'label'>
<b:if cond='data:label.isLast == "true"'> »
<a expr:href='data:label.url' rel='tag'> <data: label . name /> </ a>
</ b: if>
</ b: loop>
»<span> <data:post.title/> </ span>
</ b: if>
</ b: loop>
</ div>
<b:else/>
<b:if cond='data:blog.pageType == "archive"'>
<div class='breadcrumbs'>
Browse »<a expr: href = 'data: blog.homepageUrl '> Home </ a> »Archives for <data:blog.pageName/>
</ div>
<b:else/>
<b:if cond='data:blog.pageType == "index"'>
<div class = 'breadcrumbs'>
<b:if cond='data:blog.pageName == ""'>
Browse »<a expr:href='data:blog.homepageUrl'> Home </ a>» All posts
<b:else/>
Browse »<a expr:href='data:blog.homepageUrl'> Home </ a>» Posts Filed under <data:blog.pageName/>
</ b: if>
</ div>
< / b: if>
</ b: if>
</ b: if>
</ b: if>
</ b: includable>
Next, adjust css accordingly, we find the code:

]]> </ B: skin>
and add before it the following code:

. Breadcrumbs { 
padding: 5px 5px 5px 0px;
margin: 0px 0px 15px 0px;
font-size: 95%;
line-height: 1.4em;
border-bottom: 3px double # e6e4e3;
}
6. Create posts related to Blogspot

First we find the </ head> and add before it the following code:

<b:if cond='data:blog.pageType == "item"'> 
<script type="text/javascript">
/ / <! [CDATA [
var titles = new Array (); var titlesNum = 0; var urls = new Array (); var time = new Array (); function related_results_labels (c) {for (var b = 0; b <c.feed.entry.length; b + +) {var d = c.feed.entry [b]; titles [titlesNum] = d.title. $ t; {for (var removeRelatedDuplicates () {var b = new Array (0); var c = new Array (0); e = new Array (0); for (var contains (b, d) {for (var c = 0; c <b.length; c + +) {if (b [c] == d) {return true}} return false} function printRelatedLabels (a) {var y = a.indexOf ('? m = 0'); if (y! = -1) {a = a.replace (/ \? m = 0 / g, ")} for (var b = 0; b <urls. length; b + +) {if (urls [b] == a) {urls.splice (b, 1); titles.splice (b, 1); time.splice (b, 1)}} var c = Math.floor ((titles.length-1) * Math.random ()); var b = 0; document.write ("<ul>"); if (titles.length == 0) {document.write ("<li> There are no posts related href = "'+ urls [c] +'"
Then find the following line:

<div class='post-footer'>
And add the following code to it:

<b:if cond='data:blog.pageType == "item"'> 
<div id='related-posts'>
<b> Related Articles: </ b>
<b: loop values ​​= 'data : post.labels' var = 'label'>
<script expr: src = '"/ feeds/posts/default/- /" + data: label.name + "? alt = json-in-script & callback = related_results_labels "'type =' text / javascript '/>
</ b: loop>
<script type='text/javascript'> var maxResults = 5; removeRelatedDuplicates (); printRelatedLabels ('<data:post.url/>' ); </ script>
</ div>
</ b: if>
Note maxresult = 5 is the number of relevant information is displayed, you can change this parameter. 

7. Create emoticon when commenting on Blogspot


Insert the following code before the closing </ body>:

<script type='text/javascript'> 
/ / <! [CDATA [
function replaceText () {if (! document.getElementById) {return;}
bodyText = document.getElementById ("emocomments");
theText = bodyText.innerHTML;
theText = theText.replace (/: \) \) / gi, "<img src='http://lh4.ggpht.com/_u7a1IFxc4WI/TM-vt_XVZKI/AAAAAAAAATI/Q35_W0anT6A/21.gif'/>");
theText = theText.replace (/ = d> / gi, "<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-vzUt1yQI/AAAAAAAAATY/QHNvnj0gYbU/41.gif'/>");
theText = theText.replace (/: d / gi, "<img src='http://lh3.ggpht.com/_u7a1IFxc4WI/TM-voxnkRKI/AAAAAAAAAS4/PjDn098vm3w/4.gif'/>");
theText = theText.replace (/: p / gi, "<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-vpDb68dI/AAAAAAAAAS8/Yv0Uu3qzG_Q/10.gif'/>");
theText = theText.replace (/: \ (\ (/ gi, "<img src='http://lh4.ggpht.com/_u7a1IFxc4WI/TM-vt5z16MI/AAAAAAAAATE/Hx-7Thmr6do/20.gif'/>");
theText = theText.replace ( /: \) / gi, "<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-voiNIw2I/AAAAAAAAASw/aav2hwqeG0c/1.gif'/>");
theText = theText.replace (/: \ (/ gi, "<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-voq7QQnI/AAAAAAAAAS0/UzoFJOCcPPU/2.gif'/>");
theText = theText.replace (/: - \ ? / gi, "<img src='http://lh5.ggpht.com/_u7a1IFxc4WI/TM-vua5MF2I/AAAAAAAAATU/N4X-ouMd1-I/39.gif'/>");
theText = theText.replace (/ \ [\ - \ (/ gi, "<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-vuMg6RQI/AAAAAAAAATQ/rWj7euuKOZs/33.gif'/>");
theText = theText.replace ( /: -o/gi, "<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-vpLiW1GI/AAAAAAAAATA/fPyPJcBks7s/13.gif'/>");
theText = theText.replace (/: -t/gi, "<img src='http://lh3.ggpht.com/_u7a1IFxc4WI/TM-vz4hwcNI/AAAAAAAAATo/4ySXuvQWma8/104.gif'/>");
theText = theText.replace (/:-ss / gi, "<img src='http://lh4.ggpht.com/_u7a1IFxc4WI/TM-vzUOH79I/AAAAAAAAATc/oNE5H5vcNtI/42.gif'/>");
theText = theText.replace (/ b-\ (/ gi, "<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-vzrqI4MI/AAAAAAAAATk/BhfFnT0Gbro/66.gif'/>");
theText = theText.replace (/ @ - \) / gi , "<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-vziH8NXI/AAAAAAAAATg/2evEbN2cJwc/43.gif'/>");
theText = theText.replace (/ = \) \) / gi , "<img
= TheText;
} replaceText ();
/ /]]>
</ script>
Then find the following line:

<b:loop values='data:post.comments' var='comment'>
card and add before it:

<div id='emocomments'>
Find closing tag corresponding to the above loop

</ B: loop>
and add after it card 

</ Div>
Locate the following line:

<data:blogTeamBlogMessage/>
And add after it the code:

<script type="text/javascript"> 
/ / <! [CDATA [
function moreSmilies () {
document.getElementById ('smiley-more'). style.display = 'inline';
document.getElementById ('smiley-toggle' ). innerHTML = '<a href = "javascript: LessSmilies () "> ← </ a> </ span> ';
}
function lessSmilies () {
document.getElementById ('smiley-more'). style.display = 'none';
document.getElementById ('smiley-toggle '). innerHTML =' <a href = "javascript: MoreSmilies () "> → </ a> ';
}
/ /]]>
</ script>
<div class='emoticons'>
<img src = 'http://lh6.ggpht.com/_u7a1IFxc4WI/TM- voiNIw2I/AAAAAAAAASw/aav2hwqeG0c/1.gif '/> :)
<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-voq7QQnI/AAAAAAAAAS0/UzoFJOCcPPU/2.gif'/>: (
<img src = 'http://lh4.ggpht.com/_u7a1IFxc4WI/TM-vt_XVZKI/AAAAAAAAATI/Q35_W0anT6A/21.gif' /> :))
<img src = 'http://lh4.ggpht.com/_u7a1IFxc4WI/TM- vt5z16MI/AAAAAAAAATE/Hx-7Thmr6do/20.gif '/>: ((
<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-vuJ1G41I/AAAAAAAAATM/_jLHXvz6PTg/24.gif'/> =) )
<span id='smiley-more' style='display: none;'>
<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-vzUt1yQI/AAAAAAAAATY/QHNvnj0gYbU/41.gif'/> = D>
<img src='http://lh3.ggpht.com/_u7a1IFxc4WI/TM-voxnkRKI/AAAAAAAAAS4/PjDn098vm3w/4.gif'/>: D
<img src = 'http://lh6.ggpht.com / _u7a1IFxc4WI/TM-vpDb68dI/AAAAAAAAAS8/Yv0Uu3qzG_Q/10.gif '/>: P
<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-vpLiW1GI/AAAAAAAAATA/fPyPJcBks7s/13.gif'/> :-O
<img src='http://lh5.ggpht.com/_u7a1IFxc4WI/TM-vua5MF2I/AAAAAAAAATU/N4X-ouMd1-I/39.gif'/>: -?
<img src = 'http:// lh4.ggpht.com/_u7a1IFxc4WI/TM-vzUOH79I/AAAAAAAAATc/oNE5H5vcNtI/42.gif '/>:-SS
<img src = 'http://lh3.ggpht.com/_u7a1IFxc4WI/TM-vz4hwcNI/AAAAAAAAATo/4ySXuvQWma8/ 104.gif '/>:-t
<img src='http://lh6.ggpht.com/_u7a1IFxc4WI/TM-vuMg6RQI/AAAAAAAAATQ/rWj7euuKOZs/33.gif'/> [- (
<img src = 'http: / / lh6.ggpht.com/_u7a1IFxc4WI/TM-vziH8NXI/AAAAAAAAATg/2evEbN2cJwc/43.gif '/> @ -)
<img src = 'http://lh6.ggpht.com/_u7a1IFxc4WI/TM-vzrqI4MI/AAAAAAAAATk/ BhfFnT0Gbro/66.gif '/> b-(
</ span>
<span id='smiley-toggle'> <a href = "javascript: MoreSmilies () "> → </ a> </ span>
</ div>
Card to play:

]]> </ B: skin>
And add the following code before it:

. Emoticons {-moz-background-clip:-moz-initial;-moz-background-origin:-moz-initial;-moz-background-inline-policy:-moz-initial; text-align: left;} 
. emoticons a,. emoticons a: hover {font-size: 28px; margin-left: 20px; text-decoration: none;}
Save and check the results. 

8. Create Sitemap for Blogspot Blogspot first 2 Sitemap format is used to submit sitemap to Google Webmaster Tools (sitemap for Googlebots), the second is sitemap.html for users. To create sitemap for Googlebots, you only need Google Webmaster Tools, navigate to submit sitemap and add the following code into the text box:


atom.xml? redirect = false & start-index = 1 & max-results = 500
For users, you need to create a more user-friendly diagram:


To do the above, you create a new page in my blog and give it a name any, here tin24h.us named: Sitemap. then you switch to HTML mode and insert the following code:



<script style="text/javascript" src="http://www.abu-farhan.com/script/daftarisiblogger/blogtoc-min.js"> </ script> 
<script
Save and check the results

Insert ads into the posts on Blogspot



There you are a web design blog on the Blogger platform and want to make money from the ads you place on your blog. On the blog there are so many positions so you can place the ad code, but to place ads between posts on the blog, not everyone knows. This article I would like to share the tips that Fandung can recommend to help you place the ad code in the middle of the content or any location you want in the post on blogspot. At the top or bottom of the article, the simple insertion and you may already know, this article focuses insert ads into a new spot that you want in your article.
»Begin tips

1. Log in to your Blogger
account 2. In the design (Design)
3. Choose to edit the HTML (HTML Edit)
4. Select expand widget templates (Expand Widget Templates)
5. Find the code below

<data:post.body/>
6. Change the code just to find code below
<div expr:id='"aim1" + data:post.id'> </ div> 
<div style="clear:both; margin:5px ;"> your ad code here
</ div>
<div expr: id = '"aim2" + data: post.id'> <data:post.body/>
</ div>
<script type="text/javascript">
var obj0 = document.getElementById ("aim1 <data: post.id /> ");
var obj1 = document.getElementById ("aim2 <data:post.id/>");
var s = obj1.innerHTML;
var r = s.search Forums (/ \ x3C! - ads - - \ x3E/igm);
if (r> 0) {obj0.innerHTML = s.substr (0, r); obj1.innerHTML = s.substr (r +16);}
</ script>

7. Save your template to display ads in the position you want in your post, when you post, please insert the code below into the position you want to display ads. When you insert the code below, it will be replaced by your ad in the position you insert it, you have to insert the correct code, you can display advertising is. And here's the code to insert into your post

<! - Ads ->

I wish you success!

Create a message box for blogspot






Creating one small box for the blog to inform one event or one problem that the blog seems quite necessary for the blog. Yes it will not have to write really one to post a message (event if it does not need to use 1 post to inform). Instead, we only need to show one small text.


Can one of you please code your message, I was ok. And another one is not familiar with the view of your code should be required to share the code of this message box. Today my write must first article to share it.


Some information about this small message box: 
- Shows a lot of notice. 
Notifications will display random (random) after each page load. 
- There button to close the message.

Illustrations from his blog:


- In order to select a reasonable position, I recommend that you put this message box in the header of the blog. 
- After determining the location of the message box, you create one widget HTML / Javascript and paste the code inside as in:
<style type="text/css"> 
# thbao { 
padding: 6px 0; 
border-bottom: 1px solid # e6dac3; 
} collection 

# thbao-margin {margin: 0 auto;} 
. thbao-container { 
width: 705px; 
border : 1px solid # f2b768; 
padding: 4px; 
font-size: 90%; 

. thbao-header { 
background: # ff6734; 
color: white; 
border: 1px solid # ffa789; 
padding: 5px 10px; 
white-space: nowrap; 

. thbao-body { 
background: # fae9c8; 
padding: 5px 10px; 
width: 99%; 

. thbao-close { 
float: right; 
margin-right:-5px; 

</ style> 

<script language = "JavaScript" > 
function hideitem () { 
document.getElementById ("thbao"). style.display = "no ne"; 

/ / <! [CDATA [ 
thbao = new Array (3); 
thbao [0] = '{Content first notice 1} '; 
thbao [1] = '{Content the first message 2}'; 
thbao [2] = '{content the 3rd}'; 
thbao [3] = {Content the 4th message} '; 

tbindex = Math.floor (Math.random () * thbao.length); 
/ /]]> 
</ script> 

<div id="thbao"> 
<div id = "thbao-margin "class =" thbao-container "> 
<table cellspacing="0" cellpadding="0"> 
<tbody> 
<tr> 
<td class="thbao-header"> <b> Note </ b> </ td> 
<td class="thbao-body"> 
<a href="#" class="thbao-close" onclick="hideitem()"> <img src = "http://www.blogger.com/img/close . png "alt =" Close "/> </ a> 
<span class="thbao-text"> 

<script









- The first is to edit the CSS code: 
You can see the illustration below and then change the value of it to the appropriate message box with your blog, mainly to adjust the values color and size.


- Next is the correct javascript code
I see code like this:
thbao = new Array (3); 
thbao [0] = '{Content the first message 1}'; 
thbao [1] = 'Content {2} message'; 
thbao [2] = '{Home What the first message 3} '; 
thbao [3] = '{content the 4th}';



All content of the notice must be in single quotes. Display the message contents allows the use of HTML tags . Above is a sample code for 4 paragraphs message, if 5 you just add the code below:
thbao = new Array (4); 
thbao [0] = '{Content the first message 1}'; 
thbao [1] = 'Content {2} message'; 
thbao [2] = '{Home What the first message 3} '; 
thbao [3] = '{content the 4th}'; 
thbao [4] = '{Content 5th message}';



Thus completed. wish you success. 

Some blogger template for video page





DEMO
Download attached below

Guide- To show your film out, go to Page Elements - and enter the label name to display to 5 widget from Movie Category 1 to Movie Category 5 - Go to Edit HTML (Expand widget templates)



<A expr: href = '" https://www.blogger.com/comment.g?blogID = 2273867814436170597 & postid = "+ data: post.id +" & isPopup = true & postBody =% 40% 3C% 61% 20% 68% 72% 65% 66% 3D% 22% 23 "+ data: comment.anchorName +"% 22% 3E "+ data: comment.author +"% 3C% 2F% 61% 3E # form "'onclick =' javascript: Window.open (this.href, "bloggerPopup", "toolbar = 0, location = 0, statusbar = 1, menubar = 0, s crollbars = yes, width = 600, height = 500"); return false; '> Reply </ a>
Replace ( 2,273,867,814,436,170,597) ID of blog ID kenhdaihoc.com blog your problem on your reply below will help offline success!Update Templates In Edit HTML Search







<script src='http://kauman.googlecode.com/files/switch.display.js' type='text/javascript'/>

Instead of
<script src='http://jagad.googlecode.com/files/switch.js' type='text/javascript'/>

And find:
<script src='http://kauman.googlecode.com/files/jcarousellite.js' type='text/javascript'/>
Instead of
<script src='http://jagad.googlecode.com/files/jcarousellite.js' type='text/javascript'/>