If I understand Lukas correctly, he doesn't want to send two URLs. He wants the count to work properly on URLs with more than two parameters.
The count API seems to be stripping out all but the first URL param. So if you have a page http://www.example.com/page.html?param1=foo¶m2=bar the count API counts http://www.example.com/page.html?param1=foo - not the proper URL. Even if you set the canonical URL in the data-counturl attribute. Cheers, anne On Aug 31, 11:11 am, Matt Harris <[email protected]> wrote: > Hey Lukas, > > TheTweetButtoncurrently allows you to share one URL at a time. > Can you give an example of what you require two URLs on onebuttonfor? > > Best, > Matt > > > > On Sun, Aug 29, 2010 at 3:11 PM, Lukas <[email protected]> wrote: > > Hi > > > Thetweetbuttondoes 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 -- 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
