Beskrivelse
Denne utvidelsen har blitt stengt fra 26. mars, 2025 og er ikke tilgjengelig for nedlasting. Denne stengningen er permanent. Årsak: Førespørsel fra forfatter
Vurderinger
27. mai, 2021
4 svar
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. april, 2021
1 svar
Saying the format is not allowed!!!!!!!!
28. februar, 2021
5 svar
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
Bidragsytere og utviklere
«Import Bookmarks» er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen:
Bidragsytere“Import Bookmarks” har blitt oversatt til 1 språk. Takk til oversetterne for deres bidrag.
Oversett “Import Bookmarks” til ditt språk.
Interessert i utvikling?
Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.