import-bookmarks

Descripción

Este plugin se ha cerrado a partir de 26 de Marzo de 2025 y no está disponible para su descarga. Este cierre es permanente. Motivo: Solicitud del Autor.

Reseñas

27 de Mayo de 2021 4 respuestas
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 de Febrero de 2021 5 respuestas
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
Leer los 3 comentarios

Colaboradores & Desarrolladores

“Import Bookmarks” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

“Import Bookmarks” ha sido traducido en 1 idioma. Gracias a los traductores por sus contribuciones.

Traduce “Import Bookmarks” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN, o suscríbete al registro de desarrollo por RSS .