Updated: Comment #2

Problem/Motivation

Clicking the "Icon Link" type of the "Facebook share" widget links you to http://www.facebook.com/sharer.php which will result in a blank page if you are logged in.

Proposed resolution

According to the Facebook developer documentation on using the share dialog without the share button, the link should point to 'https://www.facebook.com/sharer/sharer.php?u=' . $current_url

It looks like widget_services_service_links() item for the Facebook Share widget should say 'link' => 'https://www.facebook.com/sharer/sharer.php?u=<encoded-url>', instead of 'link' => 'http://www.facebook.com/sharer.php', .

Remaining tasks

None.

User interface changes

No visible changes.

API changes

No changes anticipated.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mparker17’s picture

Assigned: Unassigned » mparker17

I'll write a patch!

mparker17’s picture

Assigned: mparker17 » Unassigned
Issue summary: View changes
Status: Active » Needs review
FileSize
583 bytes

Lets try this...