Oct 03, 2016 6:39 pm
I just updated the Step 1 code, please update it in your theme's functions.php file.
Oct 11, 2016 5:53 pm
i cant get it to work 🙁
<?php echo wpforo_kses($post['body'], 'post') ?>
is not existing in my post.php
Nov 08, 2016 9:36 pm
You can make the iframe responsive... something like that, with css 😛
.wpforo-post-content iframe,
.wpforo-post-content object,
.wpforo-post-content embed {
position: relative;
top: 0;
left: 0;
width: 100%;
max-width: 600px;
height: 320px;
}
Cheers!