Social links redirection issue in social block in footer.
This only for two social links
  1. Instagram URL
  2. LinkedIn URL

After installation you will find the block in footer

Link should be redirect into social site.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

djsagar created an issue. See original summary.

djsagar’s picture

djsagar’s picture

Status: Active » Needs review
Jaspreet-Kaur’s picture

MR! 2 Resolve the hyperlink issue. Thanks djsagar!

tanuja bohra’s picture

Status: Needs review » Needs work
StatusFileSize
new403.15 KB
new21.57 KB

@djsagar, I can still see the issue for linkdin. Added the screenshot for reference

djsagar’s picture

Issue summary: View changes
StatusFileSize
new841.86 KB

@Tanuja Bohra,
Patch will change the ; to :, as i can see your screen-short the issue was resolved.

instagram_url: https;//instagram.com => instagram_url: 'https://instagram.com

linkedin_url: htpps;//linkedin.com' =>linkedin_url: 'htpps://linkedin.com'

Please check one more time and let me know if there is any changes require.

Thanks!

djsagar’s picture

Status: Needs work » Needs review
tanuja bohra’s picture

@djsagar , yes, but the title of the issue is regarding the social link redirection and still the linkdin url has wrong spelled "htpps"
can we fix that?

djsagar’s picture

@Tanuja Bohra Thanks for correction updated MR.

tanuja bohra’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new289.35 KB

thanks @djsagar , issue is resolved.

Bhupendra_Raykhere made their first commit to this issue’s fork.

bhupendra_raykhere’s picture

Status: Reviewed & tested by the community » Fixed
bhupendra_raykhere’s picture

Status: Fixed » Closed (fixed)