Export Media URLs
The fastest way to pull a complete inventory of your WordPress Media Library. Export every attachment’s details — pick exactly the columns you want from grouped, collapsible field sections with quick-select presets — then download a CSV or JSON file, or display the results in a paginated table right inside the dashboard. A separate Media Tools tab helps you audit and clean up the library. Invaluable for migrations, SEO and accessibility audits, and library cleanup. The export is built to survive real-world content: every record stays on a single CSV line even when your captions contain line breaks, commas and quotes are escaped to the CSV standard, the delimiter is switchable for Excel in European locales, and text that was mangled by an old character set (“’” instead of “’”) can be repaired on the way out. Media Tools Each tool lives on its own sub-tab and processes the library in pages (100, 250, 500, 1000 or All per page), so the scans stay fast and light even on libraries with thousands of items. Storage summary — attachment counts per media type, read straight from the database (instant) Missing file detector — find attachments whose file is gone from disk (e.g. after a bad migration) Duplicate detection — find files that are byte-for-byte identical (matched by size and content hash; choose “All” for a complete cross-library scan) Heavy image flags — spot oversized images (large file size or pixel dimensions) that slow your pages Bulk alt-text editing — review and update alt text image by image, page by page, with missing alt text highlighted You can export each media item’s: ID Title File Name URL File Size MIME Type Dimensions (width x height) Thumbnail / Medium / Large image URLs Caption Alt Text Alt Missing (flag — quickly find images with no alt text) Description Uploaded To (Parent) and Uploaded To URL — where the file was first uploaded Used In (count), Used In (posts), Used In (URLs), Used In (post ID) and Used In (post type) — every post that actually references the item Unused (flag — items not found in any post’s content) Date Uploaded The data can be filtered by media type (images, video, audio, documents, archives), by attachment status (attached vs. unattached/orphaned), by author, and between a date range before extraction. You can also export a specific item range to keep each request small on very large libraries. When do we need this plugin? To check all Media URLs of your website During a migration (and to confirm everything moved across) During an SEO or accessibility audit (find images missing alt text) To clean up orphaned media imported by a theme demo During a security audit Customizable Features Choose exactly which columns to export, grouped with quick-select presets (Migration, SEO/Accessibility, Cleanup, Full) Download as CSV or JSON, or display the results in a paginated table Filter by media type, attachment status, author and date range Export a specific item range (helpful on very large libraries) Custom or randomly generated download file name Choose the CSV delimiter (comma, semicolon or tab) and keep every record on a single line Repair mis-encoded characters and decode HTML entities on the way out, optionally folding typographic punctuation to plain ASCII Report usage as one row per media item or one row per usage, and optionally scan custom fields and page-builder data Remembers your last field selection CSV and JSON downloads stream straight to the browser, leaving nothing behind in wp-content/uploads System requirements PHP version 5.4 or higher WordPress version 3.6 or higher Feedback If you like this plugin, then please consider leaving us a good rating. Contact For further information please send me an email.
Top keywords
- media10×1.64%
- file8×1.31%
- alt6×0.99%
- csv6×0.99%
- export6×0.99%
- text6×0.99%
- alt text5×0.82%
- item5×0.82%
- type5×0.82%
- attachment4×0.66%
- find4×0.66%
- image4×0.66%
Get Use APIs – JSON Content Importer
The simplest method to link WordPress with external APIs JCI simplifies the task of retrieving data from a third-party REST API. The returned JSON-, XML, CSV, TXT-data can be neatly arranged and showcased on your WordPress site via a shortcode, a JCI Block or PHP. The plugin can generate a template for the data display. 20 seconds: Load API and display data 7 minutes: Basic intro to JCI free Examples, Preview Check out the live demonstration to explore how we’re interfacing with various APIs LIVE PREVIEW – WordPress and a external API Video: How to use the Wikipedia API Main Plugin Features Low code usage: Save time and avoid coding using an API Insert an API-URL into Step 1: Data is loaded, and and displayed. Save it as API-Access-Set. Use the API-Access-Set in Step 2 to create a Shortcode Optional for maximum flexibility: Use the API-Access-Set n PHP code Insert an API-URL into the JCI Block: Data is loaded, and a template can be generated to display the data. Easy to start: Check Installation – Is your WordPress ready for JCI? Most probably! Basic Settings: Check SSL, Cacher, Gutenberg and Authentication ContactForm7 Integration: Populate CF7 forms with JSON data and forward CF7-submitted data to an API. Use the JCI cacher to avoid many API requests JCI-Block : Use the simple JCI Block interface to get data! Query the API and check the response. Then utilize the simple template generator inside the JCI Block to use the data! Contact Form 7 Integration: Fill form and submit to API Important Note Starting with Version 2.0.11 Starting with version 2.0.11, any HTML code present in the shortcode or block is filtered to prevent dangerous code (e.g. JavaScript) from being output. However, if you want to allow certain tags or attributes as a deliberate choice: In the plugin’s “Basic Settings” there is a field called “Allow additional HTML tags (advanced)”. There you can enter comma-separated tags that should not be filtered out. For example, “iframe,script” would preserve these two tags in the HTML output. “tr#onclick” would preserve the “onclick” attribute in ”, which would otherwise be removed. Documentation There’s a wealth of resources and support at your fingertips. Explore the articles listed below to begin your journey: JCI Manual Step 1: Access the Data Step 2: Using the Data Shortcode – Basic structure Contact Form 7 Integration Free JCI Plugin: Overview Videos Free JCI Plugin: Getting Started You need more? JSON Content Importer PRO Both the free and PRO JCI Plugins serve the same purpose: retrieving data, transforming it, and publishing the results. However, while the free Plugin can only handle basic challenges, the PRO JCI Plugin offers nearly full control over WordPress, the database, and applications. Compare: Free vs. JCI PRO Plugin PRO features: * application building by creating a searchform and connect it to a JSON-API in the background: pass GET-Variables to use a dynamic JSON-Feed-URL (“talk to API / webservice”) * much better and more flexible templateengine: twig * create and use Custom Post Types * store Templates independent of pages * more Shortcode-Parameters * executing Shortcodes inside a template * more features…