Wix Blog: Post Page

The following slots are available when building a plugin for the Post page.

Slots

The following image shows slots in the Post page, into which users can add plugins.

The slots are represented by the following placement object:

Copy

Provide the following values for each property:

KeyValue
appDefinitionId"14bcded7-0066-7c35-14d7-466cb3f09103"
widgetId"211b5287-14e2-4690-bb71-525908938c81"
slotIdID of the slot you want as displayed in the image above.
Supported values:
  • "above-header"
  • "above-content-1"
  • "above-content-2"
  • "below-content-1"
  • "below-content-2"
  • "page-bottom-1"
  • "page-bottom-2"
  • "page-bottom-3"

For example:

Copy

Learn more about how to add your plugin to a slot from the dashboard page.

Post plugin API

Use the Post plugin API to integrate with the plugin's host.

The API provides data about the current post.

Properties

NameTypeDescription
postIdStringThe ID of the current post.

Code example

Copy

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).

Did this help?