Meta Box
Support Forum
Support › Meta Box - Beaver Themer Integrator › Inserting Images via the Beaver Shortcode
I know that it is now possible to insert a MB image through the settings for image modules in Beaver Builder. However, when I try to use the standard Beaver shortcode in the custom layout of a posts module, the image does not display.
I found this post https://support.metabox.io/topic/beaver-themer-not-displaying-mb-image-when-inserted-as-shortcode/?swcfpc=1 and at that time, it was not possible.
Is it still not possible to insert a MB image via the Beaver shortcode?
Thanks.
Hello Chris,
Now you can use the Beaver shortcode to display the single image URL [wpbb post:meta_box field='single_image']
[wpbb post:meta_box field='single_image']
or display a list of images if using the shortcode to display image_advanced field
[wpbb post:meta_box field='image_advanced']
Aha. Great. Is there a place where I could see the parameters for the shortcode? Like image size, alt text, etc. Thanks for your assistance!
Hello,
With the single_image field, there are some supported return values: title, caption, alt, description.
[wpbb post:meta_box field='single_image_id' display='title']