Title: maca Njuvs
Author: macas
Published: <strong>22 чэрвеня, 2026</strong>
Last modified: 22 чэрвеня, 2026

---

Пошук плагінаў

![](https://ps.w.org/maca-njuvs/assets/banner-772x250.png?rev=3582129)

![](https://ps.w.org/maca-njuvs/assets/icon-256x256.png?rev=3582129)

# maca Njuvs

 Аўтар: [macas](https://profiles.wordpress.org/macas/)

[Спампаваць](https://downloads.wordpress.org/plugin/maca-njuvs.1.0.31.zip)

 * [Падрабязнасці](https://bel.wordpress.org/plugins/maca-njuvs/#description)
 * [Водгукі](https://bel.wordpress.org/plugins/maca-njuvs/#reviews)
 *  [Ўсталёўка](https://bel.wordpress.org/plugins/maca-njuvs/#installation)
 * [Распрацоўка](https://bel.wordpress.org/plugins/maca-njuvs/#developers)

 [Падтрымка](https://wordpress.org/support/plugin/maca-njuvs/)

## Апісанне

**maca Njuvs** is a standalone WordPress plugin for news and events with its own
database tables and settings.

 * News with scheduled publishing, banner/ticker, popup, and in-page layouts for
   tables and columns
 * Events with recurring dates and exceptions
 * Gutenberg blocks for news and events (`maca-njuvs/maca-info-news`, `maca-njuvs/
   maca-info-events`)
 * iCal feed at `/maca-njuvs-events.ics`
 * Optional publishing to Facebook and Instagram via your own Meta app

Shortcodes: `[maca_njuvs_news]`, `[maca_njuvs_events]`, `[maca_njuvs_calendar_subscribe]`

Plugin page: https://wordpress.org/plugins/maca-njuvs/

Source code: https://github.com/maca59/maca-njuvs

### External services

This plugin optionally connects to Meta (Facebook) services when a site administrator
configures social media publishing. No data is sent unless that feature is enabled
and used.

#### Meta Graph API

Used to publish news posts to a connected Facebook Page and Instagram account, and
to list pages during setup.

Data sent when an administrator publishes (or sends a test post): post caption text,
image URL, Facebook Page ID, Instagram account ID, and access tokens stored on your
site after OAuth. Requests go to `https://graph.facebook.com/`.

Service provider: Meta Platforms, Inc. — [Terms of Service](https://www.facebook.com/legal/terms),
[Privacy Policy](https://www.facebook.com/privacy/policy/).

#### Meta OAuth

Used when an administrator clicks “Connect Facebook & Instagram” to authorize the
plugin with their Meta app. The browser is redirected to `https://www.facebook.com/`
for login; authorization codes and tokens are exchanged via the Meta Graph API and
stored in your WordPress database.

Data sent during connection: OAuth authorization codes, app credentials configured
by the administrator, and requested permission scopes. No visitor or front-end user
data is sent.

Service provider: Meta Platforms, Inc. — [Terms of Service](https://www.facebook.com/legal/terms),
[Privacy Policy](https://www.facebook.com/privacy/policy/).

## Screenshots

[⌊News list in the maca Njuvs admin⌉⌊News list in the maca Njuvs admin⌉[

News list in the maca Njuvs admin

[⌊Edit a news item with scheduling and social publishing options⌉⌊Edit a news item
with scheduling and social publishing options⌉[

Edit a news item with scheduling and social publishing options

[⌊Month calendar view on the frontend (maca Events block)⌉⌊Month calendar view on
the frontend (maca Events block)⌉[

Month calendar view on the frontend (maca Events block)

[⌊News list on the frontend (maca News block)⌉⌊News list on the frontend (maca News
block)⌉[

News list on the frontend (maca News block)

[⌊Gutenberg blocks in the block inserter⌉⌊Gutenberg blocks in the block inserter⌉[

Gutenberg blocks in the block inserter

[⌊Recurring event editor in admin⌉⌊Recurring event editor in admin⌉[

Recurring event editor in admin

## Блокі

Гэты плагін прадастаўляе 2 блокі.

 *   maca Events
 *   maca News

## Ўсталёўка

 1. In WordPress admin, go to _Plugins  Add New_, search for **maca Njuvs**, and click
    _Install Now_ — or upload `maca-njuvs-{version}.zip` via _Upload Plugin_
 2. Activate the plugin through the _Plugins_ menu
 3. Open **maca Njuvs** in the admin menu to add news and events

## Часта задаваныя пытанні

### Where is content stored?

All content and settings are stored in maca Njuvs database tables and options on
your WordPress site.

### How do I show news and events on pages?

Add the **maca News** and **maca Events** blocks in the block editor, or use the
shortcodes `[maca_njuvs_news]` and `[maca_njuvs_events]`.

## Водгукі

На гэты плагін няма водгукаў.

## Удзельнікі і распрацоўшчыкі

“maca Njuvs” is open source software. The following people have contributed to this
plugin.

Удзельнікі

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

[Перакласці “maca Njuvs” на вашу мову.](https://translate.wordpress.org/projects/wp-plugins/maca-njuvs)

### Зацікаўлены ў распрацоўцы?

[Праглядзіце код](https://plugins.trac.wordpress.org/browser/maca-njuvs/), праверце
[SVN рэпазітарый](https://plugins.svn.wordpress.org/maca-njuvs/), або падпішыцеся
на [журнал распрацоўкі](https://plugins.trac.wordpress.org/log/maca-njuvs/) па [RSS](https://plugins.trac.wordpress.org/log/maca-njuvs/?limit=100&mode=stop_on_copy&format=rss).

## Журнал змяненняў

#### 1.0.31

 * WordPress.org listing: plugin URI and readme updated for the plugin directory
 * Extract news/event admin form helpers to enqueued script (media picker, recurrence
   fields, large-image warning)

#### 1.0.30

 * Social publish progress bar moves continuously while waiting instead of jumping
   between steps

#### 1.0.29

 * Warn in admin when a selected news or event image is large (500 KB+); updated
   translations and guides

#### 1.0.28

 * Fix “Please reduce the amount of data” when saving news: lighter excerpt editor
   and strip pasted data-URI images

#### 1.0.26

 * Respect “Enable maca Njuvs” setting: stop auto-enabling and showing news when
   disabled

#### 1.0.24

 * Standalone plugin: removed maca Menulist integration and renamed internal API
   to maca_njuvs_*

#### 1.0.22

 * Exclude dev tools from release ZIP
 * Escape output at echo time (wp_kses_post / wp_kses)

#### 1.0.21

 * WordPress.org review: enqueue admin and frontend scripts instead of inline tags
 * Document Meta external services in readme
 * Remove load_plugin_textdomain() (WordPress.org auto-loads translations)

#### 1.0.12

 * In-page news layout for tables and columns
 * Plugin Check compatibility fixes

#### 1.0.11

 * Import on its own admin tab
 * Standalone maca Njuvs product identity
 * Release ZIP for WordPress upload

#### 1.0.0

 * Initial release — news, events, and iCal with dedicated tables

## Мета

 *  Версія **1.0.31**
 *  Апошняе абнаўленне **1 тыдзень таму**
 *  Актыўных установак **Менш за 10**
 *  Версія WordPress ** 5.9 або вышэй **
 *  Правераны да версіі **7.0**
 *  Версія PHP ** 7.4 або вышэй **
 *  Мова
 * [English (US)](https://wordpress.org/plugins/maca-njuvs/)
 * Тэгі
 * [calendar](https://bel.wordpress.org/plugins/tags/calendar/)[events](https://bel.wordpress.org/plugins/tags/events/)
   [information](https://bel.wordpress.org/plugins/tags/information/)[news](https://bel.wordpress.org/plugins/tags/news/)
   [restaurant](https://bel.wordpress.org/plugins/tags/restaurant/)
 *  [Пашыраны прагляд](https://bel.wordpress.org/plugins/maca-njuvs/advanced/)

## Ацэнкі

Пакуль яшчэ няма водгукаў.

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

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

## Удзельнікі

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

## Падтрымка

Ёсць што сказаць? Патрэбна дапамога?

 [Перайсці да форуму падтрымкі](https://wordpress.org/support/plugin/maca-njuvs/)