July 13, 2007
Twitter Badge added
Category: MT Installation and Customize
I have added Twitter Badge to the side bar.
... I might delete it for the future.
But it helps to know sort of what I am doing now if I frequently update Twitter
June 02, 2005
Recent Flickr Photo
Category: MT Installation and Customize
In order to place flickr photos more than one column, I added following tag to main template.
<div class="flickrdiv">
<script type="text/javascript">
<!--
flickr_badge_background_color = "";
flickr_badge_border = "";
flickr_badge_width = "100px";
flickr_badge_text_font = "11px Arial, Helvetica, Sans serif";
flickr_badge_image_border = "0px solid #000000";
flickr_badge_link_color = "";
//-->
</script>
<script type="text/javascript" src="http://www.flickr.com/badge_code.gne?nsid=40746912@N00&count=12&display=latest&name=0&size=thumb&raw=1"></script>
</div>
note:nsid should be each members number.
And added following to css file
.flickrdiv {
margin:0px auto;
text-align:center;
line-height:0px;
}
.flickrimg { margin-bottom: 10px;
}
I used following link for these.
How to get flickr badge with two columns