FAQ

FAQs

How do I verify my email?

Click the link in the verification email from verify@codepen.io (be sure to check your spam folder or other email tabs if it's not in your inbox). Or, send an email with the subject "Verify" to verify@codepen.io from the email address you use for your CodePen account.


How do I contact the creator of a Pen?

You can leave a comment on any public Pen. Click the "Comments" link in the Pen editor view, or visit the Details page.


My Pen loads infinitely or crashes the browser.

It's likely an infinite loop in JavaScript that we could not catch. To fix, add ?turn_off_js=true to the end of the URL (on any page, like the Pen or Project editor, your Profile page, or the Dashboard) to temporarily turn off JavaScript. When you're ready to run the JavaScript again, remove ?turn_off_js=true and refresh the page.


What version of [library] does CodePen use?

We have our current list of library versions

What are forks?

A fork is a complete copy of a Pen or Project that you can save to your own account and modify. Your forked copy comes with everything the original author wrote, including all of the code and any dependencies.