See here:
I'm using Firefox 3 on XP. Clicking Share on the top node redirects to http://drupal5.ngphost.com/share/51 which is a 404.
See here:
I'm using Firefox 3 on XP. Clicking Share on the top node redirects to http://drupal5.ngphost.com/share/51 which is a 404.
Comments
Comment #1
greenskin commentedThe path provided by a Share link is '/share/{nid}' so when javascript is not enabled, a page will show up containing the same information that the popup contained along with the content of the node being shared. Though this is not yet enabled for the 2.x branch. After looking at your site and using Firebug in Firefox 3, I have noticed that the ShareThis link doesn't show and causes several errors.
As for the Share link going to the '/share/{nid}' page, this would be caused by the javascript not being loaded or run correctly. I haven't tested if Share works with the default jquery.js provided by Drupal, as I use the jQuery Update module. If you are not using the jQuery Update module, you might try installing it and see if it fixes the issue and share your results here. Also note, I have testing using the 1.0 branch of the jQuery Update module.
Comment #2
greenskin commentedThis has been fixed in latest 2.x dev release.