<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 になっています





0 comments:
スパム対策の為コメントをオフにしています。
Disqusは利用出来ます。
注: コメントを投稿できるのは、このブログのメンバーだけです。