Currently, I am tackling an issue on a website that employs a custom CMS which automatically generates URLs based on the titles of articles. The main problem faced by our contributors is that when they update the title of an article, it creates a new URL for the same content. This causes all 'likes' associated with the old URL to now be separated from the updated version, resulting in a loss of accumulated likes on the new URL. Is there a way we can integrate Facebook likes functionality so that both the old and new URLs share the same pool of likes? Essentially, we want the likes from the old URL to carry over to the new one, allowing users to contribute to a common like count regardless of which URL they are directed to. Any alternative suggestions or solutions to work around this limitation would be greatly appreciated.