/india-vs-pakistan.

india-vs-pakistan.

sachin-tendulkar-man-who-became-god.

sachin-tendulkar-man-who-became-god

india-vs-england-2012-2nd-t20i-preview.

india-vs-england-2012-2nd-t20i-preview.

sehwag-gambhirs-smug-overconfidence.

sehwag-gambhirs-smug-overconfidence.

all-proteas-players-to-be-given-game.

all-proteas-players-to-be-given-game.

Sunday, August 11, 2013

How to Add Meta Tag to Blogger:Make your blog fully search engine optimized

Many of us use blogger.com to start our free blog which may be for making money or sharing your knowledge,voice through blogging.But if your blog is not Search Engine Friendly than you can not achieve your goal.For this purpose you need to make your blog fully search engine optimized and add meta tag to blogger so that people searching their keywords will easily knows your site.You have to just follow these following simple steps to add meta tag to blogger.

How to ADD META TAG TO BLOGGER?


Step 1:

Go to Blogger Dashboard > Template > Edit Html and search for <head>

Step 2:

Delete Every thing from <Head> to <b:skin><![CDATA[

Step 3:

Place following code just after <head>


<b:include data='blog' name='all-head-content'/>                 

  <b:if cond='data:blog.pageType == &quot;index&quot;'>

<tittle><data:blog.pageTittle/>

</tittle><b:else/>

<tittle><data:blog.pageName/> - <data:blog.tittle/>

</tittle></b:if>

<meta content='your Blog Description here!' name='description'/>

<meta content='your Keyword here!' name='Keywords'/>

<meta content='Author Name here!' name='Author'/>

<meta content='Author Email Address here!' name='Email'/>

<meta content='Document' name='resource-type'/>

<meta content='all' name='audience'/>

<meta content='general' name='rating'/>

<meta content='all' name='robots'/>

<meta content='index, follow' name='robots'/>

<meta content='id' name='language'/>

<meta content='id' name='geo.country'/>  

<meta content='global' name='distribution'/>

<meta content='1 days' name='revisit-after'/>

<meta content='Indonesia' name='geo.placename'/>



  •  Replace:-

To add your own description,tittle,Keywords.Please replace all above words with desire words!as shown below.

Blog Description :  Write your blog Description
Blog Keywords   :   Write the Keywords of your blog
Blog Author        :   Write the author's name(Your name)
Email Address     :    Write your Email address

Step 4:

Click on Save Template

That's all your blog is fully search engine friendly.If you have or face any problem please comment we will contact with you through your Email Address. 


Saturday, August 10, 2013

How to add Google+followers box in blogger

Google Followers box makes a blog more attractive.All bloggers like to add it on their blog. So these are the steps for add it.
  • First open the site www.blogger.com.
  • Then on the Dashboard.Open the Layout>Add Gadgets>Add html.OK
  • Then add this code on the body of the box.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
      (function() {
        window.___gcfg = {'lang': 'en'};
        var po = document.createElement('script');
        po.type = 'text/javascript';
        po.async = true;
        po.src = 'https://apis.google.com/js/plusone.js';
        var s = document.getElementsByTagName('script')[0];
        s.parentNode.insertBefore(po, s);
      })();
    </script>

<style>

.wc-gplusmod, .wc-gplusmod:before, .wc-gplusmod:after
{
background: #ffffff;
border-radius: 5px 5px 0 0;
border: 1px solid #ccc;
box-shadow: inset 0 0 30px rgba(0,0,0,0.1), 1px 1px 3px rgba(0,0,0,0.2);
}

.wc-gplusmod
{
position: relative;
width:250px;
padding: 1em;
margin: 50px auto;
}

.wc-gplusmod:before, .wc-gplusmod:after
{
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: rotateZ(2.5deg);
-o-transform: rotate(2.5deg);
transform: rotateZ(2.5deg);
z-index: -1;
}

.wc-gplusmod:after
{
-webkit-transform: rotateZ(-2.5deg);
-o-transform: rotate(-2.5deg);
transform: rotateZ(-2.5deg);
}
</style>
<div class="wc-gplusmod"><div class="g-plus" data-action="followers" data-height="290" data-href="https://plus.google.com/115490142879457951931/posts?prsrc=2" data-source="blogger:blog:followers" data-width="290">
</div>
</div>

NOTE: Remove the https://plus.google.com/115490142879457951931/posts?prsrc=2  with your Google plus profile and then enjoy.

How to add Shareaholic Sassy Bookmarks on blogspot

Shareaholic is famous for its Social Bookmarking widgets.Sassy Bookmarks is another cool Gadgets by Shareaholic.It floats bottom left corner of your blogspot page.So If you have to make your blog more beautiful then you do it.

To add Sassy Bookmarks to the blogger. So lets follow the steps.
  • First,open the Dashboard.
  • Then open the Template>Edit html.
  • Then find(Ctrl+F) this code </body>
     
      Then add this code just above/before the </body> 
<!-- Start Shareaholic Sassy Bookmarks HTML (wikitechnol.blogspot.com)-->
<div class="shr_ss shr_publisher">

</div>
<!-- End Shareaholic Sassy Bookmarks HTML (wikitechnol.blogspot.com) -->
<!-- Start Shareaholic Sassy Bookmarks settings -->
<script type="text/javascript">
var SHRSS_Settings = {"shr_ss":{"src":"//dtym7iokkjlif.cloudfront.net/media/downloads/sassybookmark","link":"","service":"5,7,2,313,38,201,88,74","apikey":"b87f5899d80a5edce8b5e55f58542ef0f","localize":true,"shortener":"bitly","shortener_key":"","designer_toolTips":true,"tip_bg_color":"black","tip_text_color":"white","viewport":true,"twitter_template":"${title} - ${short_link} via @Shareaholic"}};
</script>
<!-- End Shareaholic Sassy Bookmarks settings -->
<!-- Start Shareaholic Sassy Bookmarks script -->
<script type="text/javascript">
(function() {
var sb = document.createElement("script"); sb.type = "text/javascript";sb.async = true;
sb.src = ("https:" == document.location.protocol ? "https://dtym7iokkjlif.cloudfront.net" : "http://cdn.shareaholic.com") + "/media/js/jquery.shareaholic-publishers-ss.min.js";
var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(sb, s);
})();
</script>


<!-- End Shareaholic Sassy Bookmarks script (wikitechnol.blogspot.com) -->

  • Then save the template and enjoy.

Friday, August 9, 2013

Social networking site Orkut, and how it works.

Orkut is a social networking service which is run by Google and named after its creator,an employee of Google.The service states that it was designed to help users meet new friends and maintain existing relationships.Facebook,the second largest social network on the web with around 60 million members,is one of the fastest-growing and best-known sites on the Internet today.Users can join networks organized by city,workplace,school,and region to connect and interact with other people.People can also add friends and send them messages,and update their personal profile to notify friends about themselves.

How to add Follow on Pinterest button on blogspot

Pinterest is like a pinboard-style photo-sharing websites which allows users to create and manage theme-based pictures collections such as events,interests,and hobbies.Users can browse other pinboards for images.

For add 'follow me on Pinterst' follow these steps.
  • First,open the site www.blogger.com.
  • Then on the Dashboard open Layout>Add gadgets>Add html.
  • Now copy(Ctrl+C) this code.
<a href="http://pinterest.com/akashatfbk13/"><img src="http://passets-cdn.pinterest.com/images/follow-on-pinterest-button.png" width="156" height="26" alt="Follow Me on Pinterest" /></a>
  • And paste it on body of the page.
NOTE:Remove akashatfbk13 with your Pinterest username.
 
Akash krishna is our author who is publishing the content very perfectly he is very newbie author but that doesn't matter because we are giving chance to everyone and give him opportunities to make money from our website.

Gamer City z

Free for your eye videos