Badge Overview

Badges allow you to advertise your Empire Avenue stock price, ticker and other informtion on your blog, website or anywhere else that you can place our code or images.

Look for this section to expand as we add more badges and more ways to customize the various ways to show your Empire Avenue affiliation! If you want to stay connected to developers of Empire Avenue, badges and API, you can join either: the Empire Avenue API Announce Mailing List empireave-api-announce@googlegroups.com or the Empire Avenue API Discussion Mailing List empireave-api-discussion@googlegroups.com

Why Place a badge

For those of you that have blogs and websites, installing a badge will help Empire Avenue assess the traffic to your blog and enable us to factor that into your Influence Share Price on Empire Avenue. Without such a badge your blog may not be counted as high in the calculation

What does it look like

The first size is a 125x125 pixel version -- those of you into affiliate advertising on your blogs, this size is for you!

The second is this larger (and very swanky) 190x167 pixel version. Obviously this one is meant to focus attention on your most excellent share value and stimulate further purchase in your stock. Look at that one...just makes you want to go out and buy some of that BGRIER stock...whatever that is...

The Code

And here's how you implement them. It's really quite simple. You take the following Javascript code, and paste it into your blog template or widget area where you want the badge to appear.

<!--- CUT AND PASTE FROM HERE --> <script type="text/javascript" charset="utf-8"> //EDIT THE FOLLOWING VARIABLES //enter your exact ticker var eav_t = "DUPS"; //Size 1 is 100x100 and Size 2 is 190x167 var eav_s = 2; //Do not edit the following: var eav_is_ssl = ("https:" == document.location.protocol); var eav_asset_host = eav_is_ssl ? "https://badge.empireavenue.com/" : "http://badge.empireavenue.com/"; document.write(unescape("%3Cscript src='" + eav_asset_host + "blog/?t=" + eav_t + "&l=" + escape(window.location) +"&s=" + eav_s + "' type='text/javascript'%3E%3C/script%3E")); </script> <!--- TO HERE -->

Of course, you'd rather have your ticker displaying rather than DUPS, so simply replace DUPS in the line reading 'var eav_t = "DUPS";' with your ticker symbol (yes, in all caps, and don't touch the quotes or the semicolon either please). Oh, and don't forget to select the size of badge you want. In the code you'll see a section marked 'var eav_s = 2;' This is the badge size. Change the 2 to a 1 if you want a 100x100px badge.

Add Badge to Blogger.com

If you have a Blogger.com account, you should read our quick overview on how to add the Empire Avenue Blog widget to your Blogger.com page: http://blog.empireavenue.com/?p=193

Privacy

The Badge does report back to us with information from your blog. We use that information to help us determine traffic to your blog/website and add it to your virtual share price calculation on Empire Avenue should you have a blog. We collect and store aggregate information about visits to your site/blog. Please read out Privacy Policy on how we collect, store and deal with your data!