Title: PuSHPress
Author: Joseph Scott
Published: <strong>3 Μαρτίου  2010</strong>
Last modified: 4 Μαρτίου  2022

---

Αναζήτηση πρόσθετων

Αυτό το πρόσθετο **δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress**.
Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας
με τις πιο πρόσφατες εκδόσεις του WordPress.

![](https://s.w.org/plugins/geopattern-icon/pushpress.svg)

# PuSHPress

 Από [Joseph Scott](https://profiles.wordpress.org/josephscott/)

[Λήψη](https://downloads.wordpress.org/plugin/pushpress.0.1.10.zip)

 * [Λεπτομέρειες](https://el.wordpress.org/plugins/pushpress/#description)
 * [Κριτικές](https://el.wordpress.org/plugins/pushpress/#reviews)
 *  [Εγκατάσταση](https://el.wordpress.org/plugins/pushpress/#installation)
 * [Ανάπτυξη](https://el.wordpress.org/plugins/pushpress/#developers)

 [Υποστήριξη](https://wordpress.org/support/plugin/pushpress/)

## Περιγραφή

This plugin adds WebSub/PubSubHubbub ( PuSH ) support to your WordPress powered 
site. The main difference between this plugin and others is that it includes the
hub features of PuSH, built right in. This means the updates will be sent directly
from WordPress to your PuSH subscribers.

### Frequently Asked Question

#### How is this plugin different from other PubSubHubbub plugins?

Other plugins use 3rd party hubs to relay updates out to subscribers. This plugin
has a built in hub, allowing WordPress to send out the updates directly.

#### Is there anything to configure?

No, once the plugin is activated it takes care of the rest.

## Εγκατάσταση

 1. Upload `pushpress.zip` to your plugins directory ( usally `/wp-content/plugins/`)
 2. Unzip the `pushpress.zip` file
 3. Ενεργοποιήστε το πρόσθετο μέσω του μενού “Πρόσθετα” στο WordPress

## Κριτικές

![](https://secure.gravatar.com/avatar/0cdf3f4caf0160a7b670986832168578d8e5500b57d5774b5a7facf835cf4641?
s=60&d=retro&r=g)

### 󠀁[Works ok but needs updating to WebSub.](https://wordpress.org/support/topic/works-great-8456/)󠁿

 [kevincox](https://profiles.wordpress.org/kevincox/) 5 Οκτωβρίου 2022

I am using FeedMail to provide email subscriptions to my blog and the only problem
was that posts weren’t going out quickly. Add I had to do was install this and it
notifies subscribers *instantly*. However this plugin still appears to be using 
the PuSH 0.3 standard which is very outdated and doesn’t have as good support as
WebSub which is the new name for the finished standard. Updating to support WebSub
is an important feature that needs to be done.

![](https://secure.gravatar.com/avatar/2aaad6bac6c128db7cbcb7e0f267c9616f7337942b9b8f8bd8d51fec308373c2?
s=60&d=retro&r=g)

### 󠀁[Works great with Delivr.it](https://wordpress.org/support/topic/works-great-with-delivrit/)󠁿

 [scamartist26](https://profiles.wordpress.org/scamartist26/) 3 Σεπτεμβρίου 2016

We are using this with the delivr.it system and it is working well.

 [ Ανάγνωση όλων των 5 κριτικών ](https://wordpress.org/support/plugin/pushpress/reviews/)

## Συνεισφέροντες & Προγραμματιστές

“PuSHPress” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία
του.

Συντελεστές

 *   [ Joseph Scott ](https://profiles.wordpress.org/josephscott/)
 *   [ Automattic ](https://profiles.wordpress.org/automattic/)
 *   [ Peter Westwood ](https://profiles.wordpress.org/westi/)
 *   [ Brandon Kraft ](https://profiles.wordpress.org/kraftbj/)

[Μεταφράστε το “PuSHPress” στην γλώσσα σας.](https://translate.wordpress.org/projects/wp-plugins/pushpress)

### Ενδιαφέρεστε για την ανάπτυξη;

[Περιηγηθείτε στον κώδικα](https://plugins.trac.wordpress.org/browser/pushpress/),
ανατρέξτε στο [αποθετήριο SVN](https://plugins.svn.wordpress.org/pushpress/) ή εγγραφείτε
στο [αρχείο καταγραφής αλλαγών ανάπτυξης](https://plugins.trac.wordpress.org/log/pushpress/)
μέσω [RSS](https://plugins.trac.wordpress.org/log/pushpress/?limit=100&mode=stop_on_copy&format=rss).

## Σύνοψη αλλαγών

#### 0.1.10

 * Resolves notice in PHP 7.4/fatal in PHP 8.0 due to deprecation of curly-brace
   array notation.

#### 0.1.9

 * Update plugin header to avoid deprecated argument warnings
 * Update class constructor to modern PHP
 * Update readme to reflect new name for the standard (WebSub)
 * Correct duplicate filter name
 * Add disable_pushpress_send_ping filter to disable pings when needed
 * Add X-Hub-Self headers
 * Bump stable to 4.9

#### 0.1.8

 * Use wp_safe_remote__() instead of wp\_remote\__()

#### 0.1.7.2

 * Make sure to only output the hub information in feeds
 * Bump tested value up to 3.6

#### 0.1.7.1

 * Use get_error_message() from the WP HTTP API ( Andrew Nacin )
 * Bump tested value up to 3.2

#### 0.1.7

 * Fix typo during error handling (reported by John Godley)
 * Improve HTTP error detection ( Andrew Nacin )
 * Make sure the channel title in pings matches the channel title in the regular
   feed ( reported by Hugo Hallqvist )
 * Normalize feed URLs ( Mike Adams )
 * Make sure the WP environment has no one logged in when querying post data for
   pings ( Mike Adams )

#### 0.1.6

 * Force enclosure processing to happen before sending out a ping
 * Make the plugin site wide for WPMU/multi-site installs

#### 0.1.5

 * When sending out pings we need to make sure that the PuSHPress
    options have 
   been initialized
 * Apply the hub array filter later in the process, as part of
    the feed head filter
 * Verify unsubscribe requests (noticed by James Holderness)

#### 0.1.4

 * Be more flexible dealing with trailing slash vs. no trailing slash

#### 0.1.3

 * Suspend should really be unsubscribe

#### 0.1.2

 * Look for WP_Error being returned when sending a ping

#### 0.1.1

 * Αρχική έκδοση

## Μεταστοιχεία

 *  Version **0.1.10**
 *  Τελευταία ενημέρωση: **πριν από 4 έτη**
 *  Ενεργές εγκαταστάσεις: **20,000+**
 *  Έκδοση WordPress: ** 2.9 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **5.9.13**
 *  Language
 * [English (US)](https://wordpress.org/plugins/pushpress/)
 * Ετικέτες:
 * [pubsubhubbub](https://el.wordpress.org/plugins/tags/pubsubhubbub/)[push](https://el.wordpress.org/plugins/tags/push/)
   [websub](https://el.wordpress.org/plugins/tags/websub/)[WordPress.com](https://el.wordpress.org/plugins/tags/wordpress-com/)
 *  [Σύνθετη Προβολή](https://el.wordpress.org/plugins/pushpress/advanced/)

## Αξιολογήσεις

 3.6 out of 5 stars.

 *  [  3 5-star reviews     ](https://wordpress.org/support/plugin/pushpress/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/pushpress/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/pushpress/reviews/?filter=3)
 *  [  1 2-star review     ](https://wordpress.org/support/plugin/pushpress/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/pushpress/reviews/?filter=1)

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

[Δείτε όλες τις κριτικές](https://wordpress.org/support/plugin/pushpress/reviews/)

## Συντελεστές

 *   [ Joseph Scott ](https://profiles.wordpress.org/josephscott/)
 *   [ Automattic ](https://profiles.wordpress.org/automattic/)
 *   [ Peter Westwood ](https://profiles.wordpress.org/westi/)
 *   [ Brandon Kraft ](https://profiles.wordpress.org/kraftbj/)

## Υποστήριξη

Έχετε κάτι να πείτε; Χρειάζεστε βοήθεια;

 [Φόρουμ υποστήριξης](https://wordpress.org/support/plugin/pushpress/)