YaWK  24.1
Yet another WebKit
fb_post.php
Go to the documentation of this file.
1 <?php
2 /** @var $db \YAWK\db */
3 if (!isset($fbLikePosting))
4 { // load facebook posting class
5  require_once 'classes/fb_post.php';
6  // create new facebook posting object
7  $fbLikePosting = new \YAWK\WIDGETS\FACEBOOK\POSTING\fbPosting($db);
8 }
9 // init facebook posting button
10 $fbLikePosting->init();