by Denis Bisteinov on WordPress.org
Centralize your website’s contact details in one place and insert them anywhere using shortcodes. Update once — sync everywhere.
A simple, powerful way to manage all your website’s contact details from one place. Add phone numbers, emails, addresses, WhatsApp and Telegram links, then insert them anywhere using shortcodes. Update a contact once in the settings panel and it updates instantly across your entire site.
New Shortcode Format (Recommended):
Starting with version 3.0, we recommend using the new shortcode format:
Phone number
* [bisteinoff_phone] – insert the phone number as text
* [bisteinoff_phone_link] – insert the phone number as clickable link
* [bisteinoff_phone_href] – insert the href parameter (tel:) for custom implementations
E-mail
* [bisteinoff_email] – insert the e-mail as text
* [bisteinoff_email_link] – insert the e-mail as clickable mailto link
* [bisteinoff_email_href] – insert the href parameter (mailto:) for custom implementations
WhatsApp
* [bisteinoff_whatsapp] – insert the WhatsApp number as text
* [bisteinoff_whatsapp_link] – insert the WhatsApp number as clickable chat link
* [bisteinoff_whatsapp_href] – insert the href parameter for custom implementations
Telegram
* [bisteinoff_telegram] – insert the Telegram username as text with @
* [bisteinoff_telegram_link] – insert the Telegram username as clickable link
* [bisteinoff_telegram_href] – insert the href parameter for custom implementations
Address
* [bisteinoff_address] – insert the address as text
* [bisteinoff_address_link] – insert the address as link to Google Maps search
* [bisteinoff_address_href] – insert the href parameter for custom implementations
Multiple Contacts:
For additional contacts of the same type, add the number: [bisteinoff_phone2], [bisteinoff_phone3], etc.
Legacy Shortcode Format (Still Supported):
The old shortcode format continues to work for backward compatibility:
Phone number
* [db-phone] – insert the phone number as text
* [db-phone-link] – insert the phone number as link
* [db-phone-href] – insert the href parameter of the phone number (tel:)
E-mail
* [db-email] – insert the e-mail as text
* [db-email-link] – insert the e-mail as link
* [db-email-href] – insert the e-mail the href parameter of email (mailto:)
WhatsApp
* [db-whatsapp] – insert the WhatsApp number as text
* [db-whatsapp-link] – insert the WhatsApp number as link
* [db-whatsapp-href] – insert the href parameter of the WhatsApp number
Telegram
* [db-telegram] – insert the Telegram number as text
* [db-telegram-link] – insert the Telegram number as link
* [db-telegram-href] – insert the href parameter of the Telegram number
Address
* [db-address] – insert the address as text
* [db-address-link] – insert the address as link to Google Maps search
* [db-address-href] – insert the href parameter of Google Maps search link of the address
Note: Legacy shortcodes will continue to work at least until February 16, 2027, but we recommend updating to the new format.