Jump to content

Is it possible to link 2 separate Instagram profiles to social accounts?

Recommended Posts

Posted (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 by mtborsic
Initial Revision
  • 4 months later...
  • 2 months later...
Posted

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!

Posted
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.

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!)

  • 4 weeks later...
  • 10 months later...
Posted
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!)

  • 1 month later...
  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.