I have enabled Tags on a custom object, which has a Visual Force page override for edit/view in place of the standard page layouts.
Is there way to add the standard Tags component to the VF pages, or do I have to manually code something ?
Use Topics instead of tags .A VF widget can be added as shown below
<apex:page> <topics:widget entity="0D5x00000009Fhc" customUrl="mywebsite/TopicViewTestPage? topicId="/>
</apex:page>