Linux 软件免费装

Instagram Reaper

开发者 _qrrr
更新时间 2014年12月17日 05:44
PHP版本: 3.0.1 及以上
WordPress版本: 3.4
版权: GPLv2 or later
版权网址: 版权信息

标签

instagram theme development wp_cron

下载

详情介绍:

Set up wp_cron jobs to occur every minute, half-hour, hour, daily, or weekly. Saves instagram image data to database for use in custom theme development. Saves image src's for full-size, low-resolution and thumbnail sizes. Also saves the like count for an image at the time of the api query, and will update this count should the image be part of a later query. inst_reaper_get_harvest() example: ` $images = inst_reaper_get_harvest(); foreach ($images as $image) { ?> <a href="<?php echo $image['url']; ?>"> <img src="<?php echo $image['src']; ?>" /> <a href="<?php echo $image['url']; ?>"> <img src="<?php echo $image['src']; ?>" /> 'username', 'username' => 'dvl', 'count' => '30' ); $images = inst_reaper_get_photos($args); foreach ($images as $image) { ?> <a href="<?php echo $image['url']; ?>"> <img src="<?php echo $image['src']; ?>" /> <a href="<?php echo $image['url']; ?>"> <img src="<?php echo $image['src']; ?>" /> <a href="<?php echo $image['url']; ?>"> <img src="<?php echo $image['src']; ?>" /> 'username', 'username' => 'dvl', 'count' => '30' ); $images = inst_reaper_get_photos($args); foreach ($images as $image) { ?> <a href="<?php echo $image['url']; ?>"> <img src="<?php echo $image['src']; ?>" /> <?php } `