processing / p5.js-website

New p5.js website!
http://p5js.org
MIT License
18 stars 92 forks source link

Add information about p5.js to embed so context is added when posting the link #460

Closed GusBusDraws closed 1 month ago

GusBusDraws commented 4 months ago

Most appropriate sections of the p5.js website?

Home

What is your operating system?

Windows

Web browser and version

Firefox 127.0.2

Actual Behavior

Embed does not show any info about p5.js: image

Expected Behavior

I believe the embed used to have more information about p5.js before the new web redesign, maybe something like "p5.js is a JavaScript library for creative coding, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else!"

Steps to reproduce

Embed appears in places like Discord, Google Messages, etc

Would you like to work on the issue?

Would be happy to submit a PR if somebody could point me in the right direction!

Qianqianye commented 4 months ago

Thanks @GusBusDraws! You can add a line "p5.js: p5.js is a friendly tool for learning to code and make art. It is a free and open-source JavaScript library built by an inclusive, nurturing community. p5.js welcomes artists, designers, beginners, educators, and anyone else!" in between line 46 and 47 in this file.

Feel free to open a PR. Thank you!

limzykenneth commented 1 month ago

Fixed by #547