1 <!-- Copyright 2008-2010 StatusNet Inc. and contributors. -->
2 <!-- Document licensed under Creative Commons Attribution 3.0 Unported. See -->
3 <!-- http://creativecommons.org/licenses/by/3.0/ for details. -->
5 Install the %%site.name%% badge on your blog or web site to show the latest updates
6 from you and your friends!
8 <MTMarkdownOptions output='raw'>
9 <script type="text/javascript" src="http://identi.ca/js/identica-badge.js">
13 "headerText":" and friends"
21 * Click an avatar and the badge will refresh with that user's timeline
22 * Click a nickname to open a user's profile in your browser
23 * Click a notice's timestamp to view the notice in your browser
24 * @-replies and #tags are live links
26 ## Installation instructions
28 Copy and paste the following JavaScript into an HTML page where
29 you want the badge to show up. Substitute your own ID in the user
33 <script type="text/javascript" src="http://identi.ca/js/identica-badge.js">
35 "user":"kentbrew",
36 "server":"identi.ca",
37 "headerText":" and friends"
45 Valid parameters for the badge:
46 -------------------------------
48 * user : defaults to 7000 (@kentbrew)
49 * headerText : defaults to empty
50 * height : defaults to 350px
51 * width : defaults to 300px
52 * background : defaults to #193441. If you set evenBackground, oddBackground,
53 and headerBackground, you won't see it at all.
54 * border : defaults to 1px solid black
55 * userColor : defaults to whatever link color is set to on your page
56 * headerBackground : defaults to transparent
57 * headerColor : defaults to white
58 * evenBackground : defaults to #fff
59 * oddBackground : defaults to #eee
60 * thumbnailBorder : 1px solid black
61 * thumbnailSize : defaults to 24px
62 * padding : defaults to 3px
63 * server : defaults to identi.ca
68 Identi.ca badge by [Kent Brewster](http://kentbrewster.com/identica-badge/).
69 Licenced under [CC-BY-SA-3](http://kentbrewster.com/rights-and-permissions/).