Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Hi y'all great developers,

I am trying to integrate AddThis into Umbraco CMS and would like to hear if any of you know how to add it via an IFrame or the like so that a client would be able to see the statistics in the backoffice.

Any suggestions on auto log-in are also welcomed!

Thanks a lot for your help. Kind regards, Iulia

share|improve this question

1 Answer

To add an iframe into an ascx or aspx file is no problem. So whichever one is preferred there are well trodden steps to customizing the umbraco backoffice to show custom aspx pages or ascx controls.

Adding a new section to the umbraco admin backoffice is pretty well documented. If you go through these steps you can have your own section in the backoffice - and then simply create an aspx page or pages with whatever content you want to display.

Alternatively you can change or add a tab to the standard view of backoffice and then use an ascx user control to display whatever content you like.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.