alc-beijing / alc-site

The web site of the ALC Beijing (Apache Local Community Beijing)
https://alc-beijing.github.io/alc-site/
Apache License 2.0
82 stars 35 forks source link

Create short code support of Ximalaya #40

Closed WillemJiang closed 4 years ago

WillemJiang commented 4 years ago

Ximalaya provides an iframe to host the podcast like this

<iframe height="230" width="260" src="https://www.ximalaya.com/thirdparty/player/sound/player.html?id=294907345&type=red" frameborder=0 allowfullscreen></iframe>

Hugo supports the iframe with short code, here is an example of youtube support.

We need to create a short code template for Ximalaya template.

hanyouqing commented 4 years ago

Done: https://github.com/alc-beijing/alc-site/pull/43

WillemJiang commented 4 years ago

Thx @hanyouqing, the short code for Ximalaya works great.