Hi,
I made a custom php page and i want to show the social Share Buttons (which i like very much, certainly the styling of the buttons).
I tried the following code with no luck:
< ?php
echo do_shortcode('[easy-share]');
?>
I can not use the Advanced Layout Editor.
What is the proper way to do this?
THX Freek
Hey Freek!
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Or, You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.
Then you can replace the shortcode in your code with Enfold’s social share buttons shortcode
Best regards,
Yigit
Can i use this in my PHP code this easy?
THX Freek