Embed Steam tag plugin for Hexo.
npm install hexo-tag-steam --save
{% steam https://store.steampowered.com/app/286000/Tooth_and_Tail/ %}
or like this?
{% steam 286000 %}
This embed has .steam-embed class.
You can easily customize a style for the embed.
.steam-embed {
width: 100%
}
This project was very helpful for me for the first time to create a hexo plugin: https://github.com/tea3/hexo-tag-twitter
This project is licensed under the MIT License.