https://github.com/oneplc/wp_plc_skeleton
Wordpress Plugin for onePlace Skeleton Module. Show your Skeletons Data on any Wordpress Website
https://github.com/oneplc/wp_plc_skeleton
oneplace oneplace-plugin skeleton-plugin wordpress wordpress-plugin
Last synced: about 1 month ago
JSON representation
Wordpress Plugin for onePlace Skeleton Module. Show your Skeletons Data on any Wordpress Website
- Host: GitHub
- URL: https://github.com/oneplc/wp_plc_skeleton
- Owner: OnePlc
- Created: 2020-01-25T04:55:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-25T10:12:37.000Z (over 5 years ago)
- Last Synced: 2025-01-31T08:41:29.527Z (3 months ago)
- Topics: oneplace, oneplace-plugin, skeleton-plugin, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://docs.1plc.ch/oneplace-skeleton
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wp-plc-skeleton
## Introduction
This is a skeleton wordpress plugin for oneplace skeleton based modules.
This plugin is based on a boilerplate that was accepted to be published on
wordpress.org - so if you don't mess up with the code too hard, it should
get approved on wordpress.org if you want to make it publicly available in wordpress.## Installation
Upload latest stable .zip to wordpress in wp-admin
Activate plugin
have fun
**[WP PLC Connect](https://github.com/OnePlc/WP_PLC_Connect) needs to be activated and connected for this plugin to work**
## Widgets
There are plenty of widgets and templates shipped with WP PLC Skeleton for you
to use if you like. All of them are optional and only loaded once activated.### Skeleton Slider
A nice looking, fully customizable Slider based on [swiperjs](https://github.com/nolimits4web/swiper)
It is configured the work with the onePlace Skeleton API `list` function - so as long as you return
at least the same data (you can return more), you should be able to use the widget without any code changes
for your own, skeleton based, modules.## Integrations
Work the way you want! WP PLC Skeleton Widgets come with optional full Elementor
integration. If you don't have / like / want Elementor, you can also use classic shortcodes
and soon also gutenberg blocks for the same widgets !Everything is loaded only if you activate it, to make the plugin as lightweight as possible.
## Getting started
## Documentation
Documentation will be extended soon.