mtborsic Posted September 7, 2019 Share Posted September 7, 2019 (edited) I am setting up a site for a photographer, I would like to be able to have her business instagram be attached to the site as a whole, however on the "about" page, she would love it if there was a way to link her personal instagram feed as well. Not just the handle but to actually connect the account so that people visiting the page see her actual personal instagram feed. Not sure if this is even possible but thought I would ask. Thanks! Edited September 7, 2019 by mtborsic Initial Revision fhasson and Fab_Mo 2 Link to comment
Fab_Mo Posted January 19, 2020 Share Posted January 19, 2020 Anyone have a response to this? I'm curious as well! Link to comment
MG17 Posted April 5, 2020 Share Posted April 5, 2020 I would love an answer to this as well! I'm building a page for a high school and want to show their main school account on one part, but their athletics account on their athletics section. Please help! fhasson 1 Link to comment
tuanphan Posted April 7, 2020 Share Posted April 7, 2020 On 4/5/2020 at 11:48 AM, MG17 said: I would love an answer to this as well! I'm building a page for a high school and want to show their main school account on one part, but their athletics account on their athletics section. Please help! You can use Code Block to do this. fhasson 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
MG17 Posted April 30, 2020 Share Posted April 30, 2020 On 4/7/2020 at 5:40 AM, tuanphan said: You can use Code Block to do this. how? what's the code? Link to comment
fhasson Posted March 9, 2021 Share Posted March 9, 2021 I am also trying to do the same. anyone have the code? Link to comment
tuanphan Posted March 11, 2021 Share Posted March 11, 2021 On 3/9/2021 at 10:48 AM, fhasson said: I am also trying to do the same. anyone have the code? You can add some code into Code Block. Replace with your instagram link <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css" integrity="sha384-vp86vTRFVJgpjF9jiIGPEEqYqlDwgyBgEF109VFjmqGmIY/Y4HV4d3Gp2irVfcrp" crossorigin="anonymous"> <ul class="t-social"> <li> <a href="https://instagram.com/google"> <i class="fab fa-instagram"></i> </a> </li> <style> /* code block padding top bottom */ .code-block { padding-top: 0; padding-bottom: 0; } /* social icons code */ .t-social { display: block; margin: 0 auto; padding-top: 5px; text-align: center; padding-left: 0; } .t-social li { display: inline-block; margin: 0; line-height: 100%!important; } .t-social li i { font-size: 30px; margin: 0 20px; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
deegibson Posted April 28, 2021 Share Posted April 28, 2021 (edited) Thanks @tuanphan that worked perfectly! Edited April 28, 2021 by deegibson Link to comment
JGPStyledMe Posted June 8, 2023 Share Posted June 8, 2023 I'm not having any luck with the code. When I insert it, I'm only getting a tiny Instagram icon, not a feed from my profile. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment