CakePHP-Facebook-Plugin
CakePHP-Facebook-Plugin copied to clipboard
Comment Helper Compatability Mode Warning
Can anyone suggest how to add a href option to the comments helper? If the data-href attribute is not included, you get the yellow warning box of operating in compatibility mode. Not cool being that it's a 2011 problem. My current workaround is to simply use the copy and paste div with the data-href attribute included from facebook.
I past in the href option-> $this->Facebook->comments(array('width' => 635, 'href' => $url)); But the moderation feature is gone