Index: fblikebutton/fblikebutton.module
===================================================================
--- fblikebutton/fblikebutton.module	(revision 2175)
+++ fblikebutton/fblikebutton.module	(working copy)
@@ -29,7 +29,7 @@
 function fblikebutton_nodeapi(&$node, $op, $teaser, $page) {
   global $user, $base_url, $language;
   $likebase = $base_url . '/';
-  $likepath = drupal_get_path_alias($_GET['q']);
+  $likepath = drupal_get_path_alias($node->path);
   $webpage_to_like = $likebase . $likepath;
   $lang_abbr = $language->language;
   $fblikebutton_lang = $lang_abbr . '_' . drupal_strtoupper($lang_abbr);
