Jump to content

SFN Google Gadget


Recommended Posts

http://www.google.com/ig - there you can customize Google. (Yes, just like MyYahoo)

 

There's a SFN gadget, but it doesn't work. Who's working on it? Is it on hiatus?

 

EDIT:

A gadget is a small piece of programming, a module like an rss feed that you can put on your homepage to stay informed on the latest news.

Link to comment
Share on other sites

The gadget is trying to go to http://www.scienceforums.net/external.php?type=RSS when it should be http://www.scienceforums.net/forums/external.php?type=RSS

 

It seems the main-page link to the feed (in the <head> tag) has the wrong URL. We'll have to get an admin to fix that and wait for Google to refresh the gadgets list.

Link to comment
Share on other sites

The gadget is trying to go to http://www.scienceforums.net/external.php?type=RSS when it should be http://www.scienceforums.net/forums/external.php?type=RSS

 

It seems the main-page link to the feed (in the <head> tag) has the wrong URL. We'll have to get an admin to fix that and wait for Google to refresh the gadgets list.

 

Or alternatively you could use a redirect, which Google.com/ig appears to accept.

 

To do this, the ScienceForums webmaster should upload a file named:

 

external.php

 

to the scienceforums root directory

 

This should contain the following contents (use notepad. Save. Rename from .txt to .php):

 

<?php

header("Location: http://www.scienceforums.net/forums/external.php?type=RSS");

?>

 

Then the google.com/ig browser will open this file, and redirect to the correct RSS feed URL.

Note that the type=RSS is ignored.

 

I know it will work because I've tried it on my own web site.

In Google.com/ig click to enter your own RSS feed, and enter:

 

http://dohat.com/external.php?type=RSS

 

And the ScienceForums RSS feed will appear.

 

It looks good

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.