Module:SocialMedia: Difference between revisions

// via Wikitext Extension for VSCode
// via Wikitext Extension for VSCode
Line 190: Line 190:
                 -- Extract the URL part after the FULLURL: prefix
                 -- Extract the URL part after the FULLURL: prefix
                 url = handle:gsub("^FULLURL:", "")
                 url = handle:gsub("^FULLURL:", "")
                print("Found special FULLURL prefix, using direct URL: " .. url)
             -- If the handle is already a full URL, use it directly
             -- If the handle is already a full URL, use it directly
             elseif isFullUrl(handle) and not isFullUrl(normalizedHandle) then
             elseif isFullUrl(handle) and not isFullUrl(normalizedHandle) then