Description
Cette extension est fermée depuis le 26 mars 2025 et n’est pas disponible au téléchargement. Cette fermeture est définitive. Raison : Demande de l’auteur.
Avis
27 mai 2021
4 réponses
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 avril 2021
1 réponse
Saying the format is not allowed!!!!!!!!
28 février 2021
5 réponses
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
Contributeurs/contributrices & développeurs/développeuses
« Import Bookmarks » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.
Contributeurs“Import Bookmarks” a été traduit dans 1 locale. Remerciez l’équipe de traduction pour ses contributions.
Traduisez « Import Bookmarks » dans votre langue.
Le développement vous intéresse ?
Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.