Found 50 bookmarks
Newest
POST to Prefill Editors – CodePen
POST to Prefill Editors – CodePen
<form action="https://codepen.io/pen/define" method="POST" target="_blank"> <input type="hidden" name="data" value='{"title": "New Pen!", "html": "<div>Hello, World!</div>"}'> <input type="submit" value="Create New Pen with Prefilled Data"></form>
POST to Prefill Editors – CodePen