Badge

Install the www.emote.in - From Tears to Cheers, Broadcast Here! badge on your blog or web site to show the latest updates from you and your friends!

Things to try

  • Click an avatar to open that user's profile in your browser
  • Click a name and the badge will refresh with that user's lifestream
  • Click a notice's timestamp to view the notice in your browser
  • @-replies and #tags are live links

Installation instructions

Copy and paste the following JavaScript into an HTML page where you want the badge to show up. Substitute your own ID in the user parameter.

    <script type="text/javascript" src="http://emote.in/js/badge.js">
    {
       "user":"gaurav",
       "server":"emote.in",
       "evenBackground":"#99CCFF",
       "headerText":" and friends"
    }
    </script>

Valid parameters for the badge:

  • user : replace user with your ID, defauts to gaurav
  • headerText : defaults to empty
  • height : defaults to 350px
  • width : defaults to 300px
  • background : defaults to #193441. If you set evenBackground, oddBackground, and headerBackground, you won't see it at all.
  • border : defaults to 1px solid black
  • userColor : defaults to whatever link color is set to on your page
  • headerBackground : defaults to transparent
  • headerColor : defaults to white
  • evenBackground : defaults to 99CCFF
  • oddBackground : defaults to #eee
  • thumbnailBorder : 1px solid black
  • thumbnailSize : defaults to 24px
  • padding : defaults to 3px
  • server : defaults to emote.in

Licence

emote.in badge by Kentbrewster. Licenced under CC-BY-SA-3.