I have an addthis plugin for displaying total number of tweets in my blogspot blog. I use it this way
If i mention tw:counturl="my_specific_blogger_url" > it shows the exact number of tweets. But the problem is that in that case I can use only one link.
To retrieve specific blog page url I use <data:blog.url/>
. But if i use it in tw:counturl in the following way:
tw:counturl="<data:blog.url/>"
it shows as an error as tw:counturl cannot handle '<' tag. Is there a work around.
The error is as follows The value of attribute "tw:counturl" associated with an element type "null" must not contain the '<' character.