mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 04:03:41 +00:00
SN addon: added handling for [bookmark] tag
This commit is contained in:
parent
026d7bf3c3
commit
680fe89fa8
1 changed files with 1 additions and 0 deletions
|
@ -412,6 +412,7 @@ function statusnet_post_hook(&$a,&$b) {
|
|||
// $tmp = preg_replace( '/#\[url\=(\w+.*?)\](\w+.*?)\[\/url\]/i', '#$2', $tmp);
|
||||
// preserve links to webpages
|
||||
$tmp = preg_replace( '/\[url\=(https?\:\/\/[a-zA-Z0-9\:\/\-\?\&\;\.\=\_\~\#\%\$\!\+\,]+)\](\w+.*?)\[\/url\]/i', '$2 $1', $tmp);
|
||||
$tmp = preg_replace( '/\[bookmark\=(https?\:\/\/[a-zA-Z0-9\:\/\-\?\&\;\.\=\_\~\#\%\$\!\+\,]+)\](\w+.*?)\[\/bookmark\]/i', '$2 $1', $tmp);
|
||||
// TODO apply the shortener to the URLs in the releyed dent
|
||||
$msg = strip_tags(bbcode($tmp));
|
||||
// quotes not working - let's try this
|
||||
|
|
Loading…
Reference in a new issue