Api_Instagram_Users_Media_Liked
<!-- BEGIN_MODULE Api_Instagram_Users_Media_Liked --> <ul><!-- BEGIN photo:loop --> <li> <img src="{thumbImg}" width="{thumbWidth}" height="{thumbHeight}" /> <img src="{smallImg}" width="{smallWidth}" height="{smallHeight}" /> <img src="{largeImg}" width="{largeWidth}" height="{largeHeight}" /> <p>{caption}</p> <p>{userName} ( {profileImg} )</p> <p>Type: {type} / Link: {link} / Filter: {filter} / Datetime: {createdTime}</p> <p>Comments: {countComments} / Likes: {countLikes}</p> </li><!-- END photo:loop --> </ul> <!-- BEGIN pager --> <p> <!-- build proper URLs by using the variables you can use --> <!-- BEGIN next_max_id:veil --> <a href="/field/next_max_id/{next_max_id}/">next</a> <!-- END next_max_id:veil --> </p> <!-- END pager --> <!-- END_MODULE Api_Instagram_Users_Media_Liked -->