*

jasongeek

  • ***
  • 61 posts
Social Media Links
« on: February 27, 2022, 08:24:28 PM »
How do I change the links for the social media icons in the Delta theme?

*

MB Themes

Re: Social Media Links
« Reply #1 on: February 28, 2022, 11:30:47 AM »
@jasongeek
Links in footer are about sharing your site in those social media, not about adding url to your profile in that media.
Maybe could be reviewed, anyway you can change that in footer.php of theme.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

jasongeek

  • ***
  • 61 posts
Re: Social Media Links
« Reply #2 on: February 28, 2022, 08:02:53 PM »
I thought that's what they were for.

However, the Twitter link goes to Twitter and I thought I could link my Twitter profile to it.

The Facebook link does go to Facebook so you can share the page. I don't know if it shares the current page, item, or what.

Can new links be set in the footer file?

*

MB Themes

Re: Social Media Links
« Reply #3 on: March 01, 2022, 04:40:46 PM »
@jasongeek
These are "click to share" buttons.
You can change href in links in footer to your custom ones
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

jasongeek

  • ***
  • 61 posts
Re: Social Media Links
« Reply #4 on: March 06, 2022, 07:21:04 PM »
Thanks. I see that these buttons are share buttons.

The Twitter one does not share. It just goes to Twitter.com and not sure how to fix it.

*

MB Themes

Re: Social Media Links
« Reply #5 on: March 07, 2022, 11:00:41 AM »
Looks like share link has been changed.
Go to footer.php in theme and find:
Code: [Select]
https://twitter.com/home?status=
Replace with:
Code: [Select]
https://twitter.com/intent/tweet?text=
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots