Reference Social Links from Theme Options as Dynamic Content

Is there a way that I can call the Social url from the Theme Options as Dynamic Content? I can see in the devtools that they are stored in JSON like the Global Colors which are accessible via dynamic content.

“x_social_facebook”: “https://facebook.com/example

Is there a way I can retrieve this value?

Hello @adsmedia,

Thanks for writing in!

Yes, you can also access the Theme Options with the dynamic content {{dc:theme:x_social_facebook}}. Make sure that you are using the latest version and load the Dynamic Content. Look for the Theme Option.

Meanwhile, you can also use Twig. Check out this documentation first here:

If you can install the Twig WordPress Extension, you may be able to use {{ get_option('x_social_facebook') }}. Be advised that this is beyond the scope of our support under our Support Policy. If you are unfamiliar with code and resolving potential conflicts, you may select our One service for further assistance.

Best Regards.

You can grab this Theme Option under Theme Option > Option in Dynamic Content. Have a great day.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.