Dynamic content for social link e.g. Linkedin

Hi, we’ve got an author box set up and working nicely on single posts. We want to include the users LinkedIn profile link but can’t find a way to get that in the dynamic content?

I expected it to be in the User > User Meta but it’s not there.

{{dc:user:meta}}

Is there a complete list of dc options we can use as a reference?

Thanks :slight_smile:

Hello @aminternetdesign,

Thanks for writing to us.

By default, there is no option to insert the LinkedIn profile link in the default WordPress user profile. It seems that you have added the custom user meta to save the LinkedIn profile link. I am not sure how you have added the custom meta field to the user profile so we can not recommend an exact solution for it. You may try this dynamic content code to access your user meta to pull the custom user meta value

{{ user.meta({"key":"your_user_meta_key_name"}) }}

Hope it helps
Thanks