Enabling rating of content
Throughout this chapter we've seen how it's possible to extend the functionality of media assets, primarily images, and user experience when handling them. We have even covered how to customize this experience using our own module code.
Let's not forget that there are other ways to enhance overall media content with functionality and features which do not surround the actual media handling. There are many examples of this, such as:
Enabling comments to stir discussion amongst your web applications' community
Enabling the use of hash-tags or @ symbols to mention users, so that visitors get hooked to your website, and are encouraged to stay longer
Enabling the rating of content
The list can further grow depending on your use case and imagination.
We will explore the suggested enhancement of enabling users to rate the content, specifically media related, on your website. It is a very popular feature amongst social collaboration networks, which sets the path on creating...