Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

vinothss4u/SS4U-WPApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SS4U-WPApp

Ionic app for wordpress blog

How to use this app

This app does not work on its own. It is missing the Ionic library, and cordova plugins.

To use this, either create a new ionic project using the ionic node.js utility, or copy and paste this into an existing Cordova project and download a release of Ionic separately.

Installation

$ sudo npm install -g ionic cordova
$ sudo ionic start myApp balnk

For social sharing include cordova plugin Social Sharing plugin

$ ionic plugin add https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git

or

$ cordova plugin add nl.x-services.plugins.socialsharing

For open the link in external browser include

cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git

For splash screen include cordova plugin

cordova plugin add org.apache.cordova.splashscreen

For checking network activity include $cordovaNetwork

cordova plugin add org.apache.cordova.network-information

For push notification add plugin $cordovaPush

cordova plugin add https://github.com/phonegap-build/PushPlugin.git

Replace the www folder with the current branch files.

Wordpress setup

Install latest wordpress in your server and install the following plugins,

  • JSON API
  • JSON API User. After installing it should enabled in wordpress settings.
  • Wordpress GCM Push. Contact our the administrator to get plugin files.

About

Ionic app for wordpress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.3%
  • CSS 15.8%
  • Other 0.9%