All of the sudden this plugin is no longer embedding the pdf. It just shows up as a link rather than displaying the pdf in the viewer on the page. I’m not sure if this is conflict with the latest wordpress update or the latest woocommerce update. Has anyone figured out this issue?
]]>I have been using this plugin with no issues, but recently, my pdf’s began having major issues… I have to refresh pages multiple times to not get the: Whoops… There was a problem displaying this image error when loading a pdf.
I’ve tried in different browsers, and get the same thing. Tried a different system entirely – same deal.
What can I do??
]]>How do I center the pdf on a page?
]]>Last couple of days Embed PDF doesn’t open pdf files on IE11. It Works fine with Chrome but not IE11. I guess it needs an urgent update.
Thanks,
Sinan
sample page: https://ayseabla.k12.tr/wordpress/2016/03/15/cocuklarimiz-ve-biz-konulu-veli-seminerimiz-icin-tiklayiniz/
]]>Files previously uploaded work fine but the latest upload won’t display.
It tries and then we get a message Whoops! There was a problem previewing this document.
The link directly to the file works but not through Google docs. Any idea why this file is different?
The link at the bottom works
Unable to display PDF
Click here to download
I can’t provide a link as this is a private site.
]]>It seems that a 4.3 upgrade broke something.
]]>after updating some plugins and wordpress, a blank white space suddenly appeared at the bottom of the PDF File, and right below the PDF box, there is this:
Unable to display PDF
Click here to download
after these texts, there’s a big white space at the bottom.
how can i get rid of the white space?
]]>I understand it is easy to add a shortcode to embed a document based on its URL.
My situation is: I have a full library with custom posts who have a custom field for documents URL.
Is there a way I could change my template to call for these URLs =with Embed PDF? in PHP.
Thanks fotr the help
Agnes
I have been using this for a long time and with the last update to WordPress and possibly the plugin or even Google’s API – the viewing of the PDF has become intermittent. In Chrome the box shows up but says “No Preview is Available”, in Internet Explorer it either shows up or big white space, and in Firefox the same but I get the big white space more.
Because this is an issue – it would seem prudent to move the following message up to the top rather than have it at the bottom.
Unable to display PDF
Click here to download
Because the space allotted for the PDF to render is so huge, it pushes this message too far down the page. Visitors may not scroll down that far when they see the space is blank.
Maybe update this so that the message shows at the top. I think this is a good solution until the kinks are worked out.
]]>Downloaded the plugin, installed it, activated it. No-show if I want to insert a widget in pagebuilder-line.
Hope2hear soon…
Gz. HansMPL
When the 3D pdf is rendered on my page, the controls are missing and only a static image is displayed. How can I activate the controls for interactivity? When I download the file as it is displayed on my page, and it displayed by the native Adobe reader in Windows 8.1, it displays fine. But not the version that is rendered on my WP Page. Can anyone help?
]]>Hi!
I am using PDF embed and it works perfectly with some pdfs (with only two or three pictures) but it does not work with heavy ones (it is not a problem of weight because I have this PDF uploaded on my server and I can see it, but when I try to embed this ones with a lot of pictures, it gives me error).
Why it happens?
]]>Hi!
im traying to run Embed PDF as a widget via enhanced text using code below to display pdf on the front page..
unforunatelly i have no luck, as pdf do not apear on the widget area..
i was traying to use :
<?php echo do_shortcode('[embed width="400" height="600"]https://xx.xx/xx/01.pdf[/embed]'); ?>
and
[embed width="400" height="600"]https://xx.xx/xx/01.pdf[/embed]
both didnt work … any one can help ??
]]>I have a lot of school newsletters in PDF format that were emailed out to parents for last several years. Now we want to put all of them on our web page (as a source of history).
I was trying to figure out how to post them to our page, until I found this plugin. This is exactly what I was looking for, Thank you for creating this plugin.
My question is, since the PDF shows up inside Flash, how does this effect SEO? Are search engines able to read text of the PDF?
Also, is it possible to use something else other than Flash to display PDF’s? (perhaps HTML5 ?) The reason is that mobile devices and tablets don’t support Flash, and more and more people access internet using mobile devices and tablets.
]]>Hi,
So far in testing this, it seems to work fine. I can get to a point where I’m successfully embedding a PDF document and resizing it works great. Now, I can’t figure out how to align the iFrame itself; can someone offer some help?
I’m very familiar with HTML, CSS, etc.
All suggestions welcome.
Thanks in advance!
]]>I get “Whoops! There was a problem previewing this document.”
Embed code: [embed width="550"]https://silky-canada.com/wp-content/uploads/2014/03/Catalogue-2013.pdf[/embed]
WP: 4.0.1
Embed PDF: 1.0.6
Firefox: 33.1.1
Max OS X: 10.9.5
Same problem on Windows 7 Professional, SP1
On IE, it works, other than pushing down our sidebar.
Thx for any help!
Paul
In your readme.txt file, it says I can change the default dimensions of the embedded pdf from settings > media settings > embeds.
There is not an embeds option within the media settings. So how can I get that default size to change? I don’t want to use the shortcode, but I am familiar with a little php and css code. Where in the .php file could I dictate that change?
Thanks
I’m trying to embed a dropbox link to a PDF and it says the Embed Failed to embed.
[embed width="100%" height="600"]https://www.dropbox.com/s/sz9euj3evkr678h/Joes_specials_test.pdf?dl=0[/embed]
]]>The HTTPS problem can be resolved by replacing:
$embed = '<iframe src="https://docs.google.com/viewer?url='.urlencode($url).'&embedded=true" class="'.$class.'"';
with:
$embed = '<iframe src="//docs.google.com/viewer?url='.urlencode($url).'&embedded=true" class="'.$class.'"';
Hi – only getting a blank page (with my default template showing instead of content) since the update to WP4.0. Is the plug-in updated as yet – it didn’t auto update from 1.04 to 1.05, but I’ve done that manually with no improvement. It’s not worked for a month or so now – stoneleighmethodist.org.uk and click on any Newsletter link.
]]>I’ve installed the plugin. I have this line in a post:
[embed]https://dev3.sunil.co.nz/wp-content/uploads/2014/08/RJRabin_RESUME4.pdf[/embed]
The resulting page shows no pdf.
The following error message shows:
Notice: Undefined variable: attr in [prefix]/public_html/dev3/wp-content/plugins/dirtysuds-embed-pdf/embed.php on line 100
The line in question is from the file ’embed.php’, and looks like this:
return apply_filters( ’embed_pdf’, $embed, $matches, $attr, $url, $rawattr );
]]>The preview is working exactly how I wanted, thank you!!!!!, however the images in the PDF are of very low quality. Is there a setting I can use to make it a higher quality embed or is this an issue with google docs?
]]>Thanks for this great plugin.
Seems to work fine except for some extra markup.
<![if !IE]>
comes before the viewer and <![endif]>
comes after.
Here is the page in question: https://thecommunityfoundation.com/general-information-brochure/
]]>I’m using this plug in in a couple of my sites. It worked great, then suddenly stopped working in Firefox, my normal browser – I just have a big blank space.
I didn’t add any other plugs in and didn’t touch it. I checked it in Chrome, and it does work there. Any ideas?
]]>Just upgraded WP and this no longer works… oh dear – have maybe 50 posts using this… any chance of an upgrade?
]]>Hi, just installed it and was wondering where do I get the URL of the PDF? I downloaded one from my email and inserted it into the media files.
Thanks
]]>Hi there,
I seen there was another post about this, but it was closed so I’m starting another one. I am using this plugin on a site, and on my desktop it’s not showing up in Firefox. It works great in FF on Windows, and on my Mac laptop (running OSX v. 10.8.4), same FF version.
Not sure what could be causing this by my colleague (across the country) is experiencing the same issue on her machine. I’m assuming this is something to do with Lion since it is running perfectly on my machine that has Mountain Lion?
Checked out the code in inspector and it’s identical on both machines – tried messing with it removing the IE conditionals and whatnot, but on my Lion machine still no go… any ideas?
My security settings are identical on both machines.
Also, for what is worth I also installed the Google Doc Embedder plugin and the same issue is occurring only in FF OSX Lion.
Please let me know if you need any further information.
Also, as a side note in IE8 it display just a x in the top left corner of the area where the PDF should be, and in IE9 it says “Unable to display PDF Click here to download”. This is a Windows 8 machine. Works fine in IE10. (This isn’t a big issue for us on this particular site, so it’s more of a heads up). Google Docs Embedder does work in IE8+
]]>The Plugin is not able to locate and display the pdf properly, if we use a direct link on “https://10.200.162.21/wp-content/uploads/2013/08/Debianserver.pdf”.
An error occurs which states: Local file could not be found at its original source. make sure it is present. If you want you can load the original document >here<.
Permalink with attachment-id is also not working. tested.
Any Ideas?
I have my PDF embedded in WordPress using Google Docs. I want potential employers to be able to print out just the PDF on the wordpress page. I’m using the plugin “dirty suds – embed pdf” to embed the pdf through google docs. Thanks in advance.
]]>Hi! I would like to know if this plugin is already compatible with WordPress 3.6?
]]>