विवरण
This plugin has been closed as of मार्च 26, 2025 and is not available for download. यह बंद स्थायी है। कारण: लेखक अनुरोध।
समीक्षाएं
मई 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.
अप्रैल 3, 2021
1 जवाब
Saying the format is not allowed!!!!!!!!
फ़रवरी 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
सहायक &डेवलपर्स
यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।
योगदानकर्ता“Import Bookmarks” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “Import Bookmarks” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.