"How to Upload Video to Blogger Blog" video tutorial.
Some times you want or need to put a video in to your blog post, it's not a hard task, just follow this video instruction.
How to Upload Video to Blogger Blog part 1
How to Upload Video to Blogger Blog part 2
There is another way to upload video to your blog, and I think that it is a better way: simply go to www.youtube.com , register and upload your video. After you are done, just copy the "Embed" code and past it in to your post (in "Edit html" mode)
Thursday, 20 November 2008
How to Upload Video to Blogger Blog
Labels: Blog Design Tips, Blogger, Video
Posted by Alexnjoy at 08:06 18 comments
Friday, 2 May 2008
How to set up Google Analytics on Blogger blog
How to set up Google Analytics on Blogger blog:
Google Analytics is a service for tracking your traffic. It will show you information about your visitors: from where did they came to your blog, what keywords they was using in search engines (to find your blog), from that back links they came from, the countries where they live, landing pages etc.
How to setup Google Analytics:
1. First of all, you need to have Google account. Just go to Google and create it. After that, go to Google Analytics page and sign in and click sign up.
2. Enter your blog URL, account name, choose your country and click "Continue".
3. Enter your last name (optional), first name (optional), telephone (optional), country, click "Continue".
4. Read the following terms and conditions bla bla bla (optional =)))), check the checkbox, and click "Create new Account".
5. Now you will get a code. You need to put it in to your blog template. Go to your blogger account --> Layouts --> Edit HTML --> Backup your blog. Copy and paste the code into the bottom of your content, immediately before the </body> tag . Save your template. Go back to Analytics page and click "Continue".
That's it. Google Analytics updates every day, you can access the reports from your Google account or here: www.google.com/analytics
Labels: Blogger, Google, Traffic
Posted by Mr. Geek at 11:42 13 comments
How to Backup your Blogger blog
How to Backup your Blogger blog:
That's a simple question, but people often ask about: "how to backup my Blogger blog?"
Answer:
1. Go to your Blogger account.
2. Choose your blog and click "Layout" and "Edit HTML".
3. Now you see the "Backup/Restore Template", click on "Download Full Template".
Your blog is saved on your computer. To restore it, just click on "Browse", choose your saved template and click "Upload"
Labels: Blog Design Tips, Blogger
Posted by Mr. Geek at 09:49 1 comments
How to Subscribe to all Comments on Blogger Blogs
How to Subscribe to all Comments on Blogger Blogs:
Many readers are asking this question, some of them want to subscribe to all comments, some of them want to create "Recent (Last) Comments" widget...
The answer is very simple:
This is the URL address of ALL comments from Blogger blogs (ordered by data):
http://YourBlog.blogspot.com/feeds/comments/default?orderby=published
Don't forget to change YourBlog to real blog name.
Cheers
Posted by Mr. Geek at 09:22 27 comments
Wednesday, 30 April 2008
How to add multiple administrators to Blogger blog
Some times you need to add multiple administrators for your blog (if you and your friends want to make posts on the same blog or if you want to move your blog to another account or if you want to change the owner of blog).
Adding multiple administrators to your blog is not hard but lot of people don't know how to do this.
Adding multiple administrators to your blog:
1. Go to your blog Dashboard --> Settings --> Permissions.
2. Click "Add Authors".
3. Enter the email address (-es) of your new administrator(-s).
4. They need to check their e-mails and click on the link to join the blog.
5. Go to Dashboard --> Settings --> Permissions and promote newcomers to administrators.
All done, Cheers
Labels: Blog Design Tips, Blogger
Posted by Mr. Geek at 11:51 18 comments
Monday, 10 March 2008
Swap Blog Title and Post Title on Blogger
Your template is invalid because the tag 'b:section' appears inside of the tag 'head'. This error appears because of Swap of your blog title and post title on Blogger hack. I think there was some changes on Blogger. To fix that error, you need to do the same hack: Swap of your blog title and post title, but with some changes.
Just follow the steps:
1. Go to dashboard ==> 'Layout'==> 'Edit HTML' and backup your template.
2. Find this line: <title><data:blog.pageTitle/><title> and delete it.
3. Find <head> code and put this code BEFORE <head> :
<!-- newtitle -->
<b:if cond='data:blog.pageType == "item"'>
<b:section id='titleTag'>
<b:widget id='Blog2' locked='false' title='Blog Posts' type='Blog'>
<b:includable id='nextprev'/>
<b:includable id='backlinks' var='post'/>
<b:includable id='post' var='post'><data:post.title/></b:includable>
<b:includable id='commentDeleteIcon' var='comment'/>
<b:includable id='status-message'/>
<b:includable id='feedLinks'/>
<b:includable id='backlinkDeleteIcon' var='backlink'/>
<b:includable id='feedLinksBody' var='links'/>
<b:includable id='postQuickEdit' var='post'/>
<b:includable id='comments' var='post'/>
<b:includable id='main' var='top'><title><b:loop values='data:posts' var='post'><b:include data='post' name='post'/></b:loop> | <data:blog.title/></title></b:includable>
</b:widget>
</b:section>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<!-- end newtitle -->
4. Save your changes.
PS:
I'm not recommending you to do this hack, because, usually, Title code must be after <head>. So I don't know what kind of effect it will give to you. I think it is better do use simple basic <title><data:blog.pageTitle/><title> code.
Labels: Blog Design Tips, Blogger, SEO
Posted by Mr. Geek at 17:19 12 comments
Friday, 7 March 2008
How to start a blog in Blogger
How to start a blog in Blogger (video guide). I'm boring to tell you about how to start blog in Blogger, so I decide to show you this video guide:
Posted by Mr. Geek at 10:22 0 comments
Tuesday, 4 March 2008
How to add Google AdSense to each post in Blogger blog
You need to put Google AdSense to each post in your Blogger blog, if you want to earn money on your blog. Google AdSense is a perfect way to earn money. It is a banner with contextual links. You can add Google AdSense by using Blogger Widgets, but using them - you can add your banner just on your sidebar, before, after or between posts.
Do you know that the best place for Google AdSense ads is in the post and it must be wrapped around the text? Now you know. This tutorial will show you how to add Google AdSense to each post in your Blogger blog and make it wrapped around the text:
1. First of all you need to have Google AdSense account.
2. After registration go to your Blogger Dashboard, click on 'Layouts', after that, click on 'Edit HTML'.
3. Backup your Template by clicking on 'Download Full Template'.
4. Click on Expand Widget Templates checkbox.
5. Find the following line in the HTML code in the text box:
<data:post.body/>
6. Now put the following code BEFORE <data:post.body/>:
<b:if cond='data:blog.pageType == "item"'>
<div id='googleadsense'>
</div>
</b:if>
7. Now you need to put your parsed Google AdSense banner code between <div id='googleadsense'> and </div>
( to make your Google Adsense banner code Parsed, you need to change all '<' to < and '>' to > it is easy to do with this tool - google adsense parser - just follow the instruction.)
8. Now you need to add new CSS style for your banner, search for
]]></b:skin> and put following code BEFORE it:
#googleadsense {
float:left; /* write 'right' , if you want to have ads from the right side*/
}
9. Save your template.
Labels: Adsense, Blogger, Google
Posted by Mr. Geek at 06:32 12 comments
How to Change Header Width in Blogger
Want to change header width in Blogger? Changing header width looks like changing blog width in blogger. Remember! Your Header Width must be the same or less width when the blog width. To change your blog header width you need to follow this steps:
1. Go to your Blogger Dashboard and click 'Layouts'.
2. After that click 'Edit HTML' and first of all - backup your template by clicking 'Download Full Template'.
3. Now you need to find CSS Style of your header, just find this line :
#header-wrapper {
(if you are using not default template, this parameter can have different name, for example : #header)
4. Now you must find or add width parameter under #header-wrapper line. For example it can look like this :
#header-wrapper {
width:660px; /* This parameter you must to change. */
margin:0 auto 10px;
border:1px solid $bordercolor;
}
5. After the changes, just save your template.
Also you can read:
How to Change Blog Width in Blogger
How to change sidebar width in blogger
Cheers.
Labels: Blog Design Tips, Blogger, Web Design
Posted by Mr. Geek at 04:28 5 comments
How to Change Blog Width in Blogger
Change width of blog in Blogger, one of the question what my readers often ask me. Well, changing blog width is not so hard. Width is one of the main part of your blog design. You must to choose correct width for your blog first. Standard width of your blog in Blogger is - 660 px.
If you want to change it, just follow my small tutorial:
1. Go to your Blogger Dashboard and click 'Layout'.
2. Click 'Edit HTML'.
3. Now Backup your template by clicking 'Download full Template'.
4. Now you need to find CSS Style for your blog body. Just find this line :
#outer-wrapper {
5. There mast be Width: 660px parameter under that line. Just change it to your width. (#outer-wrapper is default CSS name of blog body parameters, but if you are using template what was designed by someone, this parameter can have different name. Usually its situated after #body parameter, the name can be: #page, #blog, #blogbody or something like that).
6. After changing , preview your blog by clicking 'Preview' button. If everything is OK - click 'Save Template'.
That's all! Is it so hard? I think - no. You can also read :
Labels: Blog Design Tips, Blogger
Posted by Mr. Geek at 03:50 13 comments
Thursday, 28 February 2008
Blogger Posts title Optimization for Search Engines
Blogger blogs not well optimized for search engines and you need to fix that. One of the things that is not optimized are Titles of your all posts in Blogger blogs.
Usually title looks like this : Title of your blog : Title of post
It is wrong! For better SEO you need to have: Title of post : Title of your blog
Lets fix that:
1. Go to blogger dashboard, click 'Layout' and 'Edit HTML'
2. Find this line: <title><data:blog.pageTitle/><title>
3. Replace that line to this one :
<!-- newtitle -->
<b:if cond='data:blog.pageType == "item"'>
<b:section id='titleTag'>
<b:widget id='Blog2' locked='false' title='Blog Posts' type='Blog'>
<b:includable id='nextprev'/>
<b:includable id='backlinks' var='post'/>
<b:includable id='post' var='post'><data:post.title/></b:includable>
<b:includable id='commentDeleteIcon' var='comment'/>
<b:includable id='status-message'/>
<b:includable id='feedLinks'/>
<b:includable id='backlinkDeleteIcon' var='backlink'/>
<b:includable id='feedLinksBody' var='links'/>
<b:includable id='postQuickEdit' var='post'/>
<b:includable id='comments' var='post'/>
<b:includable id='main' var='top'><title><b:loop values='data:posts' var='post'><b:include data='post' name='post'/></b:loop> | <data:blog.title/></title></b:includable>
</b:widget>
</b:section>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<!-- end newtitle -->
4. Save your changes.
Done, now you have better optimized title of your blog posts. Cheers
PS:
This method is not workind anymore, read how to fix that: Swap blog title and post title on blogger
Labels: Blog Design Tips, Blogger, SEO
Posted by Mr. Geek at 04:48 4 comments
Wednesday, 27 February 2008
How to add Google Sitemap for Blogger blog
How to add your blogger blog sitemap to your Google Webmaster tools ? - my blog readers often ask me this question. Unfortunately, Blogger blogs don't have real sitemap and you can't create it. But do you know that your RSS or Atom feed are some kind of sitemap?
'Why do I need to add sitemap to Google?' - Well, the short answer is : it will help Google to crawl your blog pages better and faster.
You can add your RSS feed to Google Webmaster Tools and Google will use it like sitemap of your blog.
How to add sitemap (RSS) to Google Webmaster Tools
1. Go to your Webmaster Tools
2. Your blog mast be added to Google webmaster tools, if not - read How to add Blogger blog to Google
3. Welcome back! ok, now choose your blog in webmaster tools dashboard (click on the link)
4. Go to 'Sitemaps' , and click 'Add a Sitemap'. Choose type: 'Add General Web Sitemap' and in the field put 'rss.xml' () . Click 'Add General Web Sitemap'.
5. Done, Cheers...
How to add Blogger blog to Google
Add your Blogger blog to Google Webmaster Tools - This is the first thing that you need to do after creating your Blogger blog. After that you will be able to add Google sitemap for Blogger blog. It will help Google to crawl your blog or website better and faster.
This 'How to' is for any kind of websites (Blogger blogs, Wordpress and others).
1. Go to your Google Webmaster Tools
2. Enter your blog address and click 'Add Site'
3. Now you need to Verify your blog, click 'Verify your Site' . Next choose your verification method: Add a meta tag . Google will show you your meta tag, you need to copy the meta tag and paste it in your site's home page in the first <head> section of the page, before the first <body> section.
4. Adding meta tag to Blogger blog: Go to your Blogger dashboard, click 'Layout' and 'Edit HTML'.
5. Now just find <head> and paste your meta tag after <head> . Save your changes.
6. Now go back to your Google Webmaster Tools and click 'Verify'
7. Done, now you can add Google sitemap for your Blogger blog
Cheers
Posted by Mr. Geek at 08:33 0 comments
Monday, 25 February 2008
How to install xml Blogger Template
After you have found xml Blogger Template, you need to install it to your blog. Follow this steps to do it:
1. Go to your blog account
2. Click 'Layout' and 'Edit HTML'
3. Backup your Template !
4. Now you need to download the Template you like to your hard drive (the template must be in xml format)
5. Click 'Browse' , chouse your template and upload it .
Done, Cheers
Labels: Blog Design Tips, Blogger
Posted by Mr. Geek at 07:19 0 comments
Thursday, 21 February 2008
How to add bookmarks to Blogger
You know How to Integrate 'Digg this' button to blogger blog, but what to do with other bookmarks, Reddit, Del.icio.us, StumbleUpon, Propeller ...?
I will show you how to add them all by adding one button. This button calls AddThis.
1. Firs of all you need to register on AddThis
2. After registration you need to log in to AddThis and click 'GET THE ADDTHIS BUTTON'
3. To create your button, simply select the options that best fit your needs below.
All buttons are free for everyone (individuals, businesses, and organizations).
As we are talking about Blogger blogs, I will show you how to do it for Blogger:
Which kind of button? - Sharing and Bookmarking
Which look? - chouse your button look, I like this one:
Where? Where do you want to put the button? - on a Blog
Blogging Platform: - Blogger
It mast look like this:
4. Click: 'Get Your Free Button'
5. You will get a code. I like drop-down menu, so I chouse that one.
Integrating Button to Blogger post
1. Go to your Blogger account.
2. Click 'Layout' --> Edit 'HTML'
3. Backup your template!
4. Check Expand Widget Templates
5. Copy-and-paste the code of your AddThis Button into the contents of your template, right after the <div class='post-footer'> tag.
6. Save your template.
Cheers
Labels: Blog Design Tips, Blogger, Bookmarks, Digg
Posted by Mr. Geek at 06:51 0 comments
How to Change favicon in blogger blog
Favicon is one small part of your blog design, usually blogger blogs have Blogger logotype as favicon, but you can easily change it to your favicon.
It can be your blog logotype or some funny small picture, for example 'smileicon'.
Ok, take your logotype (if you have it) or some picture or draw your own logo in Photoshop (or other graphic editing software).
Creating Favicon
After creating you logo you need to change size of it to 16x16 pixel. After that, save your logo in '.ico' format ( for example: my_favicon.ico ).
Installing Favicon
Now you need to install your favicon to Internet. You can use one of the free image hosting provider or Google Page Creator. Just upload your .ico file to your Google pages directory, like on the picture.
Installing Favicon to Blogger
Now you need to go to your Blogger account.
1. Click on 'Layout'.
2. Click on 'Edit HTML', Backup your template!.
3. Now, if you using google pages, you need to add the following codes right after the <head> code:
<link href='http://myname.googlepages.com/my_favicon.ico' rel='shortcut icon'/>
<link href='http://myname.googlepages.com/my_favicon.ico' rel='icon'/>
*Change 'myname.googlepages.com' to your account address, change 'my_favicon.ico' to your favicon name.
4. Save your changes.
* This changes will not appear immediately, just refresh it once and it should appear.
Cheers
Labels: Blog Design Tips, Blogger
Posted by Mr. Geek at 04:48 17 comments
Friday, 15 February 2008
How to Integrate "Digg this" button to blogger blog
In this tutorial I will show you "how to integrate "digg this" button to your blogger blog and how to wrap "digg this" button around and inline beside Blogger post content. This will be good part of your blog design.
I think you know Digg, Why you need to install Digg button to your blog? This is the quote from the Digg:
The Digg This button is for website and blog publishers that want to encourage their audience to submit or digg their content on Digg. Join thousands of sites that have already added Digg This and seen their content exposed to the Digg community.
We've given our latest Digg This button a brain - it's smart enough to:
- Encourage users to submit new content from your site to Digg. We'll detect if the content exists already and provide either a Submit or Digging interface
- Display the real-time Digg count for content already on Digg
- Support News, Video, or Podcast content.
- Be backward compatible with the last version of our Digg This button
So, you can get some (or , maybe, big) traffic from Digg.
This is how it will look like:
It is hard to install this button to your blog and make it wrap around and inline beside post content, so, I will tell you how to do it:
1. Go to Blogger Dashboard.
2. Go to Layouts and click on Edit Html subtab of Template tab.
3. Backup your template to PC.
4. Then put a check in Expand Widgets Template box at top of Edit Template text box and scroll down to the blog posts widget body to this line :
<p><data:post.body/></p> or <data:post.body/>
5. Append the following lines of code into the template BEFORE the line of <data:post.body/> located above:
<div id='digg'><script type='text/javascript'>
digg_url = '<data:post.url/>';
digg_title = '<data:post.title/>';
digg_window = 'new';
</script>
<script src='http://digg.com/tools/diggthis.js' type='text/javascript'/></div>
6. Now you need to create CSS style for Digg this button. Find this line:
]]></b:skin>
7. If you want to have digg button on the left side of post, append the following lines of code into the template BEFORE the line of ]]></b:skin> located above:
#digg {
float: left;
margin-right: 5px;
}
If you want to have digg button on the right side of post, append the following lines of code into the template BEFORE the line of ]]></b:skin> located above:
#digg {
float: right;
margin-left: 5px;
}
8. Save your template.
That's all =) Cheers
Labels: Blog Design Tips, Blogger, Digg, Web Design
Posted by Mr. Geek at 07:58 12 comments
Wednesday, 13 February 2008
How to get PR5 links to your blog or webpage
I think you know that links to your blog is one of the best methods to make your blog popular. Backlinks will give you some traffic of new visitors to your blog, your blog will be crawled faster by search engines, PageRank of your blog will be bigger (this will increase traffic from search engines, because your blog will be on better position).
Yes, any link is good for your blog, but better to have good links. Link must be from the main page (home page) and it must have good PageRank. More links with good PR you have, bigger PR of your blog you will get.
So, where to get good backlinks? You can buy it, you can make link exchange with friendly blogs, or you can get them for free =)
Where to get free links? From social bookmarks =) Do you know Digg.com? Yes, you know it. How to get good PR link from Digg? Read next tip:
There are few ways to get good links from Digg:
1. You can create good post or article on your blog and post it on Digg. If you are lucky, your post will get to main page of Digg (page with popular articles). Main page of Digg have PR8! You will get lot of extra visitors, some backlinks, some money from banner Ads. But this is not for long, your link will be there just few hours.
2. How to get life time link from Digg for free? From you profile on Digg =) But you profile don't have PR at all, so you need to make it bigger. How? Easy =)
You can create good PR profile on Digg in 1-2 months. I've did it in 1 month (I have PR5 digg profile). All you need is to make posts on Digg, make comment and dugg stories. I don't know exactly how many this staff you need but I can tell you how many I had.
- 130 posted stories
- 50 comments
- 300 duggs
Better to have good stories, with diggs, and better to have popular stories, they will give you bigger traffic and bigger chances to make your profile popular.
3. If you have friends on Digg, they also can add link to your blog in their profiles.
Tips: Better to submit stories from your blog, each submitted story is a link to your blog.
You can have lot of profiles on Digg =)
Digg is not only social bookmark service =) You can use Reddit, Propeller and others.
Cheers
Posted by Mr. Geek at 16:46 6 comments
How to change sidebar width in blogger
Your want to make your Sidebar bigger? Next tip is for you. This method looks like 'Changing color of sidebar' , it's not so hard.
It's really easy, follow this steps:
1. Go to Blogger Dashboard and choose your blog.
2. Go to 'Templates' (or 'Layouts') and click on 'Edit HTML'
Also save your template on your computer.
3. Next find sidebar CSS style, its look like this (if you are using standard templates) #sidebar-wrapper, but if you are using your own or one of the free templates from internet, CSS style can look different, but ( I think) it must contain word #sidebar.
4. Now you see that it have some parameters (width, float and bla bla bla), you need to change one parameter - width - it is easy, just change the number, for example: width: 300px;
5. Now you can save your changes.
You can also read:
How to Change Blog width in Blogger
How to Change Header Width in Blogger
Cheers
Labels: Blog Design Tips, Blogger
Posted by Mr. Geek at 15:31 9 comments
How to change sidebar color in blogger
Changing color of sidebar is one of the easiest thing in redesign of standard blogger template.
But if you don't know HTML it can be hard for you, so this is another web design tip for you.
It's really easy, follow this steps:
1. Go to Blogger Dashboard and choose your blog.
2. Go to 'Templates' (or 'Layouts') and click on 'Edit HTML'
Also save your template on your computer.
3. Next find sidebar CSS style, its look like this (if you are using standard templates) #sidebar-wrapper, but if you are using your own or one of the free templates from internet, CSS style can look different, but ( I think) it must contain word #sidebar.
4. Now you see that it have some parameters (width, float and bla bla bla), you need to add new parameter - background-color - it is easy, just add background-color: #CCCCCC; in new line, but before } . (#cccccc - it is the color number, you can change it to your own color)
5. Now you can save your changes.
Also read about 'How to change Sidebar width in blogger'
Cheers
Labels: Blog Design Tips, Blogger, Web Design
Posted by Mr. Geek at 15:00 11 comments