Embed Custom Component in CMS blog post

I am trying to figure out how I can insert a custom component that was made within the Webflow Designer into my blog post in the CMS. For example I have some custom buttons created, and want to place those within my blog post. I don’t see anywhere within the blog editor to pull from the component library.


Here is my public share link: LINK
(how to access public share link)

1 Like

Webflow components are not something you can store in the CMS or embed directly into rich text elements.

However, Finsweet’s Powerful Rich Text allows you to reference components on page and will move them into your rich text content.

Welcome @mike5 :wave:

Yea, it’s fairly straight forward. I do this all the time.

Use Powerful Rich Text - Add HTML and components to Webflow Rich Text Block for this.

I create a static page to design the components and then within the CMS Rich Text just add something like:

{{my-cool-component=/components}}

While /components is your static page and the my-cool-component is the attribute of that element (using Finsweet).

It works super well and I do it often :+1:

1 Like

Hi there, @ChrisDrit, how do you get it working within the CMS on a collection template page? I can get the component to appear on a static page but it just won’t show up on a collection page when the identifier is entered via the cms?? I’ve checked and double checked everything and as I say it works on static pages, just not the dynamic one. Any tips greatly appreciated

@ChrisDrit Eureka! there was a stray space in the attribute name throwing it off. please ignore, thank you!

1 Like