Hello,
First of all you have done great work with this plugin, which is really usefull!
My problem is that when i use
Code: |
{aridoc engine="zoho" width="700" height="400"} http://download.guardian.co.uk/g24/Sport.pdf {/aridoc}
|
OR
Code: |
{aridoc engine="google" width="700" height="400"} http://download.guardian.co.uk/g24/Sport.pdf {/aridoc}
|
I can't see the pdf.The first time I used zoho it appeared, but from then I can't use either google or zoho viewer to embed the pdf files that are on the internet. Why is this happening?
When I use code for the website or an article
Code: |
{aridoc engine="iframe" width="500" height="400"}http://www.sports.com {/aridoc}
{aridoc engine="article" width="500" height="400" id="2"}{/aridoc}
|
everything work fine.Why is this happening?