Liked images from a single user on Instagram

Instagram user can like images taken by themselves and other Instagram users. These liked photos can be brought into Expression Engine with InstaShowEE with the user_liked tag pair.


Sample EE template code:

{exp:ig_picpuller:user_liked user_id='1' limit='3' max_id='{segment_3}'}
	{if ig_status == 'true'}
		<h2>{count}: {ig_caption}</h2>
		<h3>Photo id: {ig_media_id}</h3>
		<p>Likes: {ig_likes}</p>
		<p>Comment count: {ig_comment_count}</p>
		<h4>Next Max ID: {ig_next_max_id}</h4>
		<p><img src="{ig_profile_picture}" alt='Photo of {ig_full_name}'/></p>
		<p>Photographer: {ig_full_name}, <em>{ig_username}</em>, id# {ig_user_id}</p>
		<p>Website: {ig_website}</p>
		<p><img src="{ig_low_resolution}" alt="Low rez of image {ig_caption}" width="306" height="306" /></p>
		<p><a href="{ig_link}">See the photo on Instagram.</a></p>
		{if ig_next_max_id != ''}
			{if count == total_results}
				<!-- Note that /code/ in the line below refers to template group this template lives in -->
				<a href="/code/liked/{ig_next_max_id}" class='btn primary'>Next set &raquo;</a>
			{/if}
		{/if}
	{/if}
	{if ig_status == 'false'}
		<p>ERROR TYPE: {ig_error_type}</p>
		<p>ERROR MESSAGE: {ig_error_message}</p>
	{/if}
{/exp:ig_picpuller:user_liked}

Resulting rendered HTML:

1: BBDO margarita cart

Photo id: 173210458499329758_32193850

Likes: 3

Comment count: 0

Next Max ID: 167324268212181623

Photo of Krystyn Campbell

Photographer: Krystyn Campbell, krystync, id# 32193850

Website:

Low rez of image BBDO margarita cart

See the photo on Instagram.

2:

Photo id: 167260540303584524_32193850

Likes: 1

Comment count: 0

Next Max ID: 167324268212181623

Photo of Krystyn Campbell

Photographer: Krystyn Campbell, krystync, id# 32193850

Website:

Low rez of image

See the photo on Instagram.

3: :: jar of NYC jam.

Photo id: 167324268212181623_1426461

Likes: 166

Comment count: 2

Next Max ID: 167324268212181623

Photo of the chee

Photographer: the chee, thechee, id# 1426461

Website:

Low rez of image :: jar of NYC jam.

See the photo on Instagram.

Next set »