Home › Forums › Iconic One Pro Support › Instagram Social Sharing
- This topic has 7 replies, 2 voices, and was last updated 5 years, 7 months ago by Themonic-Support.
- AuthorPosts
- April 26, 2019 at 11:29 am #5563DaytimeDreamerParticipant
Hi,
I was wondering when you’ll be adding an Instagram icon and URL to the list of social sharing icons since it’s become a quite popular social website. Couldn’t this be substituted where Google+ used to be since Google+ is now a thing of the past?
Edit: It would also be very convenient as a feature to be able to reposition these items around.
Thanks again for this awesome theme.
DD
April 26, 2019 at 2:42 pm #5564Themonic-SupportKeymasterHi,
We would have done this already but Instagram officially doesn’t allow Instagram Sharing button like other social websites do. They want people to use their App to maintain quality.
For header social, we will add Instagram profile link icon in the next version.
To reposition social sharing: you will have to edit code directly. Checkout code starting line 71 in content.php . For eg. line 71 to 73 is facebook and similarly other services are below that.
To reposition header social icons, check out line 21 of inc/extra-functions.php
May 21, 2019 at 1:25 pm #5618DaytimeDreamerParticipantI tried repositioning social sharing by deleting in contents.php the lines after Facebook that refer to google plus. However after doing so there was still a space between the Facebook and the Twitter sharing icons.
You can see what I mean here –> http://www.padpoet.com/gaming-and-input-lag-what-is-it-and-why-you-should-care/
Is this because in the options in the theme menu when enabling social sharing it’s Twitter is listed after Google Plus? Is there any other php file that must be changed?
Thanks
May 21, 2019 at 2:25 pm #5619DaytimeDreamerParticipantOn another note the tweet icon is not displaying correctly when logged out of the WordPress site. This is both on desktop and mobile view and I tried clearing cache, deleting and re-uploading the theme to no end
Examples here:
https://i.postimg.cc/1XdzRpLs/Pad-Poet-article-desktop-view-Tweet-Icon.png
https://i.postimg.cc/FFCzx418/Pad-Poet-article-mobile-view-Tweet-Icon.pngMay 21, 2019 at 2:48 pm #5620Themonic-SupportKeymasterIt seems SSL is not enabled on your site, the sharing buttons require SSL for proper functioning. You can enable SSL via your host. Most popular is letsencrypt SSL which is free.
May 21, 2019 at 3:20 pm #5622Themonic-SupportKeymasterspace between the Facebook and the Twitter sharing icons
To reduce spacing:
.themonic-social-share li { margin-right: 0; }
May 24, 2019 at 2:54 pm #5627DaytimeDreamerParticipantThanks for the reply:
Where do I insert this piece of code to reduce spacing? In content.php? Any line?
May 24, 2019 at 3:15 pm #5628Themonic-SupportKeymasterIt is CSS style code, it will go in Customizer -> Additional CSS section
- AuthorPosts
- You must be logged in to reply to this topic.