June 12, 2011

Secret improve "Feedburner-Count"

Please note that not all readers Rss Feed Feedburner always use the address to subscribe to posts and comments on the blog. This occurs when readers make access to the blog address is otomaris web browser will read the default address Rss Feed on us bloggers. Normally the browser (like Firefox) will directly read blog feeds by default. This of course hurt if our aim to increase reader-Feedburner Count. Before trying the code below could you not believe if the original reader-Count Feedburn I only amounted to 5, after several weeks of new visible difference, my Feedburner-Count rose to 55. This value is not permanent and can change at any time, it could be tomorrow's value increases or even decreases.


That need to be concerned that this method will not increase the value-Count Feedburner automatically, it all depends on a lot of readers who subscribe to our posts. in the sense that we simply direct the reader always access kealamat feedburner, so our readers are not shared with the default address our blog RSS feeds.


Want to know how to follow these steps:


Step One.


Go to Template -> Edit HTML -> Do not forget to make backups of the template:)


Step Two.


Find the code below.


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


If you've met replace the above code with the code below.


<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/><meta content='true' name='MSSmartTagsPreventParsing'/><meta content='blogger' name='generator'/><link rel="alternate" type="application/atom+xml" title="Title Blog You-Atom" href="Namablog.blogspot.com/feeds/posts/default" /><link rel="alternate" type="application/rss+xml" title="Title Blog You-RSS" href="Namablog.blogspot.com/feeds/posts/default?alt=rss" /><link rel="service.post" type="application/atom+xml" title="Title Blog You-Atom" href="http://www.blogger.com/feeds/8301582465326140745/posts/default" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www2.blogger.com/rsd.g?blogID=8301582465326140745" />


Do not forget to change the Title and ID your blog on green color code above.


Third Step


Find the code below


. Feed-links {



Then add the code below, exactly under the code above


display: none;


While these do not forget in store


Step Four


Still in the Templates -> Edit HTML -> check Expand Widget Templates


Find the code below


<b:includable id='feedLinksBody' var='links'>
  
<div class='feed-links'>
  
<data:feedLinksMsg/>
  
<b:loop values='data:links' var='f'>
     
<a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'> <data:f.name/> (<data: f . feedType />)</ a>
  
</ B: loop>
  
</ Div></ B: includable>


If you've met, replace the code above with this code


<b:includable id='feedLinksBody' var='links'>
  
<div class='feed-links'>
  
<data:feedLinksMsg/>
  
<b:loop values='data:links' var='f'>
    
<b:if cond='data:blog.pageType == "item"'>
     
<a class='feed-link' expr:href='data:f.url + "?alt=rss"' type='application/rss+xml'> <data:f.name/> (RSS) </ a>
    
<b:else/>
     
<a class='feed-link' href='http://feeds.feedburner.com/YourFeedburnerFeed' type='application/rss+xml'> <data:f.name/> (RSS) </ a>
    
</ B: if>
  
</ B: loop>
  
</ Div></ B: includable>
Disqus Comments