Excuse my bad English please.Â
So, whenever I add a Facebook post link to my comment section, the adress link turns invisible but the embed is not shown.Â
Also, whenever I add a video file to the comment section, the video doesn-t play.Â
For example:Â
https://theodosie.ro/2021/04/04/avem-proclamatia-pentru-libertate-ce-ne-lipseste/#comment-3267 Â
This link (
) is invisible although it appears in the wordpress comment dashboard.Â
The added video file doesn t work, although audio files do play, as here: https://theodosie.ro/2021/03/30/iohannis-si-cadrajul-abuziv-al-comunicarii-strategice/#comment-3251
The question for support: why doesn t facebook post links embed in the comment form the way youtube links do?
Thank you so much!
Hi @utzu,
This is just a small CSS conflict with the theme or other plugins. Use the code below to get it resolved:Â
#wpdcom .wpd-comment-text iframe{
position: static !important;
}
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.Â
Please don't forget to press Ctrl+F5 (twice) on the frontend before checking
thank you so much! It works!
Do you have any ideea why the video player inside the comment form doesn t run? It works on audio, not with video:Â
https://theodosie.ro/2021/04/04/avem-proclamatia-pentru-libertate-ce-ne-lipseste/#comment-3267 Â /a>Â Â
thank you so much! It works on desktop, but not mobile. Is there a way for it to be visible on mobile too?
Do you have any ideea why the video player inside the comment form doesn t run? It works on audio, not with video. it says no MIME type found. What are the formats for video media suported in the comment form?Â
https://theodosie.ro/2021/04/04/avem-proclamatia-pentru-libertate-ce-ne-lipseste/#comment-3267 Â /a>Â Â

