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$meta['FB_AppID'] = array('string');
9$meta['FB_UserID'] = array('string');
10$meta['FB_num_posts']  = array('string');
11$meta['FB_width'] = array('string');
12
13// Facebook Like Button
14// $meta['fb_like_layout'] =
15// $meta['fb_like_show_face'] =
16// $meta['fb_like_width'] =
17// $meta['fb_like_action'] =
18// $meta['fb_like_font'] =
19
20