Feature #17322
closed
Added by Peter Zak over 17 years ago.
Updated about 6 years ago.
Description
It would be fine, if editor can set in rtehtmlarea also a special link -> "skype link", with call function. At the moment it is very hard to do it manually in HTML mode with "save and close" the content element. When that content element is reopened, rtehtmlarea checks fot link errors and alerts the invalid link.
There are several ways how to write a skype links, I am not sure, which one is HTML valid - may be none :-), but it is very usefull.
I have seen for example:
<a href="callto:XY">Helpdesk XY</a>
Official skype link insertion can be found here (Using Skype links):
http://www.skype.com/share/buttons/advanced.html
(issue imported from #M5666)
Files
HTML doesn't care about the URLs in HREF as long as all " and & are properly escaped by entities. It's your browser which must understand the protocol/URL.
But I think you cannot use arbitrary URLs in the RTE now... Maybe it should simply ignore any protocols it doesn't understand.
I added a screenshot, what is happened, when BE editor tries to set up not typical external URL, like "skype:styxie21?call". It checks always if the the entered URL is correct and makes an alert.
This is now working in current SVN trunk (revision 7837).
You may enter, for example:
skype:someone?call
as an external link.
It will be preserved and correctly rendered in the frontend.
Nice that "skype:" now works, but what about "sip:telefone" (without any "?" parameter), which would fire up your local "sip client" (e.g. X-Lite)? E.g. "sip:555222333".
If you say this is resolved in SVN now (for 4.5.0 already?) then maybe you could please also check against the feature-request in #13829 and maybe close that one as fixed as well.
@Ernesto: this is already working in TYPO3 4.4, including sip:telephone.
- Target version deleted (
4.4.0)
- Description updated (diff)
Just if someone else will come here after the 5 years.
It's working (7.6 LTS). The only issue is, that the Wizard will show
http://
in front of it, even if it's not there.
Just test whether everything else works as expected after saving.
- Status changed from Resolved to Closed
Also available in: Atom
PDF