Is it possible to make a theme with an option of configuring social icons with links through the custom header control panel?
I googled it and found nothing that could help me, any help on that topic will be very appreciated
UPDATE
What I’m trying to achieve is that in the theme control panel (preferably inside the header
panel and without using an external plugin) the user will be able to set which social icons will appear and to configure them.
I did something similar on my site a while back. I’m sure you can tweak it to fit your needs.
Under each article I have an author box with social media icons that link to their accounts.
In content-single.php
In functions.php
This adds extra fields in your user profile settings (wp-admin/profile.php or wp-admin/user-edit.php?user_id=1). When you fill them out the social media icons appear. If the fields are left blank, nothing gets displayed.
Hope this helps!
Mananing social buttons links from theme option is a good choice but you can add social share buttons using shortcode that can be attached in wordpress query loop.
I found a shortcode that can handle social share buttons that can be add any where as you want.
please follow this link that is really helpful please check this link http://nrtechwebsolution.com/custom-social-share-for-wordpress-post/
Without installing any plugin we can add the social bookmarks. I found following article for this.
adding social share buttons without wordpress plugin