Just pseudo code, but should get the idea across:
function MakeCBPost()
{
if (linkhasalreadybeenpostedrecently)
{
message = "It appears this link has already been posted recently. Are you sure you want to post it again?"
}
}
Hope that helps, Jefe! Let me know if you need anything else!