This plugin extends the DatoCMS SEO meta field. This plugin allows users to see a preview of different sources generated from Heads Up.
This project was build using:
To edit the SEO-settings, the user can click on the configure button to open a modal with all the editable SEO-fields.
The user can also upload an image that will be shown in the cards.
The user can click on the reset button to remove all data from the editable SEO-settings. The user can also remove an uploaded image by opening the SEO-settings modal and hover over the image uploader. A button will appear, and once pressed, the uploaded image will be removed.
First add this plugin via DatoCMS Settings > Plugins > Add (/admin/plugins/new)
.
Secondly add an API token to the global settings of the plugin.
Make sure you have Node installed on your machine if you want to install this plugin for development. Start a new project in your code-editor and run the following command:
git clone https://github.com/voorhoede/datocms-plugin-extended-seo
The following step is to install the node modules/packages. Install the packages by running the following command in your terminal:
npm install
Now that all the node modules are installed, you can start the application by entering the following command in your terminal:
npm start
To add the plugin to your DatoCMS project, start by navigating to your DatoCMS project settings, go to plugins and add a new plugin. Fill in the name of the plugin and the needed information. As entry point URL either fill in:
Please make sure to run your project locally so the project instantly changes while you save. If you are running your project locally fill in the following:
http://localhost:3000
If you already deployed the plugin, fill in your netlify (or your deployed site link) link in the entry point URL.
Make sure you enter the correct Field ID in the plugin model. You can do this by navigating to your models settings, edit the model settings and fill in your correct Field ID. Also don't forget to fill in the name of your plugin in the field editor under the heading "Presentation":
DatoCMS is a cloudbased headless CMS. See datocms.md.
See contributing.md.