import-bookmarks

Beschrijving

Deze plugin is gesloten sinds 26 maart 2025 en is niet beschikbaar om te downloaden. Deze sluiting is permanent. Reden: Auteurverzoek.

Beoordelingen

27 mei 2021 4 reacties
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 februari 2021 5 reacties
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
Lees alle 3 beoordelingen

Bijdragers & ontwikkelaars

“Bladwijzers importeren” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“Bladwijzers importeren” is vertaald in 1 locale. Dank voor de vertalers voor hun bijdragen.

Vertaal “Bladwijzers importeren” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.