Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #503991

    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

    #503994

    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

    #504014

    Can i use this in my PHP code this easy?
    THX Freek

    #504019

    Hey!

    Yes, you can simply replace

    [easy-share]

    shortcode with Enfold’s Social Share Buttons shortcode. If you are not comfortable doing those changes, please post the code you would like to add so we can check if it is correct or not

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.