Descrizione
Questo plugin è stato chiuso il 26 Marzo 2025 e non è più disponibile per il download. La chiusura è permanente. Motivazione: Richiesta autore.
Recensioni
27 Maggio 2021
4 risposte
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 Aprile 2021
1 risposta
Saying the format is not allowed!!!!!!!!
28 Febbraio 2021
5 risposte
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
Contributi e sviluppo
“Import Bookmarks” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
Collaboratori“Import Bookmarks” è stato tradotto in 1 lingua. Grazie a chi traduce per il contributo.
Traduci “Import Bookmarks” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.