ogplus CLI
Copy Install https://opengraphplus.com/connect.txt into your coding agent to connect your site to OpenGraph+
> Install https://opengraphplus.com/connect.txt ● Fetched connect.txt● Bash(curl -sSL https://ogplus.terminalwire.sh/ | bash)● Bash(ogplus login) Welcome you@example.com● Bash(ogplus site create example.com) https://k3xq7bd2.ogplus.net● Detected Rails● Edit(layouts/application.html.erb) +6 lines Every page on example.com now has a link preview.Point it at a URL and it prints a copy-paste block with the image address already filled in.
$ ogplus meta --tags example.com/pricing<meta property="og:title" content="example.com"><meta property="og:url" content="https://example.com/pricing"><meta property="og:type" content="website"><meta property="og:site_name" content="example.com"><meta property="og:image" content="https://k3xq7bd2.ogplus.net/pricing"><meta property="og:image:secure_url" content="https://k3xq7bd2.ogplus.net/pricing"><meta property="twitter:card" content="summary_large_image">Platforms cache previews hard, and they don't come back on their own. Drop yours and the next fetch renders the page you just shipped.
$ ogplus cache list example.com/pricing+--------+----------------+------+|Consumer|Rendered At |Size |+--------+----------------+------+|Twitter |2026-08-28 14:02|142 KB||Slack |2026-08-28 14:02|138 KB||Apple |2026-08-27 09:15|151 KB|+--------+----------------+------+$ ogplus cache rm example.com/pricingPurged 3 cache(s) for https://example.com/pricingWhatsApp and iMessage load previews from the reader's own device, not a datacenter. So these are real people, in real places, opening your link.
$ ogplus fetches summary example.comPreview fetches, last 90 days: 6328+---------------+-------+|Platform |Fetches|+---------------+-------+|Twitter |2173 ||Microsoft Teams|112 ||WhatsApp |97 ||Slack |96 ||Discord |61 |+---------------+-------++----------------------+-------+|Location |Fetches|+----------------------+-------+|Amsterdam, Netherlands|24 ||Sao Paulo, Brazil |21 ||Paris, France |10 ||San Jose, US |10 ||Frankfurt, Germany |9 |+----------------------+-------+ogplus help lists the rest: sites, pages, renditions, and shareable links.