Share Post Feature Added I recently got the sharing feature to work. Next step: Implement functionality to quote a post. Quoting a post should also count as a share. I also need to make the timeline update automatically when a user shares or quotes a post. Currently, the page needs to be refreshed to see changes, which isn't ideal. The timeline should not automatically update when a user publishes a new post. Instead, it should display a button asking the user if they would like to refresh the feed to see new activity. It would be annoying if the timeline updated while the user was focused on a post. I will likely use SWR (by NextJS) to make the timeline update when specific changes occur. (This project is for my portfolio, btw.) #Coding #Dev #NextJS #Portfolio #Developer #webdev