Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using the following code to display stumbleupon button:

<a class="addthis_button_stumbleupon_badge" su:bdg:style="5"></a> 

I want to render the stumbleupon button with style ="5", however it displays the default style. I am not able to figure out how to solve this. For a demo please this page: http://loveaquote.com/topics/communication-quotes/

share|improve this question
Two colons in an attribute name doesn't look valid to me. Can you point us to the Addthis or Stumbleupon documentation you're using for that attribute? – Rup Jan 9 '12 at 16:59

1 Answer

It seems that the addthis docs are wrong.

Try instead: su:badge:style="5"

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.