History: PluginWebDocViewer
Source of version: 13
Copy to clipboard
! PluginWebDocViewer New ((Wiki plugin)) introduced in ((Tiki12)) to allow displaying many types of documents online, embedded in your Tiki pages. Supported file types: *Image files (.JPEG, .PNG, .GIF, .TIFF, .BMP) *Raw Image formats *Video files (WebM, .MPEG4, .3GPP, .MOV, .AVI, .MPEGPS, .WMV, .FLV, .ogg) *Microsoft Word (.DOC and .DOCX) *Microsoft Excel (.XLS and .XLSX) *Microsoft PowerPoint (.PPT and .PPTX) *Adobe Portable Document Format (.PDF) *Tagged Image File Format (.TIFF) *Scalable Vector Graphics (.SVG) *PostScript (.EPS, .PS) *TrueType (.TTF) *XML Paper Specification (.XPS) *Google Docs *Google Sheets *Google Slides *Google Forms *Google Drawings See also the "Support File Types" at https://support.google.com/drive/answer/2423485 !!Overview {HTML()} <img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://c.gigcount.com/wildfire/IMP/CXNID=2000002.11NXC/bT*xJmx*PTEzNzU*OTQ*NTU3OTkmcHQ9MTM3NTQ5NDQ1OTQ4MCZwPSZkPSZnPTImbz1lYTc2NWE1ZmI1OTY*N2U3YjU3ZTBmMzlh/YTJiNzlhNCZvZj*w.gif" /><object name="kaltura_player_1375494455" id="kaltura_player_1375494455" type="application/x-shockwave-flash" allowScriptAccess="always" allowNetworking="all" allowFullScreen="true" height="500" width="650" data="https://www.kaltura.com/index.php/kwidget/wid/1_nigkishb/uiconf_id/7693591"><param name="allowScriptAccess" value="always" /><param name="allowNetworking" value="all" /><param name="allowFullScreen" value="true" /><param name="bgcolor" value="#000000" /><param name="movie" value="https://www.kaltura.com/index.php/kwidget/wid/1_nigkishb/uiconf_id/7693591"/><param name="flashVars" value=""/><a href="http://corp.kaltura.com">video platform</a><a href="http://corp.kaltura.com/video_platform/video_management">video management</a><a href="http://corp.kaltura.com/solutions/video_solution">video solutions</a><a href="http://corp.kaltura.com/video_platform/video_publishing">video player</a></object> {HTML} !! Parameters __FileId__ Enter the FileId of a file in a Tiki File Gallery __URL__ Enter a URL of a file from an external domain __Height__ The height of the embed area __Width__ The width of the embed area {PLUGINMANAGER(plugin=webdocviewer singletitle=none) /} Note : For a full list of supported file types please visit [https://support.google.com/drive/answer/2423485?p=docs_viewer&rd=1] !! Example To add a preview of a document in a wiki page, forum post, blog post, use the WEBDOCVIEWER plugin like this: {CODE(wrap=1)} {WEBDOCVIEWER(fileId=>1,width=>425,height=>350)}{WEBDOCVIEWER} {CODE} {CODE(wrap=1)} {WEBDOCVIEWER(url=>http://www.ntia.doc.gov/legacy/reports/2010/OSTWG_Final_Report_060410.pdf, width=>425, height=>350)}{WEBDOCVIEWER} {CODE} {HTML()} <iframe src="http://docs.google.com/viewer?url=http://tiki.org/dl178&embedded=true" width="750" height="780" style="border: none;"></iframe> {HTML}