Implement Tile View In SharePoint Using Promoted Links

In SharePoint 2013 when we create a new site you would have seen the nicely arranged tiles on the home page of the site. SharePoint 2013 brought in a new list template called Promoted Links. Using this template it is possible to promote some of the important links to the site’s home page. Below you can see the default Tile view in a newly created SharePoint 2016 Site.

Tile view

Implementation of the above Tiles View is a two-step process.

  1. Create a promoted Links List.
  2. Add the Promoted Links List web part to the SharePoint Page.

Step 1: Add the promoted links app.

add an app

From the top bar Settings menu click on add an app and select Promoted Links.
add an app and select Promoted Links

Specify a name for the Promoted Links app.

Promoted Links app

The new app has come up in the site contents.

new app has come up in the site contents

On Clicking the app It shows the below screen. It is currently empty lets add links to the app.

Clicking the app

Click on Items menu and select the New Item option from it.

Add new item

Fill up the following values in the New Form:

  • Title will be the link name that appears over the tile image.
  • Background Image Location is the tile image that will be displayed on the page.
  • Description is the short overlay description that appears over the tile image when you hover over it.
  • Link Location is the hyperlink to which the control should navigate to, upon clicking the image.
  • Launch behavior specifies how the new hyperlink page should open up when the image is clicked.
  • Order indicates the chronological order of the image in the tiles list.

new item

Similarly add the remaining links by clicking on the new item. Once all the links have been added, the list will now look like the following:

add the remaining links

Now let’s add the Web part to the home page and see how the look and feel is like.

Step 2: Add the Promoted Links Web part on to the page.

Click on ‘Page’ menu item and select ‘Edit’.

Edit

From ‘Insert’ click on ‘Web part’.

Web part

From ‘Apps’ select the recently created Promoted Links App ‘Home Page Tile View’ and ‘Add’ it to the page.

Home Page Tile View

The Promoted link list will be displayed as a tile view as in the following screenshot:



Thus the links are shown in a cool tile view format. However as you can see when the number of items in the list exceeds 6 there is a scroll bar that come up towards the right which is not that cool. This is a default SharePoint behavior. However we have workarounds for this which will be discussed in one of the upcoming article.

In this article we saw how to create a promoted links list and display it as a tiles view web part in the SharePoint Page.