import-bookmarks

Descripción

Este plugin se ha cerrado desde el 26 de marzo de 2025 y no está disponible para descargar. Este cierre es permanente. Motivo: Petición del autor.

Reseñas

27 de mayo de 2021 4 replies
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 replies
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 todas las 3 reseñas

Colaboradores y desarrolladores

"Import Bookmarks" es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

"Import Bookmarks" ha sido traducido a 1 idioma local. 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.