Showing posts with label blog. Show all posts
Showing posts with label blog. Show all posts

10 Tactics to Improve Blog Readership

This video from moz.com shows 10 impressive tactics to improve blog readership that I totally agree and I think the three points are utmost important.

1.Better content is more important than more content.

2.Experience with self-created visuals and data that could be reused or referred by others.

3.Use social web to share your contents multiple times.


Blogger Tips - How to add animated tag cloud

This is a tip for adding animated label (tag) cloud in blogger that you could see in my site.


1. Log on your blogger account.

2. Go to the [Layout].

3. Add a HTML/JavaScript Gadget.

4. Add below code for you label cloud.


<div id="NBTFlashContent"><p style="display:none;">Cool Labels by <a href="http://www.harivind.com/">CBT</a></p></div> <script type="text/javascript">  /*<![CDATA[*/  var NBTFlashLabelSettings = {blogurl : "you site URL", color : "0FFFFF", hoverColor : "333334", backgroundColor: "FFFFFF", size : 11, speed : 99, width:270height300, transparency :true  };  /*]]>*/  </script>  <script type="text/javascript" src="https://lables.googlecode.com/files/labels.js"></script>





Blogger Tips - Hide Attribution gadget

This is a tip for hiding attribution gadget (the bit where it says "Powered by Blogger") in blogger template by CSS approach.

1.Template → Customize → Advanced  → Add CSS
   add the code below and [Apply to Blog] to finish it.

   #Attribution1 {display: none;}