I want to pass the absolute url of the current page to sharing services of facebook/twitter/linkedin. How do I get the absolute url of a page from a xslt rendering
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I can at least tell you how this is done in a .NET sublayout, not sure if that helps:
Set other options on urlOptions as appropriate. Happy coding. |
|||
|
|
|
I realize this is an old question, but the answer given really isn't the full picture. You can build an XSLT extension to handle this:
Then you need to add the class that holds the above to the
And finally you can use the method. First reference the extensions...
Then use!
|
|||
|
|