Jump to content

Multiple social links

Recommended Posts

Hi, can I have links to two separate socials for my other businesses in my site footer?

I'd like 'Sorella' socials to link to their socials and 'Ory's' to link to it's socials.

I've tried adding code I've found on this forum but can't get it working.

Thanks!

Screenshot2024-05-07at5_22_06AM.thumb.png.57ac4b552f8b2343661554ef30a79bce.png

Link to comment
  • Replies 6
  • Views 1.8k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

  • 2 weeks later...

Hello, that would be amazing if you could code for me! thanks very much.

Ory's
FB: https://www.facebook.com/profile.php?id=100086479158953
Insta: https://www.instagram.com/orysfallscreek/?hl=en#

Sorella
FB: https://www.facebook.com/profile.php?id=61557372192607
Insta: https://www.instagram.com/sorellafallscreek/?hl=en#

 

This might be a stretch, but is it possible to have these reservation links pop up in a widget without taking the user to a new webpage?

 

https://www.sevenrooms.com/reservations/sorellafallscreek
https://www.sevenrooms.com/reservations/orysfallscreek

 

All the best and thanks for the help.

Link to comment
On 5/7/2024 at 2:23 AM, woodyyyy said:

Hi, can I have links to two separate socials for my other businesses in my site footer?

I'd like 'Sorella' socials to link to their socials and 'Ory's' to link to it's socials.

I've tried adding code I've found on this forum but can't get it working.

Thanks!

Screenshot2024-05-07at5_22_06AM.thumb.png.57ac4b552f8b2343661554ef30a79bce.png

I think you can keep Social Icons, then I will use JS code to change url on right side.

But If you want to use Code Block, add a Code Block > Paste this code

Code Block 1, use this

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<ul class="t-social">
<li>
  <a href="https://www.facebook.com/profile.php?id=100086479158953" target="_blank">
  <i class="fab fa-facebook-f"></i>
  </a>
</li>
<li>
  <a href="https://www.instagram.com/orysfallscreek/?hl=en#" target="_blank">
  <i class="fab fa-instagram"></i>
  </a>
</li>
</ul>
<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 10px;
}
</style>

If you added Code Block 1, then Code Block 2 will require a shorter code

<ul class="t-social">
<li>
  <a href="https://www.facebook.com/profile.php?id=61557372192607" target="_blank">
  <i class="fab fa-facebook-f"></i>
  </a>
</li>
<li>
  <a href="https://www.instagram.com/sorellafallscreek/?hl=en#" target="_blank">
  <i class="fab fa-instagram"></i>
  </a>
</li>
</ul>

With

Quote

This might be a stretch, but is it possible to have these reservation links pop up in a widget without taking the user to a new webpage?

You can use a Popup plugin (referral link) to achieve 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!)

Link to comment
  • 2 months 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.