문제

I really don't understand why the digg button counter is not working. It's pretty straight forward but..

The page is here: http://hockey-community.com/ if you look at my code I did exactly what they explained here: http://about.digg.com/downloads/button/smart

It just stays at 0.

Anyone had the same problem? Thanks for your help!

Alex

도움이 되었습니까?

해결책

The submitted URL ends with a /, the one in your source does not:

If you do:

<a class="DiggThisButton DiggMedium" href="http://digg.com/submit?url=http%3A%2F%2Fhockey-community.com/"></a>

it will show the correct number.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top