> For the complete documentation index, see [llms.txt](https://docs.opusbooster.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opusbooster.com/platform/widgets/blog-widget.md).

# ブログウィジェット

せっかく素晴らしいブログを持っているのだから、ウェブサイトのどのページでも、あるいはファネルでも、それをアピールしてください！

ブログウィジェットに移動して、ページにドロップしましょう。

![](https://1369750374-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWQDl1MvGQxbiNyVOzW8v%2Fuploads%2FZ3hZN2QZO53FoE6y412W%2Fblog%20widget.PNG?alt=media\&token=2464cd9a-c870-4c47-aa8b-449d668da977)

### ブログウィジェットのスタイリング

すべての要素と同様に、あなた自身の好みに合わせてスタイルを変更することができます。ブログウィジェットの中では、以下のような変更が可能です。

* 表示するコレクション
* カテゴリー 画像を表示
* レイアウト表示
* ソーシャルシェアリンクを追加する
* 表示させたいブログ記事の数

![](https://1369750374-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWQDl1MvGQxbiNyVOzW8v%2Fuploads%2Fb1DP1R52PKax4KMNK0wK%2Fblog%20styling%20widget.PNG?alt=media\&token=9dc7fd4d-43e8-4e45-9f41-aff72a0d50c5)

**表示するコレクション**： ブログの記事を、以下の方法で表示することができます。

* 最近の投稿
* 最も人気のあるカテゴリー
* 最も人気のあるタグ

**カテゴリー**：ブログの設定で設定したカテゴリごとにブログパーツを表示することができます。

**記事の画像と説明を表示**： これはオプションです。例えば、ブログの記事をテキストリスト形式で表示するか、上の画像に表示されているように画像と説明を追加するかを選択できます。

**レイアウト**：レイアウトデザインを選択する際、3つの表示オプションがあります。注：上記では、グリッド配置のレイアウトを選択しています。

1. グリッド配置
2. 大画像
3. 中画像

**ナビゲーションタイプ**： ナビゲーション・タイプは、ウィジェットにさらに多くのオプションを追加します。より多くのブログ記事を表示するナビゲーションボタンや、ブログ記事の次の行を表示する代替オプションを追加したい場合に使用します。

* ページ切り替え
* 「さらに読み込む」ボタン

**シェアボタンを追加**： 共有ボタンを追加すると、訪問者はソーシャルアイコンをタップするだけで、ブログ記事を自分のソーシャルメディアチャンネルに共有することができます。これはオプションです。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.opusbooster.com/platform/widgets/blog-widget.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
