https://github.com/dataquestio/caravan_wordpress
Integrate Dataquest Caravan into your Wordpress site.
https://github.com/dataquestio/caravan_wordpress
Last synced: about 1 year ago
JSON representation
Integrate Dataquest Caravan into your Wordpress site.
- Host: GitHub
- URL: https://github.com/dataquestio/caravan_wordpress
- Owner: dataquestio
- License: gpl-3.0
- Created: 2017-09-15T15:55:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-19T20:35:57.000Z (over 8 years ago)
- Last Synced: 2025-02-15T10:46:24.262Z (about 1 year ago)
- Language: PHP
- Homepage: https://www.dataquest.io
- Size: 19.5 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dataquest Caravan Wordpress Plugin
This plugin enables you to embed the code running system that powers [Dataquest](https://www.dataquest.io) into your Wordpress blog. Note that this is only the repo and README for the Wordpress plugin. The main Caravan repo is [here](https://github.com/dataquestio/caravan), and it's recommended to read it first.
## Installation Instructions
### Admin Dashboard
1) Download the latest plugin release [zip file](../../releases/latest)
2) Open your Wordpress admin dashboard
3) Navigate to the plugin page (located on the left menu)
4) Click on "Add New" button (located on the top by the title "Plugins")
5) Click on "Updated Plugin" button (located on the top by the title "Add Plugins")
6) Click on "Choose File" and pick the downloaded zip file from step 1
7) Click "Activate" for the plugin
## Usage
The Plugin adds a media button called "Add Dq Template" to the top of your editor when you're creating or editing a post.
Clicking on the "Add Dq Template" will add the needed template to your post for a single embedded caravan editor.
**Note**: It's best to use text mode when editing with this template, as it can cause issues with visual mode.

### Template Details
The template should look like:
``` html
# markdown here
```
## Usage
For more details on how to use and customize the template and Caravan, please see the main [Caravan repo](https://github.com/dataquestio/caravan).