Search This Blog

Add-custom-search-google-web-element

Google Web Elements makes it easy for you to add Custom Search to your site or blog. Custom Search engine is used to only search your site or those sites you specify. With Google Web Elements you can add it in a post or in a HTML gadget in your blog :

Loading

To add this in your blog follow these steps :

1. Login at Google Custom Search.

2. Create your custom search engine.

3. Click the 'Look and Feel' link in sidebar.

4. Click the link in "New! Use the new Custom Search Element to embed results in your webpage, providing a dynamic and inline experience to your users." at the top.

5. Copy and paste this snippet of code given into Edit Html tab of post editor or in a HTML Gadget in your sidebar.

How to put keywords into your blog


Putting keywords into your Google blog is a very simple process and is important if you want your blog to be indexed in the way you want by search engines.

Here is what you need to do:
1.  Sign in to your Google blog.
2.  Select the design link of your blog.
3.  Select Edit HTML link.
4.  Underneath the <head> HTML tag, without deleting anything, enter:

     <meta content='DESCRIPTION OF YOUR BLOG'  name='description'/>
     <meta content='YOUR BLOG KEYWORDS' name='keywords'/>
     <meta content='YOUR NAME' name='author'/>

     For example, for my blog, I have the details for the description meta tag:

     <meta content='The Technical Author' name='description'/>

5.  Click Save.
Example of Google blog tabs showing Edit HTML link
Example of putting your HTML code in the head section
  
Search engines do not rely just on the keywords you enter in the head section of your blog. They also rely on the actual blog contents to make judgements of keywords too.  Therefore, when thinking of which keywords to utilise in your head section, it is worth bearing in mind that search engines will be looking for confirmation of your keywords too. The better the match, the better you will be optimising your website keywords.

If you need help with determining keywords to enter in the head section of your blog, I have written an article, tools to determineKey words For SEO, which contains resources to research this further.

If you have not already done so, I highly recommend utilising Google webmaster Tool.  This can provide valuable information on how well your keywords are working for you, of any problems reported by the search engine spiders that regularly crawl your blog and so on.

Increase traffic of your Blog

Advantages of Google Friend Connect

1. Increase Blog Traffic

2. Interact with others who are interested in the same subject.

3. Make Posts on the Wall.

4. Make more friends.

5. Invite friends from other networks like Orkut.

6. No need to create new account. Use your Google, Yahoo!, AOL, or other OpenID account.

7. Each site you have will have it's own separate community.

8. Add social gadgets to your site to enable more interaction between members.

9. Add the Wall gadget to allow visitors to post comments on your site.


HOW TO MAKE YOUR OWN COMMUNITY



1. Go to Google Friend Connect

2. Login with your Google account.

3. Click the "Setup a New Site Button".

4. Under Overview tab click Continue.

5. Type in Site Name and Site Address and click Continue again.

6. If your site is not hosted by Blogger add the two files to it as shown.

7. If your site is on Blogspot.com then click Continue.

8. Click "Test to Finalize Setup".

9. Add a Members Gadget once your site is confirmed. Click the link to Add a Members Gadget.

10. Click Generate Code in Step 3 after customizing gadget.

11. Copy the code and Paste in a html gadget in your blog

12. Once the new site is setup click on Social Gadgets link under your site name on the Friend Connect site. Click on Wall Gadget. Then customize it and click Geerate Code button. Copy and paste code in a Html gadget. Now members can make posts or comments within the gadget. See picture below :


 Enjoy!

Three Column Sand Dollar Template for Bloggers

1. FIRST STEP


First Backup the template. Then login at Blogger.com and click Layout link on Dashboard. On Page Elements tab click Edit Html subtab of Layout tab. In Template Code box scroll down to this code :

@media all {
div#main {
float:$endSide;
width:66%;
padding-top:30px;
padding-$endSide:0;
padding-bottom:10px;
padding-$startSide:1em;
border-$startSide:dotted 1px $bordercolor;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
Change the width line from 66% to 35%. This is because we will make the second sidebar of the same width as first sidebar (31%). Save Template. Next this Posts column is at the right ($endside). We want this to be in middle so we change the float line to ($startside). After modification the code will look like this :

@media all {
div#main {
float:$startSide;
width:35%;
padding-top:30px;
padding-$endSide:0;
padding-bottom:10px;
padding-$startSide:1em;
border-$startSide:dotted 1px $bordercolor;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}

2. DEFINE NEW SIDEBAR
To define a new sidebar copy the following code and paste it immediately after the code for the Main Column shown above in the first step :

div#sidebar2 {
margin-top:20px;
margin-$endSide:0px;
margin-bottom:0px;
margin-$startSide:0;
padding:0px;
text-align:$startSide;
float: $endSide;
width: 31%;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}


We have floated this new sidebar to the right (float: $endSide;). It has same width as the first sidebar (31%). Also it mirrors the first sidebar in other parameters.


3. MODIFYING THE BODY CODE
Scroll down to see the code after the <body> tag. Use Edit--->Cut (Ctrl+X) to cut out the code for the Posts Column (Main) :

 <div id='main-wrapper'>
        <b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
</b:section>
      </div>


and paste it after the first sidebar code block :
 <div id='sidebar-wrapper'>
<b:section class='sidebar' id='sidebar' preferred='yes'>
</b:section>
      </div>


Save Template.

4. THE NEW SIDEBAR CODE
Lastly to show the new sidebar column on the blog copy and paste this code after the new position of the (Main) Post Columns code :

<div id='sidebar-wrapper'>
<b:section class='sidebar2' id='sidebar2' preferred='yes'>
</b:section>
      </div>
Save Template. Note the 'sidebar2' in the above code. Perform this step only AFTER completing the THIRD STEP.
Enjoy!

Dish & Satellite Accessories


How To use Blogger Template Designer

1. Open Google homepage and sign in with your Google account which you use to maintain blog on blogger

2. Now go to “Blogger Template Designer” page and start editing the template

3. To edit a template, you can choose a pre-designed template from the listed thumbnail.

4. Using the left panel of BTD (blogger template designer), you can change the background image and layout. Layout changes like left sidebar, one or two sidebar, no sidebar etc can be done. You can also customize the layout of footer and adjust the width of template thru layout changes option.

5. If you want to customize the font, color for Blog Title, Post Title, Body, Tabs, Footer etc, you can use “Advanced” option available on BTD.

6. Once you are done with the changes, you can choose to “Preview on existing blog” or “Apply to new blog”. I would recommend you to see the preview before applying your changes so that you can again come back and make appropriate changes.

//default pop-under house ad url clicksor_enable_pop = false; clicksor_adhere_opt='left'; clicksor_enable_text_link =true; durl = ''; clicksor_layer_border_color = ''; clicksor_layer_ad_bg = ''; clicksor_layer_ad_link_color = ''; clicksor_layer_ad_text_color = ''; clicksor_text_link_bg = ''; clicksor_text_link_color = ''; clicksor_enable_layer_pop = false; ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Fblogtips0c-20%2F8010%2F720fb281-8459-427c-a4ae-ef2d0437725a&Operation=GetDisplayTemplate" id="Player_720fb281-8459-427c-a4ae-ef2d0437725a" quality="high" bgcolor="#ffffff" name="Player_720fb281-8459-427c-a4ae-ef2d0437725a" allowscriptaccess="always" type="application/x-shockwave-flash" align="middle" height="200px" width="600px">