This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Import Bookmarks

વર્ણન

Export bookmarks from your browser and import them as WordPress posts. Supports Custom Post Types.

Credits

Icon, Copyright 2016 Nick Roach
Licensed under the terms of the GNU GPL, Version 2
Source: https://www.elegantthemes.com/blog/freebie-of-the-week/beautiful-flat-icons-for-free

સમીક્ષાઓ

મે 27, 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, 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
3 સમીક્ષાઓ વાંચો

ફાળો આપનાર & ડેવલપર્સ

આ ઓપન સોર્સ સોફ્ટવેર છે. નીચેના લોકો એ આ પ્લગિન માટે ફાળો આપ્યો છે.

ફાળો આપનારા

“Import Bookmarks” નું 1 ભાષામાં અનુવાદ કરવામાં આવ્યું છે. Thank you to the translators for their contributions.

“Import Bookmarks” ને તમારી ભાષામાં અનુવાદ કરો.

વિકાસમાં રસ ધરાવો છો?

કોડ બ્રાઉઝ કરો, એસવીએન રીપોઝીટરીમાંથી ચેકઆઉટ કરો, અથવા આરએસએસ દ્વારા ડેવલપમેન્ટ લોગમાં સબ્સ્ક્રાઇબ કરો.

ચેન્જલૉગ

0.2.8

Fixed import for Windows servers. Fixed import as custom post type.

0.2.7

Added plugin icon.

0.2.6

Additional bookmarks validation. Implemented code standards.

0.2.5

Added support for Post Formats. Fixed readme.txt.

0.2.4

Fixed translation support.

0.2.3

Removed call to set_time_limit(). Updated documentation.

0.2.2

Modified the import_bookmarks_post_content filter to accept a 3rd argument.

0.2.1

Fixed error handling. Added import_bookmarks_post_content filter hook, to allow for custom bookmark markup.

0.2

Added translation functionality.

0.1

Initial release.