getAnnotations('likes', $limit, $offset); if (is_array($annotations) && sizeof($annotations) > 0) { foreach($annotations as $annotation) { echo elgg_view_annotation($annotation, "", false); } }