WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: buddymenu-buddylinks (Used by 13 domains)

BuddyMenu BuddyLinks

👤 Lee Hodson (VR51) 📦 v2.2.0 🔗 Plugin Homepage

BuddyPress BuddyLinks does three things really well:

  1. BuddydMenu BuddyPress menu widget.
  2. BuddyMenu BuddyPress menu shortcode.
  3. BuddyLinks BuddyPress dynamic link shortcode.

Put a BuddyPress menu or dynamic user link in your sidebar, post, page, widget, footer or anywhere else. Needs BuddyPress to work. There is no need to network activate in WP Multisite. Does not display to logged out users.

BuddyPress menus are dynamic. Their URLs change for each logged in user. This makes it difficult for most community admins and webmasters to add links to areas in their BuddyPress sites. Unless you know how, you can’t create a welcome page and send new users to their profile page with a link in the welcome page because the link will be different for each user.

For example, a link to a user’s own activity stream would look like http://example.com/members/[USERNAME]/activity/.

The [USERNAME] bit of the URL is added dynamically by BuddyPress. This means you need to use pictures, videos, diagrams and lots of text to send people to different locations within a BP site or you can use the widget and shortcodes this BuddyMenu BuddyLinks provides.

See ‘Other Notes’ section usage guide.

BuddyMenu Widget

The BuddyMenu Widget displays the main BP menus items:

  1. Activity
  2. Forums
  3. Friends
  4. Messages
  5. Profile
  6. Edit Profile
  7. Change Avatar
  8. Settings
  9. Menu
  10. Custom Links

BuddyMenu Widget’s Features

  1. Choose which menu tabs to display.
    1 Choose display order of menu tabs.
  2. Custom menu items.
  3. You can specify anchor text for each link.
  4. You can choose to display the menu as a vertical list or as a horizontal bar.
  5. The widget displays to those who are logged in only. Logged out users do not see the menu.
  6. Beautiful and stylish menu icons next to each menu link.
  7. Customize icons.
  8. Choose whether to display icons or not.
  9. Customize menu tab titles.

As easy to use as going to Appearance > Widgets and dragging the BuddyMenu widget into your sidebar or any other widget area.

BuddyMenu Shortcode

BuddyMenu Shortcode displays the BuddyPress menus tabs. Being a shortcode, it can be embedded in any page or post. If you use Ultimate TinyMCE you can even put the shortcode in a widget.

The BuddyMenu Shortcode Features

  1. Configurable menu titles, just like the widget.
  2. Vertical or horizontal alignment.
  3. Menu items can be switched off.
  4. Menu icons can be enabled or disabled.
  5. Menu icons can be customized.

BuddyLinks Shortcode

This is for adding single links within page and post content. Ideal for linking to a user’s profile, settings, personal activity stream or any other other BuddyPress page from within a post. For example, you’ve written a getting started guide for new members and you want to send them to upload an avatar; you can use the BuddyLinks shortcode to link to new users’ avatar upload page. The dynamic slug is created by BuddyLinks.

BuddyLinks Features

  1. In context BuddyPress linking.
  2. Ease of use.
  3. Link title and link anchor configuration.
  4. Quick links to each of the 8 pages found in the BuddyMenus.
  5. Configurable text for logged out visitors – tell them to login to follow the link or make the text non-clickable.
  6. Icons can be added to links. Use shortcode attributes to use icons from the default icon set or use a URL to a custom icon.

Instructions

BuddyMenu Widget

  1. Go to Appearance > Settings
  2. Find the BuddyMenu widget
  3. Drag it into a widget area
  4. Configure the menus to display, their titles, their icons and whether to display the menu horizontally or vertically.

This menu is not visible to visitors who are not logged in.

BuddyMenu Shortcode

BuddyMenu Shortcode displays a vertical or horizontal menu. You can change the anchor text of each menu tab. The link title tooltip will always be the same as the anchor text. Any of the menu tabs can be disabled. This menu is not visible to visitors who are not logged in.

New in version 2: Customize the menu icons

Enter the shortcode in any page, post or widget area (if you are set up to use shortcodes in widget areas).

The shortcode for the menu is:

[buddymenu]

The basic options/attributes are:

  1. bmact="" to change the activity tab
  2. bmfor="" to change the forum tab
  3. bmfri="" to change the friends tab
  4. bmmsg="" to change the messages tab
  5. bmpro="" to change the profile tab
  6. bmedpro="" to change the edit profile tab
  7. bmchav="" to change the change avatar tab
  8. bmset="" to change the settings tab
  9. bmlay="" to change the layout from horizontal to vertical

If no option is set, the full menu is displayed as a horizontal row. For example, using [buddymenu] will display the full menu where the shorcode is placed.

Setting any option to -1 will disable that option’s menu item.

Any text entered within the quotes of an option will become the link anchor text and the link title for that option’s menu item.

For example,

To show the full menu horizontally:

[buddymenu]

To show the full menu as a vertical list:

[buddymenu bmlay=”vertical”]

To show the menu without the activity tab:

[buddymenu bmact=”-1″]

To show the menu with the message tab text changed to Inbox:

[buddymenu bmmsg=”Inbox”]

To show a horizontal menu with the settings tab changed to Configs:

[buddymenu bmset=”Configs” bmlay=”horizontal”]

This menu is very useful in horizontal widget areas in multilingual environments.

The icon customization attributes are:

  1. bmacti="" sets the activity icon.
  2. bmfori="" sets the forum icon.
  3. bmfrii="" sets the friends icon.
  4. bmmsgi="" sets the messages icon.
  5. bmproi="" sets the profile icon.
  6. `bmedproi=”” sets the edit profile icon.
  7. `bmchavi=”” sets the change avatar icon.
  8. bmseti="" sets the settings icon.
  9. `bmicons=”0″ Disables all icons.

Put the URL to any image into an link icon attribute to use that image as the icon for that link.

For example,

[buddymenu bmicons=”0″] Disables all icons.

[buddymenu bmacti=”http://example.com/icon.png”] Will replace the default activity icon with the image at http://example.com/icon.png.

BuddyLinks

The BuddyLinks shortcode provides a stub URL that is dynamically generated by BuddyPress. This URL looks like example.com/members/[USERNAME]/. You need to provide the path that follows the username (represented by the asterisk in this case).

This shortcode is good for putting links to your network users’ pages in the content of your pages and posts.

None logged in users see the text “login to view this link” which links to the WordPress login page. This text link is configurable.

BuddyLinks has four main options/attributes:

  1. bllink="" for setting the link
  2. bltitle="" for setting the tooltip title
  3. bltext="" for setting the anchor text that users click
  4. blicon="" for configuring an icon for the link

If you provide no attributes, the shortcode returns a link to a user’s profile page with the anchor text “your profile”, no tool-tip title and no icon.

blicon="" can be used to display a custom icon or an icon from the plugin's default icon set. Accepted values are activity, friends, messages, profile, edit-profile, avatar and settings or any URL to an image.

For example,

To link to a logged in user’s activity page:

[buddylink bmlink=”activity” bltext=”your activity page”]

To link to a logged in user’s message inbox:

[buddylink bmlink=”messages/inbox” bltext=”view your inbox”]

To link to a logged in user’s message inbox with an icon accompanying the link:

[buddylink bmlink=”messages/inbox” bltext=”view your inbox” blicon=”messages”]

There are three options for controlling what non logged in users see:

  1. blolink="" for setting the link
  2. blotitle="" for setting the title
  3. blotext="" for setting the anchor text

By default, a non logged in user will see a link to your site’s login/registration page. To change that destination you could do something like this:

[buddylink bmlink=”messages/inbox” bltext=”view your inbox” blolink=”http://example.com/reasons-to-register” blotext=”reasons to register”]

QuickLinks

BuddyLinks has quicklinks built into it to facilitate quick placement of links to common BuddyPress areas.

Used with the [buddylink] shortcode, the options are:

  1. blq="act" to link to ‘activity’
  2. blq="for" to link to ‘forums’
  3. blq="fri" to link to ‘friends’
  4. blq="msg" to link to ‘messages’
  5. blq="pro" to link to ‘profile’
  6. blq="edpro" to link to ‘edit profile’
  7. blq="chav" to link to ‘change avatar’
  8. blq="set" to link to ‘settings’

Quicklinks can be used in conjuction with the blicon=”” attribute.

For example,

To link to a user’s activity page:

[buddylink blq=”act”]

To link to a user’s activity page and print a custom message to non logged in users:

[buddylink blq=”act” blotext=”You can’t go here because you’re not logged in!”]

QuickLinks do not accept custom title and link attributes except for those intended for non logged in users.

Contact

[General support]http://journalxtra.com/websiteadvice/wordpress/use-buddypress-dynamic-links-in-your-network-with-buddymenu-buddylinks/
and
[Commercial support]http://vizred.com/

Supported Languages

  • English
DomainExposuresHeadersLast Checked
s*c*i*o*p*c*.com 2026-03-14 17:29:47
s*c*i*o*c*e*n.com 2026-03-14 17:29:47
m*a*o*t*.org 2025-11-12 06:52:11
i*m*o*l*n*.es 2025-11-12 06:19:15
p*o*e*t*m*n*g*m*n*b*.eu 2025-11-12 04:19:48
n*t*.com 2025-11-09 13:18:41
n*w*a*n*t*o*a*.com 2025-11-09 11:14:59
i*m*o*l*n*.com 2025-11-08 08:09:05
g*o*t*x*e*i*n*e*.com 2025-11-07 21:17:09
f*b*n*e*i*r.com 2025-11-07 18:50:20
f*m*l*g*i*e*o*e*t*l*e*l*h.com 2025-11-07 14:45:57
e*t*a*r*i*a*y*o*f*e*b*r.com 2025-11-07 14:11:01
b*i*a*e*i*b*l*t*.com 2025-11-06 10:06:56

Top 50 Plugins

Plugin Count
elementor 3,987,002
contact-form-7 3,380,007
elementor-pro 2,188,808
woocommerce 1,902,461
revslider 1,294,555
js_composer 810,247
essential-addons-for-elementor-lite 591,253
wp-rocket 573,010
jetpack 544,319
header-footer-elementor 541,569
elementskit-lite 517,670
gutenberg-core 467,268
google-analytics-for-wordpress 433,557
instagram-feed 427,027
google-site-kit 413,098
wpforms-lite 402,174
astra-sites 399,665
cookie-law-info 388,347
complianz-gdpr 378,552
gravityforms 359,717
litespeed-cache 347,748
sitepress-multilingual-cms 319,274
bluehost-wordpress-plugin 299,132
gtranslate 257,502
coblocks 235,082
cookie-notice 227,389
premium-addons-for-elementor 197,185
mailchimp-for-wp 191,665
sg-cachepress 188,426
astra-addon 186,443
bb-plugin 185,148
the-events-calendar 185,125
pro-elements 183,570
click-to-chat-for-whatsapp 180,354
creame-whatsapp-me 178,795
LayerSlider 173,557
custom-fonts 172,085
wp-smushit 172,076
popup-maker 170,060
gutenberg 168,554
royal-elementor-addons 159,719
tablepress 155,669
ultimate-addons-for-gutenberg 154,374
woocommerce-gateway-stripe 150,229
pixelyoursite 149,027
smart-slider-3 148,304
duracelltomi-google-tag-manager 143,944
cleantalk-spam-protect 138,770
metform 135,480
fusion-builder 134,730

Top 50 Themes

Theme Count
hello-elementor 1,226,355
astra 1,113,331
Divi 982,193
pub 305,778
generatepress 231,189
flatsome 226,965
h4 213,417
Avada 195,537
oceanwp 168,910
kadence 147,007
twentytwentyfive 126,311
bb-theme 122,529
blocksy 121,497
twentytwentyfour 119,034
enfold 117,890
cocoon-master 117,522
salient 115,187
woodmart 100,351
betheme 98,814
twentyseventeen 89,093
dt-the7 78,067
neve 69,983
swell 63,243
twentytwentyone 60,201
bridge 58,735
lightning 53,644
twentytwentythree 52,862
twentytwenty 49,875
Avada-Child-Theme 44,261
gox 42,052
Impreza 40,373
bricks 39,742
Newspaper 39,031
twentytwentytwo 38,847
yith-wonder 32,697
storefront 31,533
extendable 30,980
themify-ultra 30,875
pro 30,174
twentyfifteen 29,900
uncode 29,547
epik-redesign 29,351
sydney 28,871
twentysixteen 28,652
go 25,836
porto 25,493
Total 25,492
hestia 23,155
popularfx 22,128
thrive-theme 21,738