This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
澤田芳弘(SWD)
heion.net
did:plc:m36exqmax43sxwzhmilci7kx
【BlueskyTimeline】デベロッパー向け Tips
通常、埋め込みコード
<script async src="https://bst.heion.net/timeline.js" ・・・ ></script>
を設置した場所に出力されますが
CMSの制約などで、scriptタグを直接かけない、あるいは書いても強制的に挿入位置が変わってしまう場合は、
埋め込みコードの属性に
data-id="〇〇〇"
を追加の上、対応するidを持つ要素
<div id="〇〇〇"></div>
を記述いただければ、
スクリプトと出力位置を分離することが可能です。
2024-11-02T03:38:32.183Z