At the moment I have placed the new tweet button onto one of our site,
and also on several other pages within this site, now when I press the
tweet button it all seems to work well and posts to my personal
twitter account etc, but nothing show up on the tweet count section of
the button, I was not a following the account I am using it on , but
then I decided to follow and then it showed a number (1) so does this
just display the number of followers to that account?

What I want to happen is that it shows the amount of tweets have been
shared via that button?

Also on each page I have used the exact URL to that page so each one
is different, but if I share any of those pages they do not show up as
being shared, all I get is the same 1 total as in followers?

How would I get it to display the different amounts fo reach page
shared not followers to the account?

The code I use ia as follows:

in the head is:
<script src="http://platform.twitter.com/widgets.js"; type="text/
javascript"></script>

At the bottom of each page is:
<div>
   <a href="http://twitter.com/share"; class="twitter-share-button"
      data-url="http://www.HOMEPAGE.com";
      data-via="THETWITTERACCOUNT"
      data-text="Text Here WHICH IS DIFFERENT A S WELL"
      data-related=""
      data-count="">Tweet</a>
</div>


On each page I change the following:
inner page1:
data-url="http://www.HOMEPAGE.com/pageone.php";
data-text="Text Here page one text"

inner page2:
data-url="http://www.HOMEPAGE.com/pagetwo.php";
data-text="Text Here page twotext"


Many thanks for the assistance
Si

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en

Reply via email to