How can I add custom text (e.g. another button) among buttons, and have it appear in place?

blueseedproject Sep 20, 2012 06:01AM EDT

I want to include a new service among my AddThis buttons (AngelList, see a demo at the bottom of http://instameet.com/). To do this, I simply have another `a` element:

<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_pinterest_pinit"></a>
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>

<a href="https://angel.co/blueseed?follow=1&type=Startup&id=25901"></a> <!-- custom text -->

<a class="addthis_counter addthis_pill_style"></a>
</div>

The problem is that the addthis_counter button is rendered *before* this custom `a` element.

Here's the fiddle illustrating the problem: http://jsfiddle.net/dandv/989Pp/

Up 0 Rated Down
blueseedproject Oct 02, 2012 08:41PM EDT
It's been two week. NOTHING?
Up 0 Rated Down
blueseedproject Nov 26, 2012 07:08AM EST
TWO MONTHS later... nothing.

Post Your Public Answer

Your name (required)
Your email address (required)
Answer (required)

Still need help?


General Topics

 

Developers