[email protected]
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [Google Doc Embedder] Open it New Tabthis is what i usually do to get doc in a new tab …
step 1: create –> viewer.php and paste the following code
<html> <title> Doc Downloader </title> <body> <center><b><a href="<?php echo $_GET["url"]?>">Download This Document </a></center><b> <iframe src="http://docs.google.com/viewer?url=<?php echo $_GET["url"]?>&hl=&embedded=true" class="gde-frame" style="width:100%; height:110%; border: none;" scrolling="no"></iframe> </body> </html>Step 2: place the following code where ever you want
<a href="http://www.YOURWEBSITE.com/PATHtoFILE/viewer.php?url=http://www.YOURWEBSITE/filename.pdf" target="_blank">Click here to view </a>Hope this helps you
Hi,
It would be great if someone make a small tutorial working with GDE & Peekaboo/similar plugin
Thanks in advance
Forum: Plugins
In reply to: [Google Doc Embedder] GDE fails with "Ubuntu one" cloud storage URLthanks kevin, for your fastest reply, It’s working 🙂
But need a small change, the below code
[gview file="http://ubuntuone.com/1YNlvxVvHowzunowk9VS7d"]results in displaying file download link with hash instead of its file name.
Download ( 1YNlvxVvHowzunowk9VS7d, , 151KB)how can i change the download file name?
Viewing 3 replies - 1 through 3 (of 3 total)