Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Embedding google search box within Confluence pages

Tim Milner December 4, 2011

Hi, I am unable to find an appropriate response to this question in the forums or online. Are we able to embed a standard google search box within our Confluence pages? So that entering our search term into this box within a Confluence page would take us to the results page on google.

Is this something that can be done?

Thanks,

Tim

1 answer

1 accepted

1 vote
Answer accepted
Dennis Kromhout van der Meer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 4, 2011

Basically there are two ways of doing this:

Globally:

You can insert a google search box at the bottom (or wherever else you like) by injecting html via javascript. Browse to Administration > Look and Feel > Custom HTML > "At end of the BODY" > Edit, paste the following:

<script type="text/javascript">
AJS.$('#main').append('<form method="get" action="http://www.google.com/search">\
<input type="text" name="q" maxlength="255" />\
<input type="submit" value="Google Search" />\
</form>');
</script>

Per Page:

If you don't want a search box on every page, it's also possible to create you own macro which you can do at Administration > Configuration > User Macros and using the following (rendered) html:

<form method="get" action="http://www.google.com/search">
<input type="text" name="q" maxlength="255" />
<input type="submit" value="Google Search" />
</form>

Good luck!

Tim Milner December 19, 2011

That's worked like a dream! Thanks Dennis, and Happy Christmas!

Dennis Kromhout van der Meer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 19, 2011

Good to hear Tim, please mark the question as answered so that more people can use this information :) Merry Christmas to you too!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events