Social button generator adding "/" even when there is no url base. #287
Comments
|
This would be a relatively easy fix, I reckon I can do this one. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Describe the bug
Whenever a social button is generated it takes the URL base and the username and puts a "/" in between them. This might cause a problem with the RSS URL. Since it takes a whole URL from the user there's no base URL. That causes it to generate with a / in front of the link provided by the user. In this case, the hyperlink is interpreted as a subpage, not an external website.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
This behavior should only be in place for URLs that have a base, otherwise, it should put only the link as the hyperlink.
Screenshots



Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
N/A
Join the Discord Server for further discussions.
Server Link: https://discord.gg/HHMs7Eg
The text was updated successfully, but these errors were encountered: