Forums

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

rendering web pages in confluence

lance_lyons
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.
September 15, 2014

We are wondering if there is a way to render a web page from another site (like System Center Operations Manager) in a page on confluence.

 

Is this possible?

 

Thanks

Lance

3 answers

0 votes
Aleš Laňar
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.
September 15, 2014

Hi Lance,

you can try write your own user macro via Velocity. There you can use iframe or something like this for create a view of your page smile

User macros can write admins in admin console, there is a User Macro a there you can create a new one.

Something like this:

#param URL:title=URL|required=true
 
<iframe src="#paramURL" width="90%" height="90%">
</iframe>
0 votes
lance_lyons
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.
September 15, 2014

Ok thanks Davin.    I have a question perhaps you might know the answer.

 

The page URL that we want to render requires a Active Directory login.  How would we provide a login to Operations Manager for the URL being render?

 

 

Davin Studer
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.
September 16, 2014

You would just point the iframe to the login page for Ops Manger.

0 votes
Davin Studer
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.
September 15, 2014

If you get the Content Formatting Macros one of the macros included is an iframe macro, which will let you do this. There is also the built-in HTML include macro, but it is not very good as it does not bring in the styles and JavaScript.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events