Опис
Цей плагін був закритий з 26.03.2025, він більше не доступний для завантаження. Плагін був закритий назавжди. Причина: Запит автора.
Відгуки
27.05.2021
4 replies
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.
03.04.2021
1 reply
Saying the format is not allowed!!!!!!!!
28.02.2021
5 replies
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
Учасники та розробники
“Import Bookmarks” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:
Учасники“Import Bookmarks” було перекладено на 1 локалізацію. Дякуємо перекладачам за їх роботу.
Перекладіть “Import Bookmarks” на вашу мову.
Цікавитесь розробкою?
Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.