Shortcut URL for Beaver Builder, or the death of _fl_builder

If you are like me, you like to type.

So i always ended typing ?fl_builder to boot up beaver builder.

I know its not the 'right' way to do it, but its fast for me.

 

But you know what isnt fast? typing fl underscore builder

Introducing the ?bb and ?bp shortcuts!

The Code

You can save this in your global settings.

Menu > Global Settings > JavaScript


jQuery(function(){
    const urlParams = new URLSearchParams(window.location.search);
    const bbShortcut = urlParams.get('bb');
    if(bbShortcut !== null )
        window.location.replace(window.location.origin + window.location.pathname + "?fl_builder");

    const bbPreviewShortcut = urlParams.get('bp');
    if(bbPreviewShortcut !== null )
        window.location.replace(window.location.origin + window.location.pathname + "?fl_builder_preview");
});

Want it even easier?

This is included as a handy checkbox inside our Beaver Builder Supercharger, Beaver Team Pro, check it out.

Leave a Comment





Level up your Beaver Builder skills

Join 3,264 Beaver Builders and get our monthly-ish dish

We've got a million ideas that we've implemented on over 300+ BB enabled websites. Pop in your email below, and we'll let you know when a new post or plugin is available :)

Newsletter

"*" indicates required fields

This field is for validation purposes and should be left unchanged.

Spam sucks.