Active
Project:
Facebook social plugins integration
Version:
6.x-1.0-beta5
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2010 at 09:41 UTC
Updated:
28 Jun 2011 at 10:29 UTC
Comments
Comment #1
Oscar Illada commentedSame problem !!!!!!
Comment #2
ferdi commentedFixed, http://drupal.org/cvs?commit=473098 . thanks!
Comment #3
gloomcheng commentedAccording reply #2, I guess that update fb social module to version 6.x-1.0-beta6 could solve like button URL error which generate by views field.
But after I upgrade, I encountered things worse, the fb like button could not appear. So I down version to 6.x-1.0-beta5 and try to hack the module.
I found the problem is in line 70 in fb_social/modules/fb_social_like/views/fb_social_like_handler_field_like.inc file, the source code is:
We need to change to:
You will get the correct URL with alias finally.
Comment #4
darthf1 commentedi can confirm the above post. FB Social had some weird behaviour in views, but after changing the code it was fixed for me. Maybe it is better to use "drupal_get_alias" instead of "fb_social_url"?