Qiitaとかである記事のタイトルなんかをOGPに入れ込んでシェアした段階でわかりやすくなるあれです

こんにちは、Qiita開発チームのharekuです。 以前、Qiitaではビジュアルアイデンティティの再定義を行いましたが、それに伴い、OGPイメージも新しくなりました。 新しいOGPイメージ 新しい...
ec2-52-194-89-81.ap-northeast-1.compute.amazonaws.com


https://images.microcms-assets.io/assets/8e9453be63d24180b314f0a38d273696/c762ac87c7ca4c2983703304381315e4/baseimage.jpg?txt=ここに文字を入力できます!&txt-size=62&txt-color=000000&txt-align=middle,center&txt-font=Futura%20Condensed%20Medium&txt-fit=max&txt-shad=2
あとはこれをOGPとしてNuxtで設定してあげるだけです。
head (){
return {
title : this.title + " | ",
meta: [
{ hid: 'description', name: 'description', content: this.body.replace(/<("[^"]*"|'[^']*'|[^'">])*>/g,'').substr(0, 99)+"..." },
{ hid: 'og:title', property: 'og:title', content: this.title + ' | 空想は世界を包み込む' },
{ hid : 'og:image', property: 'og:image', content: "https://images.microcms-assets.io/assets/8e9453be63d24180b314f0a38d273696/c762ac87c7ca4c2983703304381315e4/baseimage.jpg?txt="+this.title+"&txt-size=62&txt-color=000000&txt-align=middle,center&txt-font=Futura%20Condensed%20Medium&txt-fit=max&txt-shad=2"},
{ hid: 'og:url', property: 'og:url', content: 'https://blog.utautattaro.com' + this.$route.path + "/" },
{ hid: 'og:description', property: 'og:description', content: this.body.replace(/<("[^"]*"|'[^']*'|[^'">])*>/g,'').substr(0, 99)+"..." },
]
}
}
以上で動的OGPが設定できます。

成果物microCMSmicroCMS|APIベースの日本製ヘッドレスCMSmicroCMSはAPIベースの日本製のヘッドレスCMSです。もう社内向け編集/管理画面を自作する必要はありません。開発・....
utautattaro.blog
blendで複数行もワンラインでできることに気づき、対応しました。 12.9インチに変えてからしばらく立ったので現在の構成を紹介%26txt-size%3D62%26txt-color%3Dffffff%26width%3D1200%26txt-align%3Dcenter)
og:imageを以下のように変更しています。
{ hid : 'og:image', property: 'og:image', content: "https://images.microcms-assets.io/assets/8e9453be63d24180b314f0a38d273696/9008d1f218b0481a998190c172f60aa2/blogogp.jpg?usm=20&fit=crop&blend-mode=normal&blend-alpha=100&?blend-align=middle.center&blend-w=1.0&blend=https%3A%2F%2Fassets.imgix.net%2F~text%3Ftxt%3D"+this.title+"%26txt-color%3Dffffff%26width%3D1000%26txt-align%3Dcenter%26txtfont=Hiragino%20Sans%20W6%26txt-size%3D48"}stable-diffusion-webuiで使用しているpythonのバージョンを変更する
2023年4月20日(木) 2時36分43秒 | 12016 viewキミを探す、夏 開発秘話
2021年11月5日(金) 22時43分0秒 | 498 viewどうしてもローカルでPDFを1枚ずつJPEG化したい
2024年8月2日(金) 2時17分3秒 | 250 viewnuxt.jsでテキストボックスクリック時にテキストを全選択する
2021年6月1日(火) 14時2分16秒 | 149 viewtwitter埋め込み最適化テスト
2021年10月5日(火) 13時48分18秒 | 15 view