Fixed  Twitter Button URL

Snoozero

Active member
For consistancies sake (as well as people using the sidebar_share_page template externally), the twitter share button should probably have a data-url parameter set to {$url}. The facebook link already has this. :)
 
Actually it was by design - the Facebook button requires that the URL is explicitly set, while the Tweet button will pick up the page URL if nothing else is specified. On the share_page template we set data-url for the Tweet button to be the first page link, regardless of what page you are actually viewing, so everything was working as designed, but adding data-url won't do anything bad.
 
Top Bottom