2025年7月17日木曜日

[Blogger]投稿スニペットの文字数を制限する

Blogger

<data:post.snippet/> が投稿のスニペットのデータ(140文字)ですが、都合で文字数を制限したいときがあります(投稿一覧のカードの高さを揃えたいときとか)

javascript - How to increase character lengh in blogger snippet instead of using limited length, 'data:post.snippet'? - Stack Overflow
https://stackoverflow.com/questions/34963026/how-to-increase-character-lengh-in-blogger-snippet-instead-of-using-limited-leng

上の方法の例だと

<b:eval expr='snippet(data:post.body, {length: 82, links: false})'/>

82文字に制限してみました

サンプル > https://sixteen-clothing.blogspot.com/

snippet(string, options)

Produces a short snippet from an HTML string.

options: Object specifying the snippeting options, which are:

links: boolean for whether to preserve anchors/links in the snippet. Defaults to true.

linebreaks: boolean for whether to preserve linebreaks (tags) in the snippet. Defaults to true.

ellipsis: boolean for whether to append an ellipsis (…) to the end of the snippet. Defaults to true.

length: Number specifying the maximum length of the snippet.

スニペット内のアンカー/リンクを保持するかどうかを示すブール値がデフォルトでは true なので、オプションが false になっています

F(uriouz)

欲しいものリスト / 優先度の高いほしいものリスト / ☕を奢る
Donate 寄付 カンパ サポート Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.
詳細プロフィールを表示

0 comments:

スパム対策の為コメントをオフにしています。
Disqusは利用出来ます。

注: コメントを投稿できるのは、このブログのメンバーだけです。

...

Recent Posts

 
"The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License."