1<?php
2/**
3 * Options for the like button
4 *
5 * @license GNU General Public License 3 <http://www.gnu.org/licenses/>
6 * @author Marvin Thomas Rabe <m.rabe@echtzeitraum.de>
7 */
8
9$conf['FB_width'] = '500';
10$conf['FB_num_posts'] = '2';
11// Like Button Set
12// $conf['fb_like_layout']= '';
13// $conf['fb_like_show_faces']= '';
14// $conf['fb_like_width'] = '';
15// $conf['fb_like_action'] = '';
16// $conf['fb_like_font'] = '';
17
18
19