YaWK
24.1
Yet another WebKit
instagram.php
Go to the documentation of this file.
1
<?php
2
/** @var $db \YAWK\db */
3
// check if Instagram object is set
4
if
(!isset($instagram))
5
{
// load instagram widget class
6
require_once
'classes/instagram.php'
;
7
// create new instagram widget object
8
$instagram = new \YAWK\WIDGETS\INSTAGRAM\POSTING\instagram(
$db
);
9
}
10
// embed instagram posting
11
$instagram->init();
$db
$db
Definition:
dismiss-notifications.php:4
yawk.io
system
widgets
instagram
instagram.php
Generated on Tue Jan 16 2024 21:59:03 for YaWK by
doxygen 1.9.1