Easy Integration for Dropbox – File Manager
Easy Integration for Dropbox – File Manager turns Dropbox into a native WordPress file manager. You can embed folders, documents, galleries, or uploader widgets on any page or post, while managing permissions, previews, and downloads from a single dashboard. Browse Dropbox files and folders without leaving WordPress, whether you need a quick preview or a complete file browser experience. Offer visitors document embeds, download links, and live previews straight from Dropbox with shortcode or block embeds that respect WordPress SEO best practices. Upload files to Dropbox through your WordPress site with flexible access controls, custom uploaders, and Contact Form 7 or Elementor Form integrations. Video Overview Features Built-in Dropbox file browser that works inside the WordPress admin and frontend panels. Shortcode builder with document embed, gallery, view link, and download link mode so you can tailor any page for SEO. File uploader component that can be placed in pages, posts, or forms and saves submitted files to Dropbox instantly. Preview popup that handles PDFs, Office documents, images, video, and more using lightGallery and Microsoft viewer. Shortcode builder media playback lets you add audio or video directly in embeds for presentations or tutorials. Media streaming from Dropbox accelerates playback and buffering for visitors browsing rich media. Slider carousel layouts in the shortcode builder spotlight featured folders or files in a touch-friendly carousel. Storage syncing keeps Dropbox and WordPress media aligned so files remain available wherever needed. Free Features ⚙️ Easy Setup Authenticate with Dropbox in a few clicks, use the guided OAuth flow, and start managing files from WordPress instantly. ⏫ File Uploader Upload directly to Dropbox via dedicated shortcode, Gutenberg block, or Elementor widget and keep all media centralized in your cloud storage. 📝 Shortcode Builder Create SEO-friendly shortcodes that embed Dropbox folders, documents, galleries, and download links with just a few options. 👁️ Previewer Show visitors a responsive preview popup for documents, images, PDFs, and multimedia so they can interact with Dropbox content without downloading it. 🔀 Contact Form 7 Integration Add a Dropbox file uploader to Contact Form 7 forms so submission attachments skip your server and land safely in Dropbox. Premium Features 🔒 User Private Files Let logged-in users upload and manage their own private Dropbox folders with per-user visibility controls. 🔀 WooCommerce Downloadable Products Integration Select Dropbox files for WooCommerce products, keep downloads synced with your store, and rely on a Dropbox-first delivery system. ⏯️ Media Library Integration Connect Dropbox to the WordPress Media Library to reuse files in posts, blocks, and widgets, blending cloud storage with your existing library. 🔒 Multiple Dropbox Accounts Link and switch between Dropbox accounts (PRO) without re-authenticating, ideal for agencies or multi-brand sites. 📁 Dropbox Team Folders Enable the Team Folders toggle in Settings to treat your Dropbox Business Team root as the plugin root. Please review any existing shortcodes or manually linked folders before switching, as the root folder will no longer be your personal folder. ⏯️ Media Player Support in Shortcode Builder Play audio and video directly through the shortcode builder without extra configuration. 📡 Media Streaming Stream media assets from Dropbox with optimized buffering for smooth playback. 🎠 Slider Carousel in Shortcode Builder Display folder contents in a carousel layout to highlight featured files. 💾 Storage Syncing Keep Dropbox storage in sync with WordPress media for consistent asset management. Popular Plugins Integration (Modules) 🔀 Gutenberg Block Editor Integration Drop custom Gutenberg blocks into posts or pages so editors can embed Dropbox files without writing code. 🔀 Elementor Page Builder Integration Use Elementor widgets to place Dropbox content precisely where it belongs in your landing pages and templates. 🔀 Divi Page Builder Integration (Upcoming) Bring Dropbox folders and uploaders to Divi modules as soon as the integration rolls out. For now you can use shortcodes inside Divi. 🔀 WooCommerce Integration Deliver downloadable products from Dropbox for faster, scalable commerce experiences. 🔀 Contact Form 7 Integration Add a Dropbox file uploader to Contact Form 7 forms so submission attachments skip your server and land safely in Dropbox. 🔀 WPForms Integration Add a Dropbox file uploader to WPForms forms so submission attachments skip your server and land safely in Dropbox. 🔀 Ninja Forms Integration Add a Dropbox file uploader to Ninja Forms forms so submission attachments skip your server and land safely in Dropbox. Upcoming Features 🔍 File Search Add a lightweight file search interface on any page so visitors can quickly locate Dropbox assets. 🛠️ Shortcode Builder Upgrades Expand shortcode capabilities with file browser, file search, and modern layouts for more engaging embeds. 🔗 More Popular Plugins Integration (Modules) We are expanding support to additional page builders and form plugins to make Dropbox accessible everywhere on your site. External Libraries and Links Used We rely on the following libraries and viewers to power Dropbox embeds and previews. – Dropbox PHP SDK – Browse and upload files via Dropbox APIs. – lightGallery – Render responsive galleries and previews for images, video, and documents. – Flaticon – Provide crisp icons for the UI. Links: https://docs.google.com/viewerng/viewer?embedded=true&url= – Embeds PDFs in the preview popup. https://view.officeapps.live.com/op/view.aspx?src= – Shows Office documents inside the preview. Data Privacy The plugin collects only the information required to authenticate with Dropbox: 1. Your WordPress website address. 2. A short-lived authorization code generated by the OAuth flow. These details are transmitted once you accept the Dropbox OAuth consent screen and are handled securely via https://oauth.ultradevs.com/dropbox-integrator-wp.php before redirecting back to your site. This authorized redirect ensures the plugin works without you needing to create your own Dropbox App while keeping the OAuth handshake smooth. See the ultraDevs Privacy Policy for more details. ℹ️ IMPORTANT: Communications occur directly between your server and Dropbox. Everything is encrypted, and no user files pass through our servers. Support & Resources Free Support | Live Chat | Documentation | Video Tutorials Join With US Facebook – Community | Facebook – Page | YouTube | Twitter | Instagram Made With Love By ultraDevs ❤️
Top keywords
- dropbox43×4.47%
- file14×1.45%
- integration14×1.45%
- files13×1.35%
- media11×1.14%
- shortcode11×1.14%
- builder10×1.04%
- wordpress10×1.04%
- folders9×0.93%
- shortcode builder8×0.83%
- form7×0.73%
- forms7×0.73%
WP Github Gist
WP Github Gist WordPress Plugin, provides the ability to embed gist and files from Github in your blog posts or pages. Even though Github doesn’t provide a way to embed files, this Plugin still works by using the gist-it service. Features Embed Gist To embed a gist you have to use the following shortcode [gist id = "{GIST_ID}" file = "{GIST_FILE}" width = "{WIDTH}" height = "{HEIGHT}"] The following are the different attributes that you can use in the shortcode id – Id of your gist. file – File inside gist that you want to display. If there is only one file in the gist, then you can ignore this. width – Width of the code wrapper. Default is 100%. height – Height of the code wrapper. Default is 100%. eg: [gist id = "12345" file = "myfile" width = "100%" height = "100%"] Embed Github files To embed a github file you have to use the following shortcode [github file = "{GITHUB_FILE}" start_line = "{START_LINE}" end_line = "{END_LINE}"] {GITHUB_FILE} – full path to your github file. eg: If you want to embed https://github.com/sudar/MissileLauncher/blob/master/MissileLauncher.cpp then {GITHUB_FILE} would be /sudar/MissileLauncher/blob/master/MissileLauncher.cpp {START_LINE} – If you want to embed only part of the file, then you can specify the starting line number (optional) {END_LINE} – If you want to embed only part of the file, then you can specify the ending line number (optional) eg: [github file = "/sudar/MissileLauncher/blob/master/MissileLauncher.cpp"] if you want to embed only part of the file, then you can specify the start and end line as well [github file = "/sudar/MissileLauncher/blob/master/MissileLauncher.cpp" start_line = "10" end_line = "20"] Changing Gist-it server By default, this Plugin uses my own gist-it server which is hosted on a free Google App Engine account. If you expect significant amount of traffic to your blog, then do consider using your own gist-it server. You can follow the instructions to deploy your own gist-it server and then go to the settings page to change the url. Translation The pot file is available with the Plugin. If you are willing to do translation for the Plugin, use the pot file to create the .po files for your language and let me know. I will add it to the Plugin after giving credit to you. Support Support for the Plugin is available from the Plugin’s home page. If you have any questions or suggestions, do leave a comment there or contact me in twitter. Readme Generator This Readme file was generated using wp-readme, which generates readme files for WordPress Plugins.
Top keywords
- file20×4.58%
- github13×2.97%