You have 2 ways to do this:
1.- With a plugin (Recommended)
2.- Direct edit and add the code to that page.
You are trying the second way, is not recommended because if the plugin is updated, you will loose all changes and you will need to do it again.
Anyways, the info you are looking for is inside the friends plugin, in the file "ow_plugins/friends/classes/event_handler.php"
The code for the link is inside the function onCollectProfileActionTools
So you need to get that code and rebuild it inside the video plugin and finally add the link to .html file too
If you download the "hints" plugin you will see that it includes the "add friend" button too, you can see the source code of that plugin to figure it out how does he does it.