A better version of hexo-tag-codepen with a valid HTML.
Install using npm.
$ npm install hexo-codepen --save
or using yarn
$ yarn add hexo-codepen
Create Embedded Pen with following syntax:
{% codepen userId|anonymous|anon slugHash theme [defaultTab [height [width]]] %}
This is something generated by CodePen
:
<p data-height="265" data-theme-id="dark" data-slug-hash="bgjKKE" data-default-tab="css,result" data-user="CiTA" data-embed-version="2" data-pen-title="CSS sidebar toggle" class="codepen">See the Pen <a href="https://codepen.io/CiTA/pen/bgjKKE/">CSS sidebar toggle</a> by Silvestar Bistrović (<a href="https://codepen.io/CiTA">@CiTA</a>) on <a href="https://codepen.io">CodePen</a>.</p>
<script async src="https://production-assets.codepen.io/assets/embed/ei.js"></script>
You can extract required arguments:
Field | Value |
---|---|
userId | CiTA |
slugHash | bgjKKE |
theme | dark |
defaultTab | css,result |
height | 265 |
width | This value should be adjusted according to your blog theme, by default it is 100% |
MIT