Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
add Like Box widget
Browse files Browse the repository at this point in the history
  • Loading branch information
niallkennedy committed Jan 7, 2013
1 parent f62a090 commit 5d2e35e
Show file tree
Hide file tree
Showing 5 changed files with 863 additions and 1 deletion.
1 change: 1 addition & 0 deletions facebook.php
Expand Up @@ -362,6 +362,7 @@ public function widgets_init() {
$widget_directory = $this->plugin_directory . 'social-plugins/widgets/';

foreach ( array(
'like-box' => 'Facebook_Like_Box_Widget',
'like-button' => 'Facebook_Like_Button_Widget',
'send-button' => 'Facebook_Send_Button_Widget',
'follow-button' => 'Facebook_Follow_Button_Widget',
Expand Down

0 comments on commit 5d2e35e

Please sign in to comment.