Title: Social link
Last modified: August 21, 2016

---

# Social link

 *  Resolved [paoloboni](https://wordpress.org/support/users/paoloboni/)
 * (@paoloboni)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/social-link/)
 * Hi,
    I’ve add the linkedin social button near the other but i unable to add the
   correct link to my linkedin profile in that code:
 * `<?php echo get_theme_mod( 'linkedin_url' , 'default_value' ); ?>`
 * _[Moderator Note: Please post code & markup between backticks or use the code
   button.]_
 * Where can i add the variable ‘linkedin_url’ and assign it the correct url?
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Theme Author [Themonic](https://wordpress.org/support/users/themonic/)
 * (@themonic)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/social-link/#post-4116431)
 * Remove whatever you have done and use this simpler method.
 * Add this code after line 43 in header.php file, make sure it is inside the socialmedia
   div container.
 * `<a href="http://IMGlink" target="_blank"><img src="http://IMG.png"/></a>`
 * replace IMGlink with linked page url and img.png with linkedin png image, it 
   must be full image URL.
 *  Thread Starter [paoloboni](https://wordpress.org/support/users/paoloboni/)
 * (@paoloboni)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/social-link/#post-4116453)
 * Thank you so mutch, now is ok 😉
    But if i want to change the code (for example
   assign a new url to twitter) in which file i should look? I want to modify that
   in the code, not add the url on the WP voice Aspect-> Customize -> Social

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Social link’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/iconic-one/3.3/screenshot.png)
 * Iconic One
 * [Support Threads](https://wordpress.org/support/theme/iconic-one/)
 * [Active Topics](https://wordpress.org/support/theme/iconic-one/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/iconic-one/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/iconic-one/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [paoloboni](https://wordpress.org/support/users/paoloboni/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/social-link/#post-4116453)
 * Status: resolved