# blockenberg/2.0.7/blocks/open-graph-preview/block.json

Blockenberg — 600+ Advanced Gutenberg Blocks &amp; AI Agent for WordPress Block Editor, version 2.0.7. 181 lines.

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/open-graph-preview/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.7/raw/blocks/open-graph-preview/block.json
- Modified: 2026-03-06T12:32:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/open-graph-preview/block.json#L10-L20`.

```json
{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "blockenberg/open-graph-preview",
    "version": "1.0.0",
    "title": "Open Graph Preview",
    "category": "bkbg-dev",
    "icon": "share",
    "description": "Preview how your page looks when shared on Twitter/X, Facebook, LinkedIn, and Slack.",
    "keywords": [
        "social",
        "og",
        "preview",
        "share",
        "seo",
        "twitter",
        "facebook",
        "linkedin"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-open-graph-preview-editor",
    "style": "bkbg-open-graph-preview-style",
    "viewScript": "bkbg-open-graph-preview-frontend",
    "attributes": {
        "platform": {
            "type": "string",
            "default": "all"
        },
        "pageTitle": {
            "type": "string",
            "default": "Your Amazing Blog Post Title That Grabs Attention"
        },
        "pageDescription": {
            "type": "string",
            "default": "A compelling description of your content that will appear when shared on social media platforms. Keep it under 160 characters for best results."
        },
        "pageUrl": {
            "type": "string",
            "default": "yoursite.com"
        },
        "siteName": {
            "type": "string",
            "default": "My Website"
        },
        "imageEmoji": {
            "type": "string",
            "default": "\ud83d\ude80"
        },
        "imageBg": {
            "type": "string",
            "default": "#6366f1"
        },
        "imageHeight": {
            "type": "number",
            "default": 180
        },
        "showDescription": {
            "type": "boolean",
            "default": true
        },
        "showSiteName": {
            "type": "boolean",
            "default": true
        },
        "layout": {
            "type": "string",
            "default": "stacked"
        },
        "bgColor": {
            "type": "string",
            "default": "#f1f5f9"
        },
        "borderRadius": {
            "type": "number",
            "default": 16
        },
        "fontSize": {
            "type": "number",
            "default": 14
        },
        "twitterBg": {
            "type": "string",
            "default": "#15202b"
        },
        "twitterBorder": {
            "type": "string",
            "default": "#38444d"
        },
        "twitterTitle": {
            "type": "string",
            "default": "#ffffff"
        },
        "twitterDesc": {
            "type": "string",
            "default": "#8b98a5"
        },
        "twitterMeta": {
            "type": "string",
            "default": "#6b7280"
        },
        "facebookBg": {
            "type": "string",
            "default": "#ffffff"
        },
        "facebookBorder": {
            "type": "string",
            "default": "#dddfe2"
        },
        "facebookTitle": {
            "type": "string",
            "default": "#1c1e21"
        },
        "facebookDesc": {
            "type": "string",
            "default": "#606770"
        },
        "facebookMeta": {
            "type": "string",
            "default": "#8a8d91"
        },
        "linkedinBg": {
            "type": "string",
            "default": "#ffffff"
        },
        "linkedinBorder": {
            "type": "string",
            "default": "#e0dfde"
        },
        "linkedinTitle": {
            "type": "string",
            "default": "#000000"
        },
        "linkedinDesc": {
            "type": "string",
            "default": "#434649"
        },
        "linkedinMeta": {
            "type": "string",
            "default": "#0a66c2"
        },
        "slackBg": {
            "type": "string",
            "default": "#ffffff"
        },
        "slackBorder": {
            "type": "string",
            "default": "#e8e8e8"
        },
        "slackAccent": {
            "type": "string",
            "default": "#36c5f0"
        },
        "slackTitle": {
            "type": "string",
            "default": "#1d1c1d"
        },
        "slackDesc": {
            "type": "string",
            "default": "#616061"
        },
        "slackMeta": {
            "type": "string",
            "default": "#868686"
        },
        "bodyFontWeight": {
            "type": "string",
            "default": "400"
        },
        "bodyTypo": {
            "type": "object",
            "default": {}
        }
    },
    "supports": {
        "html": false,
        "align": [
            "wide",
            "full"
        ]
    }
}
```
