ھي پلگ ان WordPress جي جديد 3 وڏين رليزز سان آزمايو نه ويو آھي. اهو ٿي سگهي ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

Simple Parse Push Service

وضاحت

This is a simple implementation for Parse.com Push Service (for iOS, Android, Windows 8 or any other devices may add).
You can send a push notification via admin panel or with a post update/creation. In addition, you can include post’s id as extra parameter to use it as you want with your mobile app, select the channels you want to receive notifications or add an extra parameter to the payload (any key/value pair you like).

NOTICE:
In order to use this plugin you MUST have an account with Parse.com and cURL ENABLED.

WARNING:
Wordpress, in order to publish a scheduled post, runs a pseudo-cron job WHEN a user visits the site. Any user, any page (admin page or a page a visitor sees).
SO, if for example you have scheduled a post for publish at 16:00 and this website doesn’t have a hit until 16:50, the post will actually be published at 16:50 and the Push Notification will be sent at 16:50.
Keep that in mind!

تصوير

  • Plugin's settings menu.
  • Plugin's settings menu (channels and post types to add a meta box).
  • Plugin's Push Notification dashboard
  • All push notifications for scheduled posts.
  • Add/Edit post, meta box

انسٽاليشن

  1. Upload simple-parse-push-service folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Setup ‘Application name’, ‘ApplicationID’, ‘REST API Key’ according to your parse.com application

FAQ

cURL not working with my Windows x64 operating system

Go to http://www.anindya.com/php-5-4-3-and-php-5-3-13-x64-64-bit-for-windows/ and download the curl version that corresponds to your php version under “Fixed curl extensions:”.
So if you have php 5.3.13, download “php_curl-5.3.13-VC9-x64.zip”. Try the “VC” version first.

(Source: http://stackoverflow.com/questions/10939248/php-curl-not-working-wamp-on-windows-7-64-bit)

جائزا

جمع: سڀ 3 تبصرا پڙهو

تعاون ڪندڙ & ڊولپرز

“Simple Parse Push Service” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

ترجمو ڪريو “Simple Parse Push Service” توهان جي ٻولي ۾.

ڊولپمينٽ ۾ دلچسپي؟

ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.

لاگ تبدیل ڪريو

1.3.5

  • Update the payload with the “default” sound

1.3.2

  • Fixed slow admin area

1.3.1

  • Fixed metabox not showing on “post” edit page

1.3

  • Stability fixes
  • Send Push Notification for scheduled posts
  • Send Push Notification via ‘edit menu’ for any Post Type. Posts are enabled by default but any other Post Type can be selected from the Settings menu.

1.2

  • Bug fix

1.1

  • Ability to add channels or disable them completely
  • Ability to change meta box priority
  • Ability to add extra parameter (key/value pair) while sending a Push Notification using the plugin’s dashboard
  • UI changes

1.0.1

  • Bug fix
  • Ability to include post’s id as extra parameter

1.0

  • Auto-send Push Notification through parse.com service with every post publish