I’m trying to get tweet functionality for my random quote generator here working, so that it autofills the tweet box with the quote text and author. The quote and author are objects within a javascript array, which gets pushed to the webpage using innerHTML everytime the button is pressed.
Is there a simple way to do this?