09 February 2009

Confidential increase ( Feedburner-Count )

I think may have information on the number of reader-Feedburner Count is very small. Not know how to improve it?

(picture above illustration only as increase)

Please note that not all readers Rss Feed Feedburner always use the address to subscribe and post comments on the blog. This occurs when the reader to access the blog to address the otomaris web browser will read the default address Rss Feed on our blog. Usually your browser (like Firefox) will be directly read blog feeds by default. This of course is a goal if we improve the reader-Feedburner Count. Before trying the code you might not believe if the readers Feedburn-Count I was only 5, after several new sunday visible differences, Feedburner Count-Me increase to 55. This value is not permanent and can change at any time, could be tomorrow or the day the value increases even reduced.


The need to be that it will not increase the value-Feedburner Count automatically, depending on all its many readers who subscribe to our posting. only in the sense we always refer the reader to access kealamat Feedburner, so readers, we're not divided with the default address our blog RSS feeds.
Not know how this follow these steps:
First Step.
Go to Template -> Edit HTML -> Do not forget to do the backup template:)
Second Step.
Find the code below.
<b:include data='blog' name='all-head-content'/>
If the code change has been met over 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="Nameblog.blogspot.com/feeds/posts/default" />
<link rel="alternate" type="application/rss+xml" title="Title Blog You-RSS" href="Nameblog.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 code on your blog green above.
Third Step
Search under this code
. feed-links (
Then add the code below, right under the code above
display: none;
Meanwhile, do not forget this in the store
Step Four
Still in the Templates -> Edit HTML -> check the Expand Widget Templates
Search under this code
<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 have met, replace the above code with the code below
<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>
Code above work to change the address link to Feedburner, usually marked with the blogger:
| Subscribe to: Posts (Atom)
or
| Subscribe to: Posts (Atom)

No comments:

Post a Comment