How would I be able to make it so that my news feed on my website checks whether there is new status updates in a set interval and then display a button saying "(?) New Messages", then when it is clicked it loads only the new ones and appends them inside the same feed div?
I thought of a few ways of doing this, but they all ended up in complications as I don't want to replace the ones already loaded (since I have a limit of 10 and I have a load more button at the bottom to load earlier posts).