How to get post titles by post ID and integrate with my code?

To get a post title by ID you need: get_the_title( $id );.

You can integrate this into your code using a similar method for how this has been done for the URL’s with $link, but that’s basically a PHP coding question, so it’s best to get as far as you can with the code and then post again if you get stuck.