Today I finally fulfill my promise to add SO flair to my blog. I found this promise when I searched my blog for "stackoverflow" to see my previous blog on this web service. I soon found my promise on Feb 18, 2011.
To add this section of HTML codes to my blog template should be easy. However, I spent about half hour to do it. For my record, here is what I did.
First open my blog template and edit it. The place I can add is at almost end of the template:
....
<div id='sidebar-wrapper'>
<b:section class='sidebar' id='sidebar' preferred='yes'>
<b:widget id='AdSense1' locked='false' title='' type='AdSense'/>
....
</b:section>
<!-- David Chu added this StackOverflow claire here -->
<br/>
<p/>
<p>David Chu's programming Q&A at stack<b>overflow</b>:</p>
<a href='http://stackoverflow.com/users/62776/david-chu-ca'>
<img alt='SO profile for David.Chu.ca'
src='http://stackoverflow.com/users/flair/62776.png'
title='SO profile for David.Chu.ca'
width='208'/>
</a>
</div>
....
Now the above section of HTML appears at the end of this blog.
By the way, my SO reached to 4k on July 6, 2012. Actually, I have done almost nothing in the past month. It is the time and effort I invested in the past years, the contribution which programmers recognized, to bring my SO this milestone. My reputation points continues to grow, up to 4054 at the time I am writing this blog.
0 comments:
Post a Comment