Is this the same underlying issue that could be causing the button to
not show the a tweet count for some URLs with query strings?

For instance, we're passing: a URL (http://www.foo.com/bar.cgi?
f=1/2/3456.stuff) encoded as http%3A%2F%2Fwww.foo.com%2Fbar.cgi%3Ff
%3D1%2F2%2F3456.stuff in a query string for the button..

I see a response in firebug of twttr.receiveCount({"count":
0,"url":"http:\/\/www.foo.com\/bar.cgi\/?f=1%2F2%2F3456.stuff"}) .
I'm not sure how those other characters are coming in.

If this is the same issue, is there word of a fix?


(Matt, I hit reply to author the first time by accident; apologies)


On Oct 7, 10:51 am, Matt Harris <thematthar...@twitter.com> wrote:
> Hi woodsytime,
>
> I wanted to add in here that if you URLencodethe URL you are trying
> to share it will work appropriately. Instead of what you have I would
> expect the URL to look like this:
>    http://twitter.com/home?status=ASOS%20embellished%20dress%20http%3A%2...
>
> One known issue right now is that %26 is converted to & in #newtwitter
> so anything after it is ignored. The team is aware of this and it is
> being tracked here:
>    http://code.google.com/p/twitter-api/issues/detail?id=1904
>
> To second what Taylor said, consider using theTweetButtoninstead of
> the URL. It provides a better experience for your users and allows
> them toTweetwithout leaving your site.
>
> Best
> @themattharris
> Developer Advocate, Twitterhttp://twitter.com/themattharris
>
> On Thu, Oct 7, 2010 at 9:17 AM, Taylor Singletary
>
>
>
>
>
>
>
> <taylorsinglet...@twitter.com> wrote:
> > Hi there woodsytime,
> > I'd recommend using aTweetButtonfor this kind of integration instead --
> > your approach is kind of the most "low rent" approach you can take for this,
> > and is less and less supported -- really, it's a hack.
> > The URL you're presenting in your status update has an unencodedquestion
> >mark.
>
> > But even if you properly encoded it, it doesn't look like this kind of URL
> > is passable in this way. Bug on our end? Maybe.
> > What's the context that users would share this URL? Have you considered the
> >TweetButton?
> > I noticed that even with all of those query parameters, the page you're
> > posting still redirects to the site's home page. What value do the links
> > have to Twitter users who post, read, or click?
> > Taylor
> > On Thu, Oct 7, 2010 at 8:59 AM, woodsytime <kr.wood...@gmail.com> wrote:
>
> >> I need to update my status through an external link using the GET
> >> method.
>
> >> For example...the linked I would like to pass into the browser URL
> >> querystring is...
>
> >>http://twitter.com/home?status=ASOS%20embellished%20dress%20http://ww...
>
> >> This has been working, however, I'm using the updated version of
> >> Twitter as of today, and this way of updating my status is not working
> >> now?
>
> >> It seems to stop at the '=' sign (escape character %3D) in the 'cid
> >> %3D8745' part of the querystring towards the end.
>
> >> Any suggestions?
>
> >> Thanks
>
> >> --
> >> 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
>
> > --
> > 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

-- 
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

Reply via email to