Linktree Bulk Link Reorder
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
Linktree Bulk Link Reorder lets you reorder multiple links in a single operation. Instead of manually dragging each link to a new position one by one, or editing each link's position individually — repeating this for every single link — this tool provides a unified checklist of all links on the current page. You can filter links by title to quickly find the ones you want to move. Select any number of links using checkboxes, choose a reorder mode (Set position, Move up, Move down), enter the position or offset value, and click Reorder. The tool then automatically processes each selected link — updating its position to the specified order. This turns what could be dozens of manual drag operations into a single batch action, making link organization and profile optimization significantly faster and more efficient.
WHERE IT RUNS
This script runs exclusively on the Linktree web application in your browser. It activates on the links list page and admin dashboard where links are managed. It requires the BotGentz extension to inject and execute the script. The tool does not work on the Linktree mobile app, the API, or any third-party Linktree clients — only the web-based Linktree interface accessed through a Chromium-based or Firefox browser. It specifically targets pages under *.linktree.com, including the Linktree links management views.
HOW TO USE
After installing the script via BotGentz, log in to your Linktree account and navigate to the Links page. The tool automatically detects the link list and displays a floating panel on the right side. The panel shows all links on the current page, with checkboxes next to each link entry. Each link displays its title, URL, and current position number. Use the search box to filter by title to narrow down your selection. Check the boxes for every link you want to reorder. Below the link list, select a reorder mode from the dropdown — "Set position (starting at)" assigns new sequential positions starting from the entered number, "Move up by" moves selected links up by the specified amount, and "Move down by" moves selected links down by the specified amount. Enter the position or offset value, and click "Reorder Selected" and confirm the action. The tool will process each selected link one by one — opening the edit modal, updating the position, and saving. A status message appears when the operation completes, showing how many links were successfully reordered.
THE ACTUAL MECHANISM — WHY IT WORKS
Linktree's web interface is built with React and uses a component-based rendering system for its link management. The link list is rendered as cards or list items, each containing link metadata and drag handles for reordering. This tool scans the DOM for link items using multiple selector patterns that Linktree consistently uses across versions. For each link, it extracts the title, URL, and current position from the visible text content and data attributes. Each link is assigned a unique identifier from data attributes or checkbox values. When reordering, the tool locates the edit button within each link item or accesses the position input through the edit modal. The tool then updates the position field using React-friendly event dispatching — setting the value via the native setter and dispatching both "input" and "change" events to ensure React registers the update. The tool then clicks the modal's save/update button, waits for the modal to close, and proceeds to the next link. This approach works without making direct API calls, which would require authentication credentials and knowledge of Linktree's internal API structure. By using the existing UI, the tool works within Linktree's own permission and validation system, and continues to function even if the underlying API changes.
THE PANEL
The floating panel is fully draggable — click and drag the header to reposition it anywhere on the page. The panel's position is saved per site in localStorage, so it reappears exactly where you left it when you return to the links page. Double-click the header to snap the panel to the nearest edge (left or right). A collapse button minimizes the panel to a small tab showing a link emoji badge, keeping it out of the way while still accessible. The link list inside the panel is scrollable and resizes vertically based on the number of links. Pressing Escape while the panel is focused closes it completely; reopening is done via a small button injected near the page toolbar. All panel interactions are non-blocking — Linktree's main UI remains fully responsive while the panel is open, and the panel updates automatically when you navigate between pages.
PLEASE NOTE
This script requires the BotGentz extension (free) to run user scripts on Linktree. Linktree frequently updates its web interface and modal structures; if the tool stops working, check for an updated version within BotGentz's script repository. This tool does not store, transmit, or log any link data, URLs, or position information — all operations occur locally in your browser with no external network requests except those made by Linktree itself. Reordering actions are applied through Linktree's own UI event system, so all changes respect your account permissions and link settings. The tool does not bypass Linktree's security or permission system; it simply automates the clicks you would otherwise perform manually. For accounts with a large number of links, the tool may take several minutes to complete the operation, as each link is processed sequentially with delays to avoid overwhelming the UI. A progress indicator shows which link is currently being processed. Always double-check your selections and position values before applying changes, as reordering links affects the appearance and accessibility of your Linktree page. The tool only affects links visible on the current page; to reorder all links, use Linktree's built-in pagination controls or adjust your view to show all relevant links. The "Set position" mode assigns positions sequentially starting from the entered number; the "Move up/down" modes shift selected links by the specified offset within the existing order.