get_public_photos($search_user_id);
?>
Instagram - Revolution Slider | Canvas
images->standard_resolution->url)) {
$image_url = $photo->images->standard_resolution->url;
}
elseif (isset($photo->images->low_resolution->url)) {
$image_url = $photo->images->standard_resolution->url;
}
else {
$image_url = $photo->images->thumbnail->url;
}
$caption_text = isset($photo->caption->text) ? $photo->caption->text : '';
?>
-
user->username; ?> likes->count; ?>