Project

General

Profile

Actions

Feature #17322

closed

Skype links

Added by Peter Zak almost 17 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2007-05-22
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

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

skype_links.gif (17 KB) skype_links.gif Administrator Admin, 2007-05-31 20:32
bug_5666.diff (667 Bytes) bug_5666.diff Administrator Admin, 2007-11-07 14:44

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #22286: URLs with tel:... and sms:... not supported in coreClosedStanislas Rolland2010-03-16

Actions
Actions #1

Updated by Martin Kutschker almost 17 years ago

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.

Actions #2

Updated by Peter Zak almost 17 years ago

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.

Actions #3

Updated by Stanislas Rolland almost 14 years ago

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.

Actions #4

Updated by Ernesto Baschny over 13 years ago

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".

Actions #5

Updated by Stefan Neufeind over 13 years ago

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.

Actions #6

Updated by Stanislas Rolland over 13 years ago

@Ernesto: this is already working in TYPO3 4.4, including sip:telephone.

Actions #7

Updated by Susanne Moog about 13 years ago

  • Target version deleted (4.4.0)
Actions #8

Updated by Daniel Siepmann almost 8 years ago

  • 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.

Actions #9

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF