Facebook Share Link is Broken

stuartschultz - March 16, 2009 - 08:39
Project:Service links
Version:6.x-2.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

Facebook share link should be facebook.com/share.php...., not facebook.com/sharer.php as it currently is.

#1

TheCrow - March 16, 2009 - 09:36

Why broken? for me all the ways work... sharer.php open the window related to share link without facebook menu in the page, using share.php appear the menu too (that's the unique difference i noticed).

#2

stuartschultz - March 17, 2009 - 16:30

Can't tell you why - but when I use the sharer.php link, I get a facebook screen asking me for the link to share. When I just make it share.php, then it works. Both of them bring me to a facebook page.

#3

TheCrow - March 18, 2009 - 11:31

Hi Stuart, i'll keep this issue active, i wish investigate more about this behaviour, can you submit the link where you have this trouble? Thank you :))

#4

Rob Loach - March 19, 2009 - 19:33

Is this still an issue?

<?php
 
if (variable_get('service_links_show_facebook', 0)) {
   
$links['service_links_facebook'] = theme('service_links_build_link', t('Facebook'), "http://www.facebook.com/sharer.php?u=$url&t=$title", t('Share on Facebook.'), 'facebook.png', $nodelink);
  }
?>

#5

TheCrow - March 19, 2009 - 19:43

Hi Rob you too have troubles using sharer.php instead of share.php?

#6

stuartschultz - March 27, 2009 - 17:19

I was just using it on a development site, but I'd previously tried to push it to a live site and ran into the same problem and thus opted for a different option.

I plan to push a site live in the next month or two using the service links module (and activating Facebook sharing) so I'll be sure to point you to it at that time.

#7

Rob Loach - August 14, 2009 - 06:06
Version:6.x-1.x-dev» 6.x-2.x-dev
Status:active» fixed

This is fixed, although Facebook really enjoys when you stick in some meta tags like you see here.

#8

System Message - August 28, 2009 - 06:10
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.