Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Release: Opensolr Search 4.5.0 Minor update available for module opensolr_search (4.5.0). Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Usage Milestone: Simplify Module simplify crossed 10,000 active installs. Usage Milestone: Views Reference Filter Module entityreference_filter crossed 10,000 active installs. Usage Milestone: Dropdown Language Module dropdown_language crossed 10,000 active installs. Usage Milestone: Paragraphs Browser Module paragraphs_browser crossed 10,000 active installs. Usage Milestone: OpenAPI Module openapi crossed 10,000 active installs. Usage Milestone: Decoupled Router Module decoupled_router crossed 10,000 active installs. Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

Bitly Shortener

20 sites Security covered Drupal 9–11
View on drupal.org

This module connects your Drupal site to the Bitly URL shortening service. You can then generate shortened Bitly links for your content, either through a dedicated block or programmatically within your custom modules and Twig templates.

This Bitly Shortener module integrates drupal sites with the Bitly URL shortening service. We can use it in a custom module and twig template.

CONFIGURATION
Create an account on Bitly. Save the access token in the Bitly shortener configuration form. https://app.bitly.com/settings/api/

Block:
Bitly Shortener block assing in drupal block region. Generate the Bitly Shortener URL of the current page.

Services:
$bitly_url = \Drupal::service('bitly_shortener')->shortener('https://www.drupal.org/');

Twig:
{% set site_url = url("<current>") %}
{{ bitly_shortener(site_url|render|render) }}

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
2
Tracked since
Aug 2025
Latest release
10 months ago
Releases (12 mo)
1
Maintenance
Slowing

Releases

Version Type Core Release date
2.1.4 Stable 9–11 Oct 15, 2025
2.1.3 Stable 9–11 Aug 23, 2025