Hi,
On my system wp_kses is not blocking proper links, but but it depends on how you enter the link in the agenda, whether it is actually offered as a link in the ical file and therefore in the block
First the way that works for me, perhaps not the most obvious way, but reliable:
In the calendar on the web and greate or change an event. In the description editor Click insert link button in the toolbar. You get a popup where you can fill in two fields. In the first I filled in: “Tex for the link” in the second the (example)url of my facebook page: “https://www.facebook.com/my.facebookpage ” after hitting OK button I saw the forlowing in my agenda description editor:
Below I create a working facebook link
Tex for the link
“Tex for the link” is underlined as a link. After saving the event I found the following text in my iCal file related to this event:
DESCRIPTION:Below I create a working facebook link<br><br><a href="https://
www.facebook.com/my.facebookpage">Tex for the link</a>
After clearing the cache I saw it in my block as:
14:30 Event with facebook link
Below I create a working facebook link
Tex for the link
14:30 – 15:30
“Tex for the link” is underlined and when I click on it “https://www.facebook.com/my.facebookpage ” will be opened.
Other ways that may be more obvious, such as copying the URL directly into the description, seem to work in both Google Calendar App and Web Browser, but usually just export the URL to the ical file as plain text. The block then only shows the text of the URL, no link. Sometimes the URL is promoted to a link when the event is updated, but this is not reliable.
As far as I can see wp_kses does not block the link.
Regards,
Bram
-
This reply was modified 10 months ago by bramwaas.
-
This reply was modified 10 months ago by bramwaas.
-
This reply was modified 10 months ago by bramwaas.