Hey Matt The problem I have is exactly what abiled described, thanks for clarification.
Url: (used in data-url, data-counturl of the tweet button and set as canonical in page head) http://www.domain.com/page.html?a=1&b=2 The widget sends the following request to the count api: GET http://urls.api.twitter.com/1/urls/count.json?url=http://www.domain.com/page.html?a=1&b=2&callback=twttr.receiveCount HTTP/1.1 And gets the response: twttr.receiveCount({"url":"http://www.domain.com/page.html? a=1","count":0}) Tweeted Url: http://www.domain.com/page.html?a=1&b=2 Counted Url: http://www.domain.com/page.html?a=1 --> Count stays 0 since the url counted differs from the tweeted url. Cheers Lukas On 31 Aug., 01:11, Matt Harris <[email protected]> wrote: > HeyLukas, > > The Tweet Button currently allows you to share one URL at a time. > Can you give an example of what you require two URLs on one button for? > > Best, > Matt > > > > > > On Sun, Aug 29, 2010 at 3:11 PM,Lukas<[email protected]> wrote: > > Hi > > > The tweet button does not count if the data-url has more than 1 url > > parameters > >http://www.jobscout24.ch/JS24Web/JobView/JobDetail.aspx?lng=de&wl=1&j... > > (this is the canonical url) > > > The request to the count api takes only the last one of the parameters > > into accout, all the others are lost ;-( > > > Is there a workarouond for this issue (none of the encodings i tried > > seems to work, even with use of data-counturl) or does anyone know if > > theres a fix planned for this? > > > Thanks > >Lukas > > > -- > > 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 > > -- > > Matt Harris > Developer Advocate, Twitterhttp://twitter.com/themattharris- Zitierten Text > ausblenden - > > - Zitierten Text anzeigen - -- 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
