diff --git a/plugins/fb_plugin/comments.inc b/plugins/fb_plugin/comments.inc
index 4db67fa..bbcf63d 100644
--- a/plugins/fb_plugin/comments.inc
+++ b/plugins/fb_plugin/comments.inc
@@ -285,7 +285,7 @@ function _fb_social_comments_seo($url, $nr_comments, $cache_length) {
     
     if ($request->code == 200) {
       $result = json_decode($request->data);
-      $comments = _fb_social_comments_seo_view($result->$url->data);
+      $comments = _fb_social_comments_seo_view($result->$url->comments->data);
     }
     cache_set($cache_key, $comments, 'cache', REQUEST_TIME + (60 * $cache_length));
   }
