Title: Upbinger Blog
Author: upbinger
Published: <strong>26.03.2026</strong>
Last modified: 13.04.2026

---

Търсене на разширения

![](https://ps.w.org/upbinger-blog/assets/icon-256x256.png?rev=3492207)

# Upbinger Blog

 От [upbinger](https://profiles.wordpress.org/upbinger/)

[Изтегляне](https://downloads.wordpress.org/plugin/upbinger-blog.zip)

 * [Детайли](https://bg.wordpress.org/plugins/upbinger-blog/#description)
 * [Оценки](https://bg.wordpress.org/plugins/upbinger-blog/#reviews)
 *  [Инсталиране](https://bg.wordpress.org/plugins/upbinger-blog/#installation)
 * [Разработка](https://bg.wordpress.org/plugins/upbinger-blog/#developers)

 [Поддръжка](https://wordpress.org/support/plugin/upbinger-blog/)

## Описание

**Upbinger Blog** lets you seamlessly embed your blog content — published through
[Upbinger](https://upbinger.com) — into your WordPress site. The plugin uses **Shadow
DOM** for complete CSS isolation, so your blog styles never clash with your theme.

#### Key Features

 * **Customizable Styles** — Configure grid title, colors, fonts, spacing, and more
   from the Upbinger dashboard (Publish  Style tab). Changes apply on next publish.\
   n* **Back to Blog Navigation** — Configurable „ Back to Blog“ link on every post
   for easy grid return.\n* **Shadow DOM Isolation** — Blog CSS lives inside a shadow
   root and cannot interfere with your theme or vice versa.
 * **rem  em Conversion** — Automatically converts CSS `rem` units to `em` so blog
   typography renders correctly regardless of your theme’s root font-size.
 * **SEO Meta Injection** — Open Graph, Twitter Card, canonical link, and JSON-LD
   structured data are injected into the page `<head>` for search engines and social
   media.
 * **SPA Navigation** — Internal blog links navigate without a full page reload.
   Back/forward buttons work as expected.
 * **Google Fonts in Light DOM** — Font stylesheets are hoisted into the page `<
   head>` so they load correctly across all browsers.
 * **Anonymous Analytics** — Visit counts are sent via `sendBeacon` with session
   deduplication. No cookies, no PII.
 * **Automatic Container Detection** — Finds the best content area in your theme
   automatically, or you can specify a CSS selector.

#### How It Works

 1. Your blog HTML is published to the Upbinger CDN.
 2. The plugin fetches the correct page from the CDN when a visitor loads your blog
    route.
 3. The HTML is cleaned, adapted for Shadow DOM (CSS scoping, remem, SEO extraction),
    and injected into an isolated shadow root.
 4. Visitors see your blog styled exactly as designed, with zero CSS side-effects.

#### Requirements

 * An active [Upbinger](https://upbinger.com) account with a published blog.
 * WordPress 5.0 or higher.
 * PHP 7.4 or higher.

### External services

This plugin relies on two third-party services provided by Upbinger.

#### Upbinger CDN (cdn.upbinger.com)

Blog HTML, CSS, images, and font references are fetched from the Upbinger content-
delivery network every time a visitor loads a blog page on your site.

 * **What is sent:** an HTTPS GET request containing only the URL path of the blog
   page being loaded (e.g. `/blogs/example.com/index.html`). No cookies or personal
   data are transmitted.
 * **When:** on every front-end page load of the blog route.
 * **Service provider:** Upbinger — [Terms of Service](https://upbinger.com/terms)
   | [Privacy Policy](https://upbinger.com/privacy)

#### Upbinger Analytics API

Anonymous page-view events are sent so site owners can see which posts are popular.
No cookies are set and no personally-identifiable information is collected.

 * **What is sent:** the page path, a session-scoped deduplication flag (stored 
   in `sessionStorage`), and the site domain. The request is made via `navigator.
   sendBeacon`.
 * **When:** once per unique page view per browser session (deduplicated). Can be
   disabled entirely from **Settings  Upbinger Blog  Disable Analytics**.
 * **Endpoint:** `https://m745tnh6jg.execute-api.us-east-1.amazonaws.com/api/trackVisit`
 * **Service provider:** Upbinger — [Terms of Service](https://upbinger.com/terms)
   | [Privacy Policy](https://upbinger.com/privacy)

## Инсталиране

 1. Upload the `upbinger-blog` folder to `/wp-content/plugins/`.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Navigate to **Settings  Upbinger Blog**.
 4. Enter your site domain (e.g. `example.com`) and blog base path (e.g. `/blog`).
 5. Optionally specify a CSS container selector or enable debug logging.
 6. Visit your blog page to verify content loads correctly.

## ЧЗВ

### Do I need an Upbinger account?

Yes. The plugin loads blog content from Upbinger’s CDN, so you need a published 
blog on the platform.

### Will this break my theme’s styles?

No. All blog CSS is isolated inside a Shadow DOM root. Your theme’s CSS cannot leak
in, and the blog’s CSS cannot leak out.

### Why are font sizes different on my site?

Some themes set `html { font-size: 62.5%; }` which changes the meaning of CSS `rem`
units. This plugin automatically converts `rem` to `em` and sets a 16px base so 
blog text renders at the intended size.

### Does this affect my SEO?

Positively. The plugin injects Open Graph, Twitter Card, canonical link, and JSON-
LD structured data into the page `<head>` so search engines and social platforms
can properly index and preview your blog content.

### Are analytics GDPR compliant?

Yes. The plugin sends anonymous page-view events only (no cookies, no personal data).
You can also disable analytics entirely from the settings page.

## Отзиви

There are no reviews for this plugin.

## Сътрудници и разработчици

“Upbinger Blog” е софтуер с отворен код. Към разширението са допринесли следните
хора:

Сътрудници

 *   [ upbinger ](https://profiles.wordpress.org/upbinger/)

[Превеждане на “Upbinger Blog” на вашия език.](https://translate.wordpress.org/projects/wp-plugins/upbinger-blog)

### Имате интерес към разработване?

[Преглеждане на кода](https://plugins.trac.wordpress.org/browser/upbinger-blog/),
разглеждане на [SVN хранилище](https://plugins.svn.wordpress.org/upbinger-blog/),
или абонамент към [програмната история (log)](https://plugins.trac.wordpress.org/log/upbinger-blog/)
чрез [RSS](https://plugins.trac.wordpress.org/log/upbinger-blog/?limit=100&mode=stop_on_copy&format=rss).

## Списък с промени

#### 2.0.2

 * Fix: Remove ALL duplicate canonical tags (not just first one) to prevent SEO 
   conflicts.
 * Fix: Strip .html suffix from canonical and og:url for clean public-facing URLs.
 * Fix: Deduplicate meta tags by property/name before injecting.
 * Add: Light DOM H1 tag for SEO crawlers that cannot read Shadow DOM content.

#### 2.0.1

 * Fix duplicate JSON-LD structured data (BlogPosting + FAQPage) appearing in both
   document head and Shadow DOM.

#### 2.0.0

 * Complete rewrite for WordPress.org coding standards.
 * Shadow DOM isolation for CSS conflict prevention.
 * rem  em conversion for theme compatibility.
 * SEO meta injection (OG, Twitter, canonical, JSON-LD).
 * SPA-style internal navigation.
 * Anonymous analytics with session deduplication.
 * Debug logging gated behind an admin setting.
 * Proper escaping, sanitization, and i18n throughout.

#### 1.0.0

 * Initial release.

## Мета

 *  Version **2.0.2**
 *  Last updated **Преди 1 месец **
 *  Active installations **По-малко от 10**
 *  WordPress version ** 5.6 или по-висока **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 или по-висока **
 *  Language
 * [English (US)](https://wordpress.org/plugins/upbinger-blog/)
 * Tags
 * [blog](https://bg.wordpress.org/plugins/tags/blog/)[content](https://bg.wordpress.org/plugins/tags/content/)
   [embed](https://bg.wordpress.org/plugins/tags/embed/)[seo](https://bg.wordpress.org/plugins/tags/seo/)
 *  [Разширен изглед](https://bg.wordpress.org/plugins/upbinger-blog/advanced/)

## Оценки

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/upbinger-blog/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/upbinger-blog/reviews/)

## Сътрудници

 *   [ upbinger ](https://profiles.wordpress.org/upbinger/)

## Поддръжка

Имате да кажете нещо? Имете нужда от помощ?

 [Разглеждане на форумите за поддръжка](https://wordpress.org/support/plugin/upbinger-blog/)