It would be great to have a feature to show the number of times a certain node have been favorited by people, like on YouTube.
It would be great to have a feature to show the number of times a certain node have been favorited by people, like on YouTube.
Comments
Comment #1
sharique commentedI'm also looking for same feature.
Comment #2
asund commentedYou can get this by putting the following function in your themes template.php
And then you can call the function in your node template like this:
<?php print(_favorite_nodes_count($node->nid)); ?>