Demo to preview the settings
Introduction
Ensure the reliability and accuracy of links within your Bubble app with the Link Validity Checker plugin. Seamlessly validate URLs in real-time, enhancing user experience and data integrity. The plugin automatically checks the status of links, identifying broken or inactive URLs before they disrupt your app's functionality.
Use the Link Validity Checker element to perform instant checks on single or multiple URLs effortlessly. The plugin actions and states return essential information such as the link status and response time, allowing for dynamic updates and immediate adjustments.
The plugin also provides states that reflect the current link statuses, ensuring users can manage and rectify issues proactively. Implement workflows based on link validity conditions, improving app performance and user satisfaction by ensuring all external links are active and reliable.
How to setup
- Install plugin Link validity checker Plugin
- Place the Link checker element on page
Plugin Element Properties
Title | Description | Type |
Data with links | One or more comma-separated or newline-separated links, a list of links from the database. | Text, Required |
Redirect | This field allows you to choose how to handle links that redirect to another page. "yes" - the default value of the link will be valid. "no" - the link is not valid. | Yes/No, Required |
Element States
Name | Description | Type |
Valid list of links | Returns a list of valid links | List of text |
Invalid list of links | Returns a list of invalid links | List of text |
Number of all links | Returns the number of all types of links | Number |
Number of valid links | Returns the number of valid links | Number |
Number of invalid links | Returns the number of invalid links | Number |
Response code | Indicates if the picker calendar is visible. | Text |
Valid code | Returns a list of valid codes | List of number |
Invalid code | Returns a list of invalid codes | List of number |
Error | Returns an error message | text |
Redirect List of Links | Returns a list of redirect links | List of text |
Quantity Redirect Links | Returns the number of redirect links | Number |
Redirect Codes | Returns a list of redirect response codes | List of text |
Changelogs
Update 23.07.24 - Version 1.16.0
- Minor update.
Update 17.07.24 - Version 1.15.0
- Minor update (Marketing update).
Update 13.06.24 - Version 1.14.0
- Updated demo/service links.
Update 06.06.24 - Version 1.13.0
- Minor update.
Update 09.04.24 - Version 1.12.0
- Minor updates.
Update 09.02.24 - Version 1.11.0
- Added custom error messages to console.
Update 24.01.24 - Version 1.10.0
- Updated description.
Update 27.12.23 - Version 1.9.0
- Updated description.
Update 18.10.23 - Version 1.8.0
- Updated description.
Update 15.09.23 - Version 1.7.0
- Updated description.
Update 08.09.23 - Version 1.6.0
- Minor updates.
Update 06.09.23 - Version 1.5.0
- Obfuscation.
Update 12.07.23 - Version 1.4.0
- Updated description.
Update 19.06.23 - Version 1.3.0
- Updated the description.
Update 27.02.23 - Version 1.2.0
- Added the common part to the description.
Update 23.02.23 - Version 1.1.0
- Deleted the icons.
Update 22.02.23 - Version 1.0.0
- Updated the description.