1 Install the %%site.name%% badge on your blog or web site to show the latest updates
2 from you and your friends!
4 <MTMarkdownOptions output='raw'>
5 <script type="text/javascript" src="http://identi.ca/js/identica-badge.js">
9 "headerText":" and friends"
17 * Click an avatar and the badge will refresh with that user's timeline
18 * Click a nickname to open a user's profile in your browser
19 * Click a notice's timestamp to view the notice in your browser
20 * @-replies and #tags are live links
22 ## Installation instructions
24 Copy and paste the following JavaScript into an HTML page where
25 you want the badge to show up. Substitute your own ID in the user
29 <script type="text/javascript" src="http://identi.ca/js/identica-badge.js">
31 "user":"kentbrew",
32 "server":"identi.ca",
33 "headerText":" and friends"
41 Valid parameters for the badge:
42 -------------------------------
44 * user : defaults to 7000 (@kentbrew)
45 * headerText : defaults to empty
46 * height : defaults to 350px
47 * width : defaults to 300px
48 * background : defaults to #193441. If you set evenBackground, oddBackground,
49 and headerBackground, you won't see it at all.
50 * border : defaults to 1px solid black
51 * userColor : defaults to whatever link color is set to on your page
52 * headerBackground : defaults to transparent
53 * headerColor : defaults to white
54 * evenBackground : defaults to #fff
55 * oddBackground : defaults to #eee
56 * thumbnailBorder : 1px solid black
57 * thumbnailSize : defaults to 24px
58 * padding : defaults to 3px
59 * server : defaults to identi.ca
64 Identi.ca badge by [Kent Brewster](http://kentbrewster.com/identica-badge/).
65 Licenced under [CC-BY-SA-3](http://kentbrewster.com/rights-and-permissions/).