You can embed certain HTML elements in the title of a blog post. For example, the following code uses the anchor element to define a link to a video on another website:
<a href="https://vimeo.com/99695528">Taoism</a>This will display 'Taoism' as the title, which when clicked will take the user to the specified video.