If I use the following code...
<a class="addthis_button_linkedin_counter" li:counter="top"></a>
This produces a linkedIn vertical share button with a counter that uses the shorter of the 2 white callouts found in this sprite @ 30px across.
http://static01.linkedin.com/scds/common/u/img/sprite/sprite_connect_v12.png
LinkedIn's own share button generator produces a button that uses the taller of the 2 white callouts found in this sprite @ 150px across.
http://static01.linkedin.com/scds/common/u/img/sprite/sprite_connect_v12.png
The LinkedIn button looks too short when put along side other similar buttons such as in this example code.
<div class="addthis_toolbox addthis_default_style addthis_counter_style">
<a class="addthis_button_facebook_like" fb:like:layout="box_count"></a>
<a class="addthis_button_tweet" tw:count="vertical"></a>
<a class="addthis_button_google_plusone" g:plusone:size="tall"></a>
<a class="addthis_button_linkedin_counter" li:counter="top"></a>
<a class="addthis_counter"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid="></script>
So I'm asking is there anyway to get the taller version of the LinkedIn share button?
This question is closed to new answers.