Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Adsense Widget


Go to End


7 Posts   6224 Views

Avatar
Ryan

Community Member, 11 Posts

21 December 2007 at 11:00am

Hey.

I have developed an Adsense Widget as part of the Google Highly Open Participation contest.

The Adsense Widget will allow the integration of Google Adsense adverts into your site.

I have got the code to output into the website correctly, but I can't seem to get the advert to appear.

Does anybody know why this is?

Thank You.

Avatar
Sigurd

Forum Moderator, 628 Posts

21 December 2007 at 11:30am

( I've asked Will Scott who worked with Google APIs on SilverStripe before, to respond, although given xmas, its reasonable to expect he may be unable to respond )

Perhaps if you put up a live working copy somewhere, you could ask on a google adwords mailing list; is it just some javascript to show the ads?

Avatar
Ryan

Community Member, 11 Posts

21 December 2007 at 12:20pm

yes, Its just some Javascript which displays the advert.

Thank you.

Avatar
laktek

Google Summer of Code Hacker, 76 Posts

21 December 2007 at 3:12pm

As far as I know, Adsense only displays ads on live sites (which means publicly accessed and approved by Google). Were you testing this on a live site or on your local copy ?

Avatar
Ryan

Community Member, 11 Posts

21 December 2007 at 10:13pm

That is probably what it wrong I was testing it locally.

Thank You.

Avatar
Ryan

Community Member, 11 Posts

21 December 2007 at 10:51pm

Could someone please try using this widget on a live server.

Thanks.

Avatar
Ryan

Community Member, 11 Posts

21 December 2007 at 11:35pm

I have found the problem, since SilverStripe outputs as xml

<?xml version="1.0" encoding="UTF-8"?>

Firefox will treat it as its xml and will not understand the write() function.

I am going to use CDATA to try for a work around, otherwise It will not work in firefox.