Active
Project:
Facebook social plugins integration
Version:
6.x-1.0-beta9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2011 at 09:07 UTC
Updated:
31 Oct 2012 at 11:34 UTC
Jump to comment: Most recent
Comments
Comment #1
agraves commentedForgot to add the code tags. I meant replacing
with
Comment #2
Anonymous (not verified) commentedWondering if this is going to be fixed in the next release of this module (not beta)? Or has it already been fixed? What is the status of this fix?
Comment #3
ferdi commentedIf that's the right way to do it, we need to change some code on every sub module; for other widgets too. It needs to be a patch to be tested and reviewed by the community
Comment #4
hansrossel commentedI can confirm that #1 fixes both validation issues:
The two errors from the http://validator.w3.org validator that are solved are:
Comment #5
davidnbrett commentedUsing the social like button in a view, I had to change fb_social_like_handler_field_like.inc from :
to
Thanks agraves !