rg5353070
(Rahul Gupta)
June 4, 2024, 5:39pm
1
I am not able to embed My Twitter Posts using the Prismic Rich Text Editor.
Do I need do download an external library in order to achieve this?
rg5353070
(Rahul Gupta)
June 4, 2024, 5:45pm
2
I am able to embed Linkedin posts in Rich Text Editor but it doesnt show up the way I expect it to.
It shows up as an article and not as a simple card as it does when I embed directly using code.
Are there any possible fixes for it?
Phil
(Phil Snow)
June 7, 2024, 3:32pm
3
Hey @rg5353070 ,
I think the builder is running into some issues with the package that we use for embeds. The team is logging the as a bug and will get to this as soon as they can.
In the meantime the best thing to do is to create an embed Slice to do this and get working again:
To add a custom embed code or raw HTML, you will first need to set up a unique field or Slice specifically for this. Then you will need to add code to your website application to handle this new field.
1. Create a new field for the HTML
You have two options, using a Key Text field or a Rich Text field.
with a Rich text field
We recommend you using a customized Rich Text field specifically for your custom code. You will need to configure the field to "Allow multiple paragraphs" and set the fiel…
Thanks.