Can you show me more precisely what you’re doing, what HTML it produces, a screenshot of how it appears in your browser, and which browser you’re using to view the page?
I have the same issue. I follow instructions:
Make a new post
In de post I add the url (short)
Publish
In my post” Download the PDF”
Hope you can help…
Sounds like you’ve done everything right. Can you tell me what browser you’re using? Does it support embedding PDFs – does http://pdfobject.com/markup/examples/sized-element.html work, for example?
If so, can you show me the generated HTML? Press CTRL-U, to see the HTML, and then use CTRL-F to search for the URL you embedded. Take everything from <object ...> to </object> and paste it here. Or just put the whole document on a site like http://p.defau.lt
Hello I have got the same problem,here is the sourcecode of the site:
<object class="vanilla-pdf-embed" data="http://mypage.de/?wpfb_dl=61#page=1&view=FitH" type="application/pdf" width="100%" height="500em">
<p><a href="http://mypage.de/?wpfb_dl=61">Download the PDF file .</a></p>
</object>
Thank You & best regards
@drumdaniel: If you require assistance then, as per the Forum Welcome, please post your own topic instead of tagging onto someone else’s topic.
This topic references an old version of WordPress.
HI,
have this problem in Opera
working n chrome
THx
Dan
Please remember that not all web browsers support embedding PDFs natively, which is the reason for the download link fallback. If you want to support all browsers, you should pick another solution (which will probably require javascript).