Opis
Ovaj dodatak je zatvoren od 26. ožujka 2025. i nije dostupan za preuzimanje. Ovo je trajno zatvoreno. Razlog: Zahtjev autora.
Recenzije
27. svibnja 2021.
4 odgovora
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.
03. travnja 2021.
1 odgovor
Saying the format is not allowed!!!!!!!!
28. veljače 2021.
5 odgovora
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
Suradnici i Programeri
“Import Bookmarks” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.
Suradnici“Import Bookmarks” je preveden na 1 jezik. Zahvala prevoditeljima za njihov doprinos.
Prevedite “Import Bookmarks” na svoj jezik.
Zainteresirani ste za razvoj?
Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.