Mô tả
Plugin này đã bị đóng kể từ ngày 26 Tháng 3, 2025 và không khả dụng để tải xuống. Việc đóng này là vĩnh viễn. Lý do: Yêu cầu của tác giả.
Đánh giá
27 Tháng 5, 2021
4 trả lời
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.
3 Tháng 4, 2021
1 trả lời
Saying the format is not allowed!!!!!!!!
28 Tháng 2, 2021
5 trả lời
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
Người đóng góp & Lập trình viên
“Import Bookmarks” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng góp“Import Bookmarks” đã được dịch qua 1 ngôn ngữ. Cảm ơn những người tham gia dịch vì đóng góp của họ.
Dịch “Import Bookmarks” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.