Updates from July, 2009

  • Google Analytics For Blogspot.com

    Anggun Andy 5:28 am on July 8, 2009 | 0 Permalink | Reply
    Tags: , , Google analytics for blogspot

    You can add Google analytics to your Blogspot by edit your html code

    before

    </body>

    and put this code:

    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    try {
    var pageTracker = _gat._getTracker("YourGoogleAnalyticsCode");
    pageTracker._trackPageview();
    } catch(err) {}</script>
     
  • Adding Meta For Blogspot.com

    Anggun Andy 0:42 am on July 8, 2009 | 0 Permalink | Reply
    Tags: , keyword meta for blogger, meta description for blogger,

    Here’s the clue

    You must take attention on your html page after

    <head>

    and

    <![CDATA[/*

    Delete that code and change with this:

    <b:if cond='data:blog.pageType != &quot;item&quot;'>
    <title> <data:blog.pageTitle/> </title>
    <meta content='YourGoogleWebmasterCode' name='verify-v1'/>
    <meta content='1 days' name='revisit-after'/>
    <meta content='text/html; charset=utf-8' http-equiv='Content-Type'/>
    <meta expr:content='data:blog.pageName + data:blog.title + data:blog.pageName' name='Description'/>
    <meta content='put,your,keyword,here' name='Keywords'/>
    <meta content='INDEX, FOLLOW' name='ROBOTS'/>
    
    <b:else/> <title> <data:blog.pageName/> | <data:blog.title/> </title>
    <meta content='YourGoogleWebmasterCode' name='verify-v1'/>
    <meta content='1 days' name='revisit-after'/>
    <meta content='text/html; charset=utf-8' http-equiv='Content-Type'/>
    <meta expr:content='data:blog.pageName + data:blog.title + data:blog.pageName' name='Description'/>
    <meta content='put,your,keyword,here' name='Keywords'/>
    <meta content='INDEX, FOLLOW' name='ROBOTS'/></b:if>
    
    <b:skin>
     
  • Remove Blogger Navigation Bar

    Anggun Andy 23:04 pm on July 7, 2009 | 0 Permalink | Reply
    Tags: , , remove nav bar

    Go to your Blogger template

    You can see this code

    -----------------------------------------------
    Blogger Template Style
    Name:     Rounders
    Designer: Douglas Bowman
    URL:      http://www.ndogmu.com
    Date:     27 Feb 2004
    Updated by: Blogger Team
    ----------------------------------------------- */

    Put this code:

    #navbar-iframe {
       display: none !important;
    }

    After that

    Now your nav blogger will dissapear

     
c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
esc
cancel