webtechnick / CakePHP-Facebook-Plugin

CakePHP Facebook Plugin
http://facebook.webtechnick.com
445 stars 138 forks source link

Comment Helper Compatability Mode Warning #137

Open starchildno1 opened 11 years ago

starchildno1 commented 11 years ago

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.

starchildno1 commented 11 years ago

I past in the href option-> $this->Facebook->comments(array('width' => 635, 'href' => $url)); But the moderation feature is gone