Document Follow option missing in Custom Document Library

In SharePoint 2013, you can Follow people, documents, sites, and tags. Out of the box when you create a document library, for each item you will find Follow option (both in Ribbon and Callout). 

When you create custom document library using Visual studio (the ListTemplate Type value for custom library as recommended should be over 10000). After deploying this list template, when you create a document library based out of this custom list template, you will notice that “Follow” option is missing at document level. It’s because the follow option is shown based on the ListTemplate Type attribute value and it works if the value is 101 (DocumentLibrary)

imageimage

The ListTemplate type provides a unique identifier for the template. This identifier must be unique within the feature, but need not be unique across all feature definitions or site definitions. So if you want to show follow option in your library (based out of custom list template), you need to create custom list which has ListTemplate Type value set to “101”.