Skip Navigation

[Resolved] displaying social media icon

This thread is resolved. Here is a description of the problem and solution.

Problem:
The user is using URL fields to store social networks URLs, he would like to display this using custom images in the links.

Solution:
Toolset won't generate the social network icons, so you will have to build the link yourself. Use the output="raw" argument to get the URL.
For example:

<a href="<?php echo(types_render_usermeta( 'facebook2', array('output' => 'raw') )); ?>"><img src="https://domain.com/facebook.png"></a>

Relevant Documentation:
https://toolset.com/documentation/customizing-sites-using-php/functions/#url

This support ticket is created 3 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 - - 9:00 – 13:00
14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 - - 14:00 – 18:00

Supporter timezone: Africa/Casablanca (GMT+00:00)

This topic contains 2 replies, has 2 voices.

Last updated by martinP-13 3 years, 2 months ago.

Assisted by: Jamal.

Author
Posts
#1892101

i have this code in my php, all working no problem I would like to drop the title and the link text and have just an icon that is clickable , is this possible with user fields?
many thanks
<?php echo(types_render_usermeta( 'facebook2', array('title' => 'View Facebook' , 'target' => '_blank' , 'show_name' => 'if-not-empty') )); ?><br>
<?php echo(types_render_usermeta( 'website', array('title' => 'View Website' , 'target' => '_blank' , 'show_name' => 'if-not-empty') )); ?><br>
<?php echo(types_render_usermeta( 'twitter1', array('title' => 'View Twitter' , 'target' => '_blank' , 'show_name' => 'if-not-empty') )); ?><br>

viewable in right bar here
hidden link

many thanks in advance

#1893041

Jamal
Supporter

Languages: English (English ) French (Français )

Timezone: Africa/Casablanca (GMT+00:00)

Hello and thank you for contacting the Toolset support.

Toolset won't generate the social network icons, so you will have to build the link yourself. Use the output="raw" argument to get the URL.
For example:

<a href="<?php echo(types_render_usermeta( 'facebook2', array('output' => 'raw') )); ?>"><img src="<em><u>hidden link</u></em>"></a>

Read more about the raw attribute here https://toolset.com/documentation/customizing-sites-using-php/functions/#url

I hope this helps. Let me know if you have any questions.

#1893079

My issue is resolved now. Thank you!

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.