shqawe
Member
Hi,
I am building addon to render google ads from database the problem is if i insert a normal html img code i can easy render it but when i insert google ads the ads doesn't show and this is how i render the code:
but unfortunately it doesn't work so can someone help in this.
I am building addon to render google ads from database the problem is if i insert a normal html img code i can easy render it but when i insert google ads the ads doesn't show and this is how i render the code:
Code:
$GoAdds = $this->getGoAdsQuery()->fetchOne();
return BbCode::renderFromHtml($GoAdds->ga_code);
but unfortunately it doesn't work so can someone help in this.