splashlab / yii-facebook-opengraph

Yii Extension : A wrapper for the Facebook PHP SDK, Javascript SDK and the Open Graph protocol.
http://www.yiiframework.com/extension/facebook-opengraph/
43 stars 13 forks source link

typo in example #2

Closed jorisvansoest closed 12 years ago

jorisvansoest commented 12 years ago

<?php $this->widget('ext.yii-facebook-opengraph.plugins.LikeButton', array( //'href' => 'YOUR_URL', // if omitted Facebook will use the OG meta tag 'show-faces'=>true, 'send' => true )); ?>

show-faces

should be

show_faces

thaddeusmt commented 12 years ago

Sorry it took so long to fix this, but thanks very much for letting me know. It's fixed on GitHub now and I'll be pushing the updated code to the Yii site soon too.