> it puts the link there, but isn't pulling in the unique url made for that
> pin.

See your listener code
   contentString + "<div id='custom-tweet-button'>" + "<a href='http://
twitter.com/share' class='twitter-share-button' data-url='" + base +
escape(marker.title)

the href is always 'http://twitter.com/share' , there is nothing in
your code to change that.

I don't know what the variable data-url attribute is used for?  You
probably want a ? character in there to seperate base url from params.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to