Tumblr Post Tag Organizer
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Tumblr Post Tag Organizer scans the current page for Tumblr posts, extracting post content, tags, reblog counts, like counts, and publication dates from Tumblr dashboard and blog views. The floating panel provides tag organization tools including tag frequency analysis, tag grouping suggestions, bulk tag editing, and tag usage statistics. A summary of tag usage by frequency and category highlights underused and overused tags, with suggestions for tag consolidation. Add, remove, and rename tags across multiple posts, and export tag data as CSV or text. Tag usage trends are tracked, and optimal tag sets for post visibility are recommended.
WHERE IT RUNS
Works on Tumblr dashboard pages, blog views, and post management interfaces. The script detects posts using Tumblr-specific selectors and extracts tag metadata. It works best on Tumblr dashboard and blog pages.
HOW TO USE
The panel displays a summary of post and tag statistics (total posts, unique tags, average tags per post, most used tag) followed by a list of all detected tags with their usage counts and frequency levels (low, medium, high). Click "Scan Posts" to detect all posts on the current page. The analysis shows tag frequency with color coding (green for high usage, yellow for medium, gray for low). Recommendations highlight strong tags and low-usage tags for optimization. Export the tag data as text for analysis or planning.
MECHANISM — TAG EXTRACTION WITH FREQUENCY ANALYSIS
The script detects Tumblr posts by finding post containers using selectors (.post, .tumblr-post). From each container, it extracts post content and tags using pattern matching (#tag format). Tag counts are aggregated across all posts, and frequency levels are calculated based on configurable thresholds (low: ≤3 posts, medium: 4-10, high: 11+). The summary calculates total posts, unique tags, average tags per post, and the most used tag. Recommendations are generated based on tag usage patterns: high-usage tags are marked as strong, and low-usage tags are flagged for potential optimization. All extraction and analysis runs client-side with no network calls.
THE PANEL
The floating panel is fully draggable and remembers its position per domain. Click the minimize button to collapse it to a small bubble, or press Escape to hide it. The panel automatically adjusts to different screen sizes and can be resized to show more content. All settings, including frequency thresholds and display preferences, are saved per domain. The panel integrates smoothly with any page layout using the BGPanel framework, maintaining clean separation from page content.
PLEASE NOTE
This script requires the free BotGentz extension to run. It does not send any data to external servers; all extracted post and tag data, analysis results, and settings remain entirely local to your browser using GM_setValue. The script never reads password fields, hidden inputs, or file inputs. It stores only post content, tags, reblog/like counts, and dates from publicly visible Tumblr page content. Post detection depends on the page structure; if posts are not detected, use the "Scan Posts" button to refresh extraction. The script works on Tumblr pages and detects pages by hostname. Tag frequency thresholds are configurable and can be adjusted to match your content strategy. Data persists across browser sessions and is isolated per browser profile.