Does anyone know how to add an interactive element to a Post?

I want to add an interactive element to my recipe post. I’m not sure if I can do this with a data set or if I can design the post with the interactive element coded via corvid and also use the data set? Or if I I’ll just need to add each recipe manually.

Any ideas?

For example, I want this type of interactive element at the top of each recipe post:

This is what information I was given by support: (I’m going through all of this now, but figured I’d ask here as well!)

Wix apps are proprietary, thus the only control you have over them is what they give you. You could create your own alternative and then you would have the ability to customize it they way you like.

There are several Wix Blog+Corvid examples that you can open in your Editor, play with, adjust the code to your needs and implement it on your site.

Custom Post Page Example might be exactly what you are looking for.

The support articles below will also be helpful as they explain how the default Wix Apps Collections can be used in your code.

Corvid: Working with Wix App Collections and Code
Corvid: Wix Blog “Categories” Collection Fields
Corvid: Wix Blog “Posts” Collection Fields

1 Like

You should look at this blog example here and add extra data to the post.
https://www.wix.com/corvid/example/custom-post-page

You can add the required images for each post into the extra data dataset and link it to the appropriate post through the reference field.

You can simply use two images here and have the one with the amounts on set to be hidden on load, then simply use onMouseIn event handler like in this example below to make the existing picture hide and the hidden on load picture to be shown, then do onMouseOut on the now shown pic to hide it again and to show the original pic again,
https://support.wix.com/en/article/corvid-reacting-to-user-actions-using-events
https://support.wix.com/en/article/corvid-tutorial-adding-custom-interactivity-with-events