Hi!
https://unsuspectingbit.com
Tried it in a few combinations, but, no luck yet.
I only managed to get async ads showing. I’ve altered your code:
function jp_mini_ads_show_ads( $content ) {
$options = get_option( ‘jp_mini_ads_strings’ );
$ads = ‘
<script type=”text/javascript”>
<!–
google_ad_client = “‘. $options[‘google_ad_client’] .'”;
google_ad_slot = “‘. $options[‘google_ad_slot’] .'”;
google_ad_width = ‘. $options[‘google_ad_width’] .’;
google_ad_height = ‘. $options[‘google_ad_height’] .’;
//–>
</script>
<script type=”text/javascript” src=”//pagead2.googlesyndication.com/pagead/show_ads.js”></script>
‘;
Thanks!