Insert a product inside "Content" field of blog post

Hello everyone!

I’m facing a challenge in my implementation, and I hope someone can help me.

I’m looking for a way to insert one or more products (in the form of cards, slides) directly into the “Content” field of a blog post, much like how you can do with images that break up the text.

I’ve explored various options, including splitting {{ article.content }} into two arrays, but so far, without positive results. The only option seems to be creating blocks where text or selected products can be inserted, but this isn’t a viable solution for me as non-developers will be working on it.

Does anyone have any suggestions or solutions regarding this? Thanks a lot in advance for any help!

@AlbDN - try some page builder app like pagefly and check if you can insert a block…

Hey @suyash1 , thanks for your help, but I’m exploring ways to achieve this using custom Liquid code. Are you familiar with any methods?