Random qoute machine project feedback

I have given the link. Please go visit and give the feedback. Thank you!

https://codepen.io/anurag86/full/dzoYOK/

looks cool, but the share button, shares your codepen not the quote.

i did it by calling this method:

var url = "https://twitter.com/intent/tweet";
var tweet = yourQuote + " " +yourAuthor;
window.open(url+"?text="+tweet);

I don’t know if you’ll be able to do this because from the looks of it your quotes are not strings but part of an image. Maybe you can google how to tweet an image, and that’ll solve your problem.

Alternatively you can use text for your quotes.

Store them in an array, or use an API to fetch them. I used the forismatic API: https://forismatic.com/en/api/

Thanks for feedback. I will try to do this.

Hi! here is my go will appreciate feedback

updated one