I would like to embed a Google Doc into a FogBugz wiki page? Can I do it?
|
2
|
FogBugz doesn't really support this out of the box (it will rewrite iFrames if you try to paste them in. However, you can use a simple BugMonkey script to replace google doc links with embedded doc links on view. I tried this out with google spreadsheets. Here's the finished result:
First, I went to http://support.google.com/docs/bin/answer.py?hl=en&answer=55244 to learn how to publish a spreadsheet to html. This is what my config looked like:
Next, I added inserted a link using that URL to where I want the spreadsheet to appear in the wiki page. The final step is to add a BugMonkey script (My Settings > Customizations) to append an iFrame for the document after the link:
I haven't tested this on different types of documents, but the regex seemed to work for the spreadsheet I published. |
||
|
|

