The following slots are available when building a plugin for the Post page.
The following image shows slots in the Post page, into which users can add plugins.
The slots are represented by the following placement
object:
Provide the following values for each property:
Key | Value |
---|---|
appDefinitionId | "14bcded7-0066-7c35-14d7-466cb3f09103" |
widgetId | "211b5287-14e2-4690-bb71-525908938c81" |
slotId | ID of the slot you want as displayed in the image above. Supported values:
|
For example:
Learn more about how to add your plugin to a slot from the dashboard page.
Use the Post plugin API to integrate with the plugin's host.
The API provides data about the current post.
Name | Type | Description |
---|---|---|
postId | String | The ID of the current post. |
Post plugins usually need to integrate with Wix Blog Post APIs, as well as other backend APIs.
In your site plugin or in your app's server code, you may want to perform actions or implement logic that is dependent on the current post or related data.
You can do this using the Wix Blog APIs (Velo, REST, JavaScript SDK).