Skip to content

wp-net/WordPressXF-V2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPressXF - V2

This is a Xamarin.Forms app (supporting Android and iOS) designed to turn easily WordPress Blogs / Sites into nice little apps.

It's built on

Features

working and planned features for WordPressXF:

  • Show posts
  • Show comments
  • Custom app icons
  • Use SplashScreen
  • Sign In
  • Add comment

Screenshots

Screenshot-01


Screenshot-02

Quickstart

WordPress Plugins

Since WordPress 4.7 the REST API has been integrated into the core so there's no need for any plugins to get basic functionality. If you want to access protected endpoints, this library supports authentication through JSON Web Tokens (JWT) (plugin required).

Getting Started

Just clone or download the repo and open it in Visual Studio. Before you can build you'll need to enter the URL to your WordPress blog/site in the file WordPressXF/WordPressXF/WordPressXF/Common/Statics.cs. And don't forget to add /wp-json/ at the end.

namespace WordPressXF.Common
{
    public static class Statics
    {
        public static string WordpressUrl = "https://wordpress.org/news/wp-json/";

        // other properties
    }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages