[Plugin: Q and A – FAQ Plugin] autoembed doesn't work by default
-
In recent version of WordPress if you paste link on youtube video or flickr image it shows as video/image in actual post. It doesn’t work in Q-A.
I’ve fixed that
just replace line 99 with these lines:
global $wp_embed; $answer = wpautop($wp_embed->autoembed($qa_faq->post_content));
- The topic ‘[Plugin: Q and A – FAQ Plugin] autoembed doesn't work by default’ is closed to new replies.