import-bookmarks

توضیحات

This plugin has been closed as of 26 مارس 2025 and is not available for download. This closure is permanent. دلیل: درخواست نویسنده.

نقد و بررسی‌ها

27 می 2021 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.
28 فوریه 2021 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
خواندن تمامی 3 نقد و بررسی‌

توسعه دهندگان و همکاران

“Import Bookmarks” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

“Import Bookmarks” به 1 زبان ترجمه شده است. با تشکر از مترجمین برای همکاری و کمک‌هایشان.

ترجمه “Import Bookmarks” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.