Description
Embed PDF with Smallpdf makes it easy to add PDF documents to your WordPress posts and pages. This plugin offers two convenient methods for embedding PDFs:
-
Gutenberg Block:
- Add the block by clicking on the + button in the Gutenberg editor.
- Search for «Embed PDF with Smallpdf».
- You can either upload a PDF from your media library or paste a PDF URL in the block details in the sidebar.
- Adjust the height of the widget by specifying the size in pixels (px) from the sidebar.
-
Shortcode:
- Use the shortcode
[pdf url='_ADD_PDF_URL_HERE_']
to embed a PDF. - Control the height of the widget by adding the
height
parameter to the shortcode, e.g.,[pdf url='' height='480']
. The height value, in px, must be integer.
- Use the shortcode
This flexibility allows you to seamlessly integrate PDF files into your content, ensuring they are easily accessible to your audience.
Use of Third-Party Services
This plugin integrates the Embed PDF widget viewer from Smallpdf. To display your PDF successfully, the file may be processed through Smallpdf’s servers.
By using this plugin, you agree to Smallpdf’s Terms & Conditions and Privacy Policy
Development
The source code for this plugin is available on GitHub:
GitHub Repository
Blocks
This plugin provides 1 block.
- Embed PDF with Smallpdf Insert a PDF viewer in your post and pages using Smallpdf's Embed PDF.
Installation
From your WordPress Admin Dashboard (Recommended)
- Go to Plugins Add New Plugin
- Search for Embed PDF with Smallpdf
- Click Install, then Activate
Manual installation
- Download the plugin as
.zip
file - Unzip the downloaded archive
- Upload
embed-pdf-by-smallpdf
folder into your/wp-content/plugins/
directory - Go to Plugins Installed Plugins
- Activate Embed PDF with Smallpdf
FAQ
-
Can I embed multiple PDFs on the same page?
-
Yes, you can embed multiple PDFs on the same page using either the Gutenberg block or the shortcode. Each block or shortcode will handle an individual PDF file.
-
Can I adjust the dimensions of the embedded PDF viewer?
-
Yes, you can adjust the height of the embedded PDF viewer. In the Gutenberg block, you can specify the height in the block’s sidebar settings. When using the shortcode, add the height parameter with the desired value in pixels, e.g.,
height='500'
. -
What types of PDF files can I embed?
-
You can embed any standard PDF file. Simply ensure that the URL you provide or the file you upload is a valid PDF document.
-
Can I use this plugin without an API key?
-
Yes, the Embed PDF with Smallpdf plugin does not require an API key to function. You can embed PDFs without any additional setup
-
The message
Document unavailable
typically means that the PDF is not reachable or readable. To resolve this issue, please ensure that:- The URL points to a valid PDF file.
- There are no typos in the URL.
- Your internet connection is stable.
If the problem persists, verify that the PDF file is publicly accessible and not restricted by permissions or behind a firewall.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Embed PDF with Smallpdf” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Embed PDF with Smallpdf” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release of Embed PDF with Smallpdf