外掛說明
這個外掛已於 2025 年 3 月 26 日關閉,且不提供下載。 這個外掛已永久關閉。 原因: 開發者要求
使用者評論
2021 年 5 月 27 日
4 則留言
Please add these functions. $ post_content. = "\ n \ n <a target = \" _ blank \ "rel = \" nofollow \ "href = '". esc_url ($ bookmark ['uri']). "'>". $ post_title. '</a>'; A PHP redirect function would of course also be good.
PS, I’m currently trying to expand the plugin with automatic screenshots and an extended description.
2021 年 4 月 3 日
1 則留言
Saying the format is not allowed!!!!!!!!
2021 年 2 月 28 日
5 則留言
I think this plugin is really usefull. But when I tried to import the bookmarks, it was returning an empty array from the netscape bookmark parser.
If you want make it work, change line 85 from this
$lines = explode("\n", $this->sanitizeString($bookmarkString));
to this
//$lines = explode("\n", $this->sanitizeString($bookmarkString));
$lines = preg_split('/\r\n|\r|\n/', $bookmarkString);
on vendor/netscape-bookmark-parser/NetscapeBookmarkParser.php