Zotpress

Description

Zotpress brings publication broadcasting and scholarly blogging to WordPress through Zotero, a free, cross-platform reference manager.

Features

  • Displays your personal and group Zotero items through in-text citations, bibliographies, and searchable libraries
  • Supports thumbnail images through WordPress’s Media Library and Open Library
  • Supports selective CSS styling via IDs and classes
  • Provides a range of additional features, such as allowing visitors to download citations
  • And more!

Compatible with Firefox, Safari, Chrome, and IE9. Made with jQuery, jQuery UI, jQuery doTimeout, Live Query, OAuth, and Open Library.

Special thanks to Joe Alberts for substantial contributions to the code, comprehensive testing, and design ideation. Thanks also to contributors Christopher Cheung, Jason S., Chris Wentzloff, Karljürgen Feuerherm (@feuerherm), Mark Dingemanse (@codeispoetry), J?rg Mechnich (jmechnich@github), Tomas Risberg, @ericcorbett2, and @timtom for their code contributions, testing, and guidance. Finally, my sincere gratitude goes out to all who have donated in support of this plugin.

Please note that this plugin is on semi-hiatus, with updates expected about 1-3 times a year.

Requirements

jQuery included in your theme (Zotpress will do this for you if it isn’t already included), and an HTTP request method supported by WordPress enabled on your server: cURL, fopen with Streams (PHP 5), or fsockopen. In your server config file, X-Frame-Options should be set to SAMEORIGIN. Optional: OAuth enabled on your server.

Screenshots

  • Display items from individual or group Zotero libraries on your WordPress website. Special characters are supported.
  • Search for items and generate shortcodes for bibliographies and in-text citations using the “Zotpress Reference” meta box on edit screens.
  • Find the shortcode builder in the Gutenberg toolbar. Search for items and create bibliographies and in-text citations.
  • Give your citation an image using WordPress’s Media Library or Open Library.
  • Share your library through your website. Allow visitors to browse by collection or tag.
  • Allow visitors to search your library by item metadata or tag, or both.

Installation

  1. Install from the Plugins page in your WordPress admin panel. Or, download and extract the zip, then manually upload the folder zotpress to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to the Zotpress page through the admin menu.
  4. Add the Zotero API information for each Zotero account you’d like to use.
  5. Use the Zotpress Shortcode option in the Gutenberg editor to serach for items and build a shortcode. Or, look up the keys of items, collections, and tags on the Browse page. Or, use the Zotpress Reference Meta Box to generate shortcodes.
  6. Place the shortcodes in your blog post or page, or enable the Zotpress sidebar widget. Below are a few examples to get you started. Look at the Help page for more examples and the full details about all use options and shortcodes.

Shortcode

You can display your Zotero citations in a number of ways. To display a list of five citations from the collection with the key “ZKDTKM3X”, use this shortcode:

[zotpress collection=”ZKDTKM3X” limit=”5″]

You can also use in-text citations as follows:

[zotpressInText item=”{U9Z5JTKC,36-45}”]

[zotpressInTextBib]

The first shortcode will display an in-text citation for an item with the key “U9Z5JTKC”, which will look something like this: (Seaborn, 2011, p. 36). The [zotpressInTextBib] will auto-generate a bibliography for all [zotpressInText] shortcodes on the post/page.

Check out the “Help” page on your installation of Zotpress for more information and a full listing of parameters for all shortcodes.

FAQ

The F.A.Q. can be found on the “Help” page of every Zotpress installation. If you have a question that isn’t answered there, feel free to post a message in the forums.

Reviews

August 18, 2024
It is a great pity that attachments (data files, images, notes, etc.) saved in Zotero items cannot be seen and downloaded when using Zotpress.
March 8, 2024
A very nice plugin, very useful and very effective. Well written and developed, constantly updated. A little attention is required in the configuration but it is sufficient to carefully read the many contributions in the support area. I would give six stars if I could ??
May 1, 2023
After many years copying and pasting bibliographies from Zotero and manually correcting them, I’ve finally given Zotpress a try and honestly I don’t know what took me so long! It works great and is quite powerful. There are still a few things I’d like the plugin to do, e.g. Set default display options instead of having to specify them in every shortcode (e.g. have htmlwrap=true or sortby=author be the default) Have the option to wrap bibliography items in list elements instead of div, which may be better for accessibility Support custom bibliography styles But even without all that, it’s already a great plugin. Many thanks for developing it!
March 8, 2022
We have been collecting references, and now Zotpress let’s us easily display them beautifully on our Wordpress site.
October 6, 2021 1 reply
I like a lot this nice plugin, but I face a major issue : I cannot post anything when the plugin is activated, because it generate an error message each time I try to create a new block : ‘this block encountered en issue and cannot be displayed’ So I have to desactivate it, then modify, then reactivate entering the settings…
Read all 66 reviews

Contributors & Developers

“Zotpress” is open source software. The following people have contributed to this plugin.

Contributors

“Zotpress” has been translated into 4 locales. Thank you to the translators for their contributions.

Translate “Zotpress” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

7.3.14

  • Added notice about roles and privileges.
  • Added notice about updating and cache.
  • Added classes for DOI and updating.
  • Added APA+ style processing update by @timtom.
  • Fixed shortcode processing issue with the style attribute.

7.3.13

  • Fixed shortcode error.
  • Fixed default collection bug with library shortcode.
  • Fixed security issue with role access.

7.3.12

  • Fixed shortcode error.

7.3.11

  • Fixed shortcode security issue.

7.3.10

  • Fixed shortcode security issues.
  • Refined shortcode attribute processing code.
  • Fixed request limit bug.
  • Various code refinements.

7.3.9

  • Fixed security issue.
  • Fixed search bar bugs.
  • Added direct access prevention (thanks to jmechnich@github).
  • Added fix for countable issue (thanks to Tomas Risberg and @ericcorbett2).

7.3.8

  • Fixed database security issues.

7.3.7

  • Fixed numeric in-text sorting bug.
  • Fixed Zotpress_change_timeout() bug.
  • Fixed in-text notes bug.
  • Added support for in-text non-contiguous page numbers.

7.3.6

  • Fixed duplicates bug.
  • Fixed cache issue.
  • Refined search bar.

7.3.5.1

  • Fixed $tempAuthor, $tempItemDate, and $tempItemYear bugs.
  • Added support for item type preprint.

7.3.5

  • Fixed security bug.
  • Fixed “limit” bug related to assuming is_dropdown is true.
  • Fixed disambiguation.
  • Optimized bib and in-text loading.

7.3.4

  • Fixed OAuth vulnerability and simplified authentication procedure.
  • Fixed in-text date ID.
  • Fixed cite URL, broken due to api_user_id.

7.3.3

  • Fixed limit attribute issues in PHP 8.

7.3.2

  • Added support for PHP 8 (tested in PHP 8.0.8), with thanks to K.G. Feuerherm (@kfeuerherm) and Mark Dingemanse (@codeispoetry).

7.3.1.2

  • Fixed Library “Browse” page account, default account, and subcollection bugs.
  • Minor style fixes for Library.

7.3.1.1

  • Fixed Library collection navigation bug.
  • Fixed minor Library style issues.
  • Added Library dropdown browsing scroll effect.

7.3.1

  • New! Show or hide browse bar for Zotpress Library Dropdown.
  • Fixed single account library errors.
  • Fixed minor issues with thumbnail image.
  • Modified Library to allow multiple instances in one page.
  • Modified Library pagination styles for modernization.

7.3

  • New! Target attribute for Zotpress Library.
  • Fixed task separation between install and update.
  • Fixed caching issue for multiple collections.
  • Fixed multipart names and apostrophes.
  • Fixed some request errors.
  • Fixed mdash/ndash bug.
  • Fixed hardcoded paths.
  • Added localizable error messages.
  • Added error checks when collections or tags are empty.

7.2

  • New! Added Gutenberg editor toolbar shortcode builder.
  • New! Can now retrieve items by itemtype.
  • Added disambiguation for in-text citations.
  • Added new screenshot.
  • Added brackets attribute to in-text shortcode builder/reference.
  • Added support for more itemtypes for the title attribute, which should fix incorrect sorting.
  • Changed download filename to original filename.
  • Fixed shortcode builder bug for order by DESC.
  • Fixed non-author types bug for in-text citations.
  • Fixed media library set image bug.
  • Fixed multisite install/reset bug.
  • Fixed highlight-on-scroll issue.
  • Updated Help page.
  • Minor style and text formatting corrections.

7.1.6

  • New! Can use the “showtags” attribute with the Library shortcodes.
  • Refined “download” attribute to include linked URL downloads.
  • Fixed “false” error for author names and the “highlight” attribute.
  • Fixed Browse page error when there are no default accounts.
  • Optimized for the Twenty Twenty theme.

7.1.5

  • Fixed bug with shortcodes that use collections and tags.
  • Fixed cite/RIS bug.
  • Updated notifications to only display if Zotpress accounts exist.
  • Updated Account page styles and notifications.
  • Several improvements and fixes for Library Dropdown navigation.

7.1.4

  • Fixed title sort bug with itemtype and date secondary sort.
  • Fixed cache bug related to large numbers of tags.
  • Fixed Library collection and tag display bugs.
  • Refined admin CSS, especially notifications.

7.1.3

  • Fixed error reporting, esp. for cache.
  • Fixed tags with apostrophes error.
  • Fixed numbering when multiple posts.
  • Fixed title sort bugs.
  • Updated icons.

7.1.2

  • Fixed multi-part last name bug.
  • Fixed error feedback-related bug.
  • Fixed Zotpress Sidebar widget loading bugs.
  • Fixed In-Text Citation separator bug.
  • Refined and fixed bugs around sorting/ordering in general.
  • Refined In-Text Citation “and” attribute; default returned to ampersand.
  • Refined error reporting.
  • Refined parameter cleaning of quote characters.

7.1.1

  • Increased “title” attribute speed and refined its sorting/ordering.
  • Fixed Library dropdown version pagination styles.
  • Fixed numeric in-text bibliography numbering with cache retrieval.
  • Fixed showtags request bug.
  • Fixed bibliography “one item” bug.

7.1

  • New! Now supporting the {api_user_id:item_key,pages} format for in-text citations.
  • New! Now displaying cached citations via PHP for SEO purposes.
  • New! Can use the “title” attribute to sort by item type.
  • New! Can set a “toplevel” collection for the dropdown (default) version of the Library shortcode.
  • Several in-text citation bugs fixed.
  • Refined request error feedback.
  • Refined pagination for the Library display with a scroller.
  • Fixed date/numbering issue for american-antiquity style.
  • Fixed forcenumber issue for chicago style.
  • Fixed several sortby and order issues.

7.0.3

  • Fixed Sort Order bug.
  • More Japanese translations added.
  • Account management style updates.

7.0.2

  • Fixed Cite with RIS bug.
  • Fixed activation error.

7.0.1

  • Started preparing for localization; preliminary Japanese available.
  • Fixed single-item error for the In-Text Citation shortcode.
  • Fixed note display error for the Bibliography shortcode.
  • Fixed download URL error for the Biblography shortcode.

7.0

  • Introducing new Bibliography shortcode format to support citing items from multiple accounts in one shortcode: {api_user_id:item_key}
  • Optimized for WordPress 5 and Gutenberg.
  • Reduced the request load (esp. tags) by default.
  • In-text numerical citations now support page numbers.
  • Fixed date sort for multiple collections filtered by author.
  • Fixed forcenumber/s bug.
  • Added apostrophe support for tags.
  • Minified styles and scripts.
  • Updated branding.
  • Added search bar for shortcode attributes to Help page.
  • Minor style and UI updates to Zotpress Library.
  • Removed experimental tinymce code.

6.2.4

  • Updated shortcode styles and fixed the Search Bar display.
  • Updated Zotpress Reset to remove additional options and tables from db.
  • Download now looks for import_url as well as import_file.
  • Updated the readme and screenshots.

6.2.3

  • Updated Sidebar Widget constructor.
  • Updated Library Shortcode to return rather than echo output.
  • Clarified how “showimage” works on the Help page.
  • Fixed Library Shortcode display bug for numbered bibliographies.

6.2.2

  • Fixed notification error for older versions of PHP.

6.2.1

  • Fixed compression library issue encountered by some users.
  • Added notification to clear cache for database update.
  • Applied fix for dois that are already hyperlinked.

6.2

  • Added compression to bring down the size of the cache.
  • Fixed logic error around WordPress Media Library images vs. Open Library images.
  • Browse page Tags dropdown now accounts for no tags.
  • Browse page has clearer loading feedback.
  • Browse page collection and item keys are now text inputs to prevent styled text from being copied into the visual editor.
  • Now hyperlinking https-based DOI URLs.
  • Help page tab links have been fixed.

6.1.6

  • Fixed wp_remote_retrieve_headers issue (WP core change) that limited total results.
  • Removed Google Fonts for quicker admin-side loading.

6.1.5

  • Fixed author sort in Chrome.
  • Fixed urlwrap for chicago-author-date (using ireplace).
  • Case applied for author filtering when single field is used instead of double field even though first/last structure exists.

6.1.4

  • Fixes and extensions made to the “urlwrap” feature for titles, esp. quotes.

6.1.3

  • Fixed security issue with zp_get_account().
  • New! “style” attribute for searchbar.
  • Updated widget account selection and fixed retrieval error.
  • Minor image and code style updates.

6.1.2

  • Applied more cases for URL wrapping.
  • Fix for encyclopedia author/editor cases for in-text citations.
  • Fix for authors who are also editors for in-text citations.
  • Fixed in-text number-based sorting for 50+ items.
  • Better in-text error handling.

6.1.1

  • Applied secondary year sorting for author sort.
  • Fixed default ordering for number-based in-text citations.
  • Fixed erroneous fix for in-text editors of books.
  • Fixed dropdown update bug for collections.
  • Migrated Options AJAX to WP AJAX; fixed Default Style option.
  • Updated cURL request approach.
  • Fixed title wrap issues related to mdashes and quotes in titles.
  • Fixed chicago style DOI linking issue.
  • Minor style updates.

6.1

  • Quicker load times through more effective use of cache.
  • New! “urlwrap” attribute for wrapping titles and images with the citation URL.
  • New! “highlight” attribute for highlighting text in a citation.
  • New! Can now use showimage=”openlib” to display book covers from the Open Library.
  • In-text citations will no longer erroneously display editors.
  • Order for In-Text Bib sort fixed.
  • Browse navigation for multiple accounts fixed.
  • Fixed “target” attribute for in-text bibliography DOI links.
  • Now auto-detects https for Google Fonts links.
  • Fixed multiple tags unique ID issue.
  • Minor style updates.

6.0.5

  • New way of selecting in-text citations without relying on post IDs as HTML IDs or classes.
  • The “items” and “collections” parameters in bib and in-text shortcodes are now flexible around extra spaces.
  • Fixed Zotpress In-Text Bibliography non-unique ID issue.
  • Fixed parenthesis formatting issue for number-based in-text citations.
  • Number-based in-text citations now have bibliographic details on mouse hover.

6.0.4

  • Re-added item keys on Browse page.
  • Set withCredentials attribute to true for AJAX requests.
  • Fixed Zotpress Bibliography unique identifier bug.
  • Fixed default sorting for in-text citations.
  • Fixed in-text format (superscript).
  • Re-added bib info as title for non-number-based in-text citation anchors.
  • New! Can now use &, + and / with in-text page numbers.

6.0.3

  • Fixed inclusive=”no” bug for tags.
  • Fixed pagination for searchbar.
  • Fixed non-English characters bug for the Zotpress Reference widget.
  • Fixed sidebar widget issues.
  • Fixed in-text bug that assumed id rather than class for posts/pages.
  • Fixed various in-text formatting bugs.

6.0.2

  • Fixed multiple terms bug for searchbar.
  • Fixed non-English characters bug for searchbar.
  • Fixed sortby/order for searchbars.
  • Fixed style value “default” bug.
  • Pagination for searchbars now hidden on search and no items found.

6.0.1

  • Fixed “limit” attribute bug for the Zotpress Bibliography Shortcode.
  • Fixed single item bug for the Zotpress In-Text Shortcode.

6.0

  • New! Auto-updating/syncing through realtime data access with cURL and AJAX.
  • Now using Zotero API version 3.
  • Retired Zotpress Bibliography Shortcode attribute “linkedlist”/”link”; use Zotpress Library Shortcode instead.
  • Retired Zotpress Bibliography Shortcode attribute “datatype”; use Zotpress Library Shortcode instead.
  • Modified Zotpress Bibliography Shortcode attribute “inclusive”; use with multiple authors only.
  • Zotpress Reference widget refined; now uses WP AJAX.
  • Fixed “cite” bug for the Library shortcode.
  • Shortcode parameter “searchby” for the Library SearchBar is now limited to items and tags.
  • Updated deprecated code to WP 4.3 standards.
  • Minor bug fixes and updates throughout.

5.5.5

  • Bug fix for searchbar filters.

5.5.4

  • Minor update to date formatting.
  • Searchbar links are now hyperlinked.
  • Updated searchbar labels.

5.5.3

  • Browse page bug fixed.
  • Added “download” attribute to Library shortcode (dropdown-only).

5.5.2

  • Added support for “cite” to Library shortcode (dropdown-only).
  • Fixed “target” attribute for DOI links.
  • Updated styles for download and cite links.
  • Default style option label clarified for importing.

5.5.1

  • Fixed ampersand error for tags (must re-import).
  • Fixed author filter error with same last name. New format: (last, first)

5.5

  • New! Autocomplete search bar option for “zotpressLib” shortcode.
  • Updated DOI hyperlinking function.
  • Fixed item import bugs related to quotes and empty queries.
  • Thanks to @mlwk for a thorough, 2+ level nested collections fix.
  • Thanks to Joe Alberts for fixing the permission denied error reporting.
  • Added support for “month-month year” format to zp_date_format.

5.4.2

  • Fixed code-breaking error that occurred for some users.

5.4.1

  • Fixed display bug for single libraries on Browse page.
  • Set nonce lifetime to 12 hours.

5.4

  • New! “zotpressLib” shortcode for displaying your library on the front-end of your website.
  • Fixed “set image” bug for single-account setups.
  • Fixed “remove image” bug.
  • Optimized nested collections display.
  • Optimized notes with display for single notes and anchors.

5.3.3

  • Better error messages.
  • Table updates now check for existence of table first.
  • Corrected HTML for nested lists of collections and validation.

5.3.2

  • Security enhancements for import script.
  • Fixed minor shortcode and import bugs and warnings throughout.

5.3.1

  • Fixed custom tags interference issue.
  • Added plugin icons.

5.3

  • New “brackets” in-text citation shortcode attribute.
  • Re-structured import and admin scripts.
  • Expanded in-text formatting.
  • Added submenu to admin sidebar.
  • Added ability to set default accounts on Browse and Accounts and selectively import on Browse.
  • Applied fix for array_multisort warning.
  • Minor style updates throughout.

5.2.10

  • Added support for multiple last names to author filtering.
  • Removed survey link.
  • Minor style updates to the metabox.

5.2.9.1

  • Fixed minor sort error for in-text bibliographies.

5.2.9

  • Author attribute is now strict, e.g. “Gret” will not return “Gretel.”
  • Sort attribute now understands most common date formats.
  • Added “nick” version of “nickname” attribute to in-text shortcode.
  • Fixed widget display issues for new posts.

5.2.8.1

  • Fixed zp_get_year warning messages.

5.2.8

  • Fixed in-text bibliography sorting errors.
  • Fixed in-text citation display for no authors and no dates.
  • Fixed image table issue that caused collection and/or item display bugs.
  • Updated add account form labels.

5.2.7

  • Added notice of research survey.
  • Fixed inclusive filtering bug for multiple collections.
  • Fixed prepare issues with metabox.

5.2.6

  • Fixed import bug related authors with one name / full name meta.
  • Fixed import bug related to non-English characters for in-text citations.
  • Fixed abstract percent sign display bug.
  • Added longer delay to in-text anchor highlight effect.

5.2.5

  • Confirmed that Zotpress works with WP 4.0.
  • New! “forcenumber” attribute numbers bibliographies, even when the style doesn’t.
  • New! Clicking in-text anchors highlights the corresponding entry in the bibliography.
  • New! DOIs are automatically hyperlinked.
  • New! Authors (and below) can only see Browse and Help pages.
  • Notice: Database update to fix overwriting images during selective import.

5.2.4

  • Fixed in-text citation title formatting issues.
  • Fixed incorrect duplicates for items cited in-text.

5.2.3

  • Fixed broken image URLs.

5.2.2

  • Fixed displayed duplicates generated by multiple download links.
  • Removed old code.
  • Minor content and style updates on the Help page.

5.2.1

  • Fixed selective import bugs related to duplicate items.
  • Updated table structure to optimize script.

5.2

  • IMPORTANT! You must re-import your Zotero library/libraries in Zotpress when you install this version or your shortcodes will not display correctly.
  • Fixed selective import bug for libraries with more than 50 top-level collections.
  • Optimized import script and enforced Zotero API Version 2.
  • Increased time length before timeout for import scripts.
  • Fixed database updating bug and sort/order bug.

5.1

  • Zotpress now requires version 3.5 of WordPress.
  • New! In-text citation attributes “and” and “separator” for greater flexibility in format and style.
  • New! Bibliography shortcode attributes “showtags” for displaying a citation’s tags and “target” for HTML5 compliance.
  • New! Enable or disable Zotpress Reference Widget for specific post types.
  • Updated import script, including compliance testing and friendly error messages.
  • Updated style names, e.g. mla is now modern-language-association.
  • Updated look and feel to match WordPress 3.8+.
  • Multiple bug fixes.

5.0.10

  • Fixed display issue for multiple in-text citations per shortcode.
  • Updated the Help/FAQ page.
  • Restructured request class and enforced Zotoro API Version 1.
  • Fixed style update errors related to undefined variables.
  • Added “citeable” as an alternate for the “cite” attribute.

5.0.9

  • Fixed incorrect abstracts issue.
  • Fixed “years”, “authors” and “nick” shortcode attributes.
  • Help information for finding Group IDs has been updated.
  • Lowercase style names enforced.

5.0.8

  • New! Import functionality check added.
  • New! Reset Zotpress feature on Options page.
  • New! Added security measures to prevent direct access.
  • New! Import items, collections and tags separately.
  • Updated import script; sessions removed.
  • Fixed minor shortcode bugs.
  • Removed extraneous code.
  • Minor style updates.

5.0.7

  • New! Import script now uses WordPress functionality for improved compatibility.
  • New! “Link” attribute for tag and collection lists.
  • Updated help page to include how to use in-text brackets.
  • In-text format updates, including new “etal” attribute.
  • URLs are now converted two-ways to account for prior encoding.
  • Updated styles for a more consistent look.

5.0.6

  • Fixed incompatibility bugs with jQuery UI; some style updates, too.
  • Fixed “abstract” attribute bug.
  • Fixed in-text %num% numbering bug.
  • In-text shortcodes are now unique to posts.
  • Fixed hyperlink bug for special characters.
  • Fixed search when no default account set.
  • New! In-text citations are now hyperlinked to the generated bibliography.

5.0.5

  • New! Can now display abstracts using the “abstract” parameter.
  • Blank author fields now filled with other author (e.g. editor) information.
  • Added support for %num% formatting option (in-text).
  • Fixed front-end style update script for large (50+) items.
  • Fixed “datatype” filtering error.
  • Fixed typos in the Help page.
  • Added default account constraint to Zotpress Reference results.

5.0.4

  • Fixed table install, update and uninstall issues.
  • New import and sync scripts for large libraries.
  • Zotpress admin now accessible to Editors.
  • Styles updated and Help page shortcode documentation redesigned.

5.0.3

  • Fixed import and sync for large libraries.
  • Removed autoupdate feature. Please use the sync feature for the time being.
  • Fixed metabox widget error.
  • Minor bug fixes.

5.02

  • Fixed display of styles with numbered lists, e.g. IEEE, nature, etc.
  • Fixed critical in-text citation bug when multiple accounts are synced.
  • Long URLs in citations will now wrap.

5.01

  • Critical patch for case-sensitive tables and import functionality.

5.0

  • Happy new year! Zotpress is now optimized for WordPress 3.5.
  • Near-complete rewrite of the code for greater loading speeds across the board.
  • Revamped Browse page and Reference Widget with autocomplete and a new shortcode builder.
  • Expanded Zotpress In-Text capabilities, including multiple items and formatting.
  • New shortcode parameters, including ones for filtering and providing RIS links for citing.
  • Greater shortcode flexibility, including support for multiple items and new sort options.
  • Many more additions and bug fixes. Explore and enjoy the new Zotpress!

4.5.4

  • Fixed “downloadable” bug.
  • Updated Help page.

4.5.3

  • Styles for metabox tabs added.
  • In-Text Bibliography fixed (for real this time).

4.5.2

  • New! Options page to set blog-wide defaults (more settings coming).
  • New(ish)! Post-specific style defaults.
  • In-Text Bibliography display fixed AGAIN!

4.5.1

  • In-Text Bibliography display fixed (or, made better).
  • New! Set default citation style (for all posts, via Zotpress Reference Metabox Widget).

4.5

  • New: Shortcode Creator in the Zotpress Reference Metabox Widget.
  • “Show Image” and “Sort” bugs fixed.

4.4.1

  • Security fix!

4.4

  • A number of security measures added.
  • Fixed “Help” page shortcode for in-text citations and private vs. public groups: oops!
  • The Zotpress shortcode now accepts lists for these parameters: collection, item.
  • Notes can now be shown, if made publicly available through Zotero.
  • Zotpress Reference should now show up on custom post type writing/editing pages.
  • Zotpress Reference now working with the latest versions of Chrome and Safari.

4.3

  • Introducing “Zotpress InText”, a new shortcode that let’s you add in-text citations, and then auto-generates a bibliography for you. jQuery must be enabled. Only supports APA style; requests can be made in the forums. Use information can be found in your Zotpress installation’s “Help” page.
  • Recaching and auto-checking for new or updated Zotero data back in action.
  • The “collection” shortcode parameter now working.
  • Zotero XML data gathering functions optimized.
  • Tags with spaces are now working again for the “tag” shortcode parameter.
  • Tag shortcode parameter now accepts nonexistent tags.

4.2.7

  • Error display error fixed.

4.2.6

  • Fixed bullet image issue.

4.2.5

  • Fixed sidebar issue: having an author is no longer required.

4.2.4

  • Fixed sidebar widget error and display issue.
  • Added more information to and sorting of citations listed in the Zotpress Reference widget.

4.2.3

  • More friendly XML error messages, including ability to (at least try) repeating the Zotero request.
  • Spite-ified most images for quicker display.
  • Citation images can now be deleted.

4.2.2

  • Bugfix: Typo!

4.2.1

  • Bugfix: Limit issue resolved.

4.2

  • Bugfix: Styles now working again.
  • Bugfix: Now only grabbing top level items.
  • Bugfix: Sidebar widget working again.
  • Metabox widget refined: Limit removed, account info integrated, and tags and collections alphabetized.

4.1.1

  • Bugfix: Can now sort by ASC or DESC order.

4.1

  • Bugfixes: Filtering by author and date reinstated.
  • New: Titles by year. (New parameter: title)

4.0

  • Switched method of requesting from jQuery to PHP. Should mean a speed increase (particularly for Firefox users).
  • Many shortcode parameters have been changed; these parameters are now deprecated: api_user_id (now userid), item_key (now item), tag_name (now tag), data_type (now datatype), collection_id (now collection), download (now downloadable), image (now showimage).
  • New shortcode parameter “sortby” allows you to sort by “author” (first author) and “date” (publication date). By default, citations are sorted by latest added.

3.1.3

  • Temporary fix for web servers that don’t support long URLs. Unfortunately no special caching for these folks. New solution in the works.

3.1.2

  • Added backwards compatibility measure with respect to the new api_user_id / nickname requirement.
  • Fixed citation display positioning bugs.
  • Applied new caching method to sidebar widget.

3.1.1

  • Fix: Sidebar widget bug.

3.1

  • New way of caching requests. Speed increase for requests that have already been cached.
  • No more multiple accounts per shortcode. A “user_api_id” or “nickname” must be set.
  • No more collection titles. You can use the Zotero Reference meta box to find and add this information above collection shortcode calls.

3.0.4

  • Fixed display images issue.
  • Separated out sidebar widget code from main file.

3.0.3

  • Groups accounts citation display fixed.

3.0.2

  • Meta box fixed in IE and Safari.
  • Styles fixed in IE and Safari.

3.0.1

  • Sidebar widget fixed.
  • Styles in IE refined.
  • Conditional OAuth messages implemented.

3.0

  • New “Zotpress Reference” widget, meant to speed up the process of adding shortcodes to your posts and pages by allowing you to selectively search for ids directly on the add and edit pages.
  • OAuth is now supported, which means that you don’t have to go out of your way to generate the required private key for your Zotero account anymore (unless your server doesn’t support OAuth, of course).
  • I’ve changed the way Zotpress’s admin splash page loads. Before, the page would hang until finished loading the latest citations from Zotero. This is a friendlier way of letting you know what Zotpress is up to.
  • Manual re-caching and clear cache options added, for those who desire to refresh the cache at their leisure.
  • Citations that have URLs will now have their URLs automatically hyperlinked.
  • More IDs and classes added for greater CSS styling possibilities.
  • Improved handling of multiple Zotpress shortcode calls on a single page.
  • Code reduced and refined plugin-wide, which should equal an overall performance improvement.
  • “Order” parameter no longer available, at least for now; see https://www.zotero.org/support/dev/server_api
  • “Forcing cURL” option abandoned. If your server supports it, cURL will be used; otherwise, Zotpress will resort to file_get_contents().

2.6.1

  • Can now give group accounts a public key.
  • Downloads can now be accessed by anyone (assuming you’ve enabled downloading).

2.6

  • Important: Reduced multiple instantiations of JavaScript.
  • Download option added to Widget.
  • Proper download links for PDFs implemented.

2.5.2

  • Fixed image display for author/year citations.

2.5.1

  • Fixed single citation display bug.

2.5

  • Re-wrote display code.
  • Tidied up JavaScript.
  • Fixed update table code.

2.4

  • Can now display by year.
  • New option to display download links, should they be available.

2.3

  • Fixed Group “invalid key” error.

2.2

  • Fixed CURLOPT_FOLLOWLOCATION error.

2.1

  • Now cURL-friendly again.

2.0

  • Zotpress completely restructured.
  • Most requests now made through PHP. Shortcode requests made through PHP/jQuery combo for user-friendliness on the front-end.
  • Cross-user caching implemented. Updates request data every 10 minutes and only if request made.
  • Increased security now that private keys are no longer exposed through JavaScript.
  • Can now filter by Tag in admin.

1.6

  • Critical request method issue fixed.

1.5

  • Groups citation style issue fixed.

1.4

  • Caching enabled, which should speed things up a bit.

1.3

  • Added cURL, which is (maybe?) quicker, (definitely?) safer, and (more likely to be?) supported. Requests default to cURL first now.

1.2

  • Optimized JavaScript functions. Fixed some grammatical errors on the Help page. More selective loading of JavaScript. And most importantly … added a Zotpress widget option. This also means you can have more than one Zotpress call on a single page.

1.1

  • Fixed up the readme.txt. Added a friendly redirect for new users. Made IE8-compliant. Moved some JS calls to footer. Now selectively loads some JS. Made tags and collections into lists for easier formatting.

1.0

  • Zotpress makes its debut.
VIP777 login Philippines Ok2bet PRIZEPH online casino Mnl168 legit PHMAYA casino Login Register Jilimacao review Jl777 slot login 90jili 38 1xBet promo code Jili22 NEW com register Agila Club casino Ubet95 WINJILI ph login WINJILI login register Super jili168 login Panalo meaning VIP JILI login registration AGG777 login app 777 10 jili casino Jili168 register Philippines APALDO Casino link Weekph 50JILI APP Jilievo xyz PH365 casino app 18JL login password Galaxy88casino com login superph.com casino 49jili login register 58jili JOYJILI apk Jili365 asia ORION88 LOGIN We1win withdrawal FF777 casino login Register Jiligo88 philippines 7777pub login register Mwgooddomain login SLOTSGO login Philippines Jili188 App Login Jili slot 777 Jili88ph net Login JILIMACAO link Download Gcash jili login GG777 download Plot777 app download VIPPH register Peso63 jili 365.vip login Ttjl casino link download Super Jili 4 FC178 casino - 777 slot games JILIMACAO Philippines S888 register voslot LOVE jili777 DOWNLOAD FK777 Jili188 app CG777 app 188 jili register 5JILI login App Download Pkjili login Phdream Svip slot Abcjili6 App Fk777 vip download Jili888 register 49jili VIPPH register Phmacao co super Taya777 link Pogo88 real money Top777 app VIP777 slot login PHMACAO 777 login APALDO Casino link Phjili login Yaman88 promo code ME777 slot One sabong 888 login password PHMAYA casino Login Register tg777 customer service 24/7 Pogibet slot Taya777 org login register 1xBet live Acegame888 OKBet registration JILIASIA Promotion Nice88 voucher code AgilaClub Gaming Mnl168 link Ubet95 free 50 PHMAYA casino login JLBET 08 Pb777 download 59superph Nice88 bet sign up bonus Jiliyes SG777 download apk bet88.ph login JILIPARK casino login Register Philippines PHMAYA APK CC6 casino login register mobile PHMACAO com download MWPLAY app JILIPARK Download Jili999 register link download Mnl646 login Labet8888 download 30jili jilievo.com login Jollibee777 open now LOVEJILI 11 18JL casino login register Philippines JILIKO register Philippines login Jililuck 22 WJPESO casino PHMAYA casino login Jili777 login register Philippines Ttjl casino link download W888 login Register Galaxy88casino com login OKBet legit tg777 customer service 24/7 Register ROYAL888 Plot777 login Philippines BigWin Casino real money PHLOVE 18JL PH 18JL casino login register Philippines SG777 Pro Taya777 pilipinong sariling casino Jiligames app MNL168 free bonus YesJili Casino Login 100 Jili casino no deposit bonus FC178 casino free 100 Mwcbet Download Jili888 login Gcash jili download JILIMACAO 123 Royal888 vip 107 Nice888 casino login Register FB777 link VIPPH app download PHJOIN 25 Ubet95 legit phcash.vip log in Rrrbet Jilino1 games member deposit category S888 live login FF777 download FC777 VIP APK ME777 slot Peso 63 online casino OKGames app Joyjili customer service superph.com casino FB777 Pro Rbet456 PH cash online casino Okbet Legit login taruhan77 11 VIPPH 777Taya win app Gogo jili 777 Plot777 login register Bet99 app download Jili8989 NN777 VIP JP7 fuel Wjevo777 download Jilibet donnalyn login Register Bossjili ph download 58jili login registration YE7 login register FC777 new link login 63win register Crown89 JILI no 1 app Jili365 asia JLBET Casino 77PH fun Jili777 download APK Jili8 com log in CC6 casino login register mobile ph365.com promotion phjoin.com login register 77PH VIP Login download Phdream live chat Jlslot2 Me777 download Xojili legit PLDT 777 casino login Super Jili Ace Phdream 44 login Win888 casino JP7 Bp17 casino login TTJL Casino register FB777 slot casino Jili games online real money phjoin.com login register BET99 careers ORION88 LOGIN Plot777 login Philippines Labet8888 login JILI Official Pogibet app download PH777 casino register LOVEJILI app Phvip casino VIP jili casino login PHMACAO app 777pnl legit YE7 casino online Okbet download CC6 bet app 63win club Osm Jili GCash LOVEJILI 11 Www jililive com log in Jili58 casino SuperAce88 JiliLuck Login Acegame 999 777pnl promo code MWPLAY good domain login Philippines Pogo88 app Bet casino login Superph98 18jl app download BET999 App EZJILI gg 50JILI VIP login registration Jilino1 new site pogibet.com casino Jili Games try out Gogojili legit 1xBet Aviator WINJILI ph login Jili168 register How to play Jili in GCash 777pnl PHDream register login JILISM slot casino apk FB777 c0m login EZJILI Telegram MWCASH88 APP download Jili88 vip03 APaldo download 1xBet 58JL Casino 58jl login register Jili scatter gcash OKJL slot jili22.net register login 10phginto APaldo 888 app download 1xBet live FC178 Voucher Code 58jl Jili888 ph Login 365 Jili casino login no deposit bonus JP7 VIP login PHBET Login registration 58jili login registration VVJL online Casino Club app download Jili77 login register Jili88 ph com download KKJILI casino WJ peso app Slot VIP777 BigWin69 app Download Nice88 bet Suhagame philippines Jiliapp Login register Qqjili5 Gogo jili helens ABJILI Casino OKJL download 1xBet login mobile Pogibet 888 777 game Okgames casino login Acegame888 Bet86 promotion Winph99 com m home login JP7 VIP login 20phginto VIPPH register KKJILI casino OKJILI casino Plot777 app download NN777 register bossphl Li789 login Jiligo88 app Mwcbet Download Betjilivip Https www BETSO88 ph 30jili Https www BETSO88 ph Jilievo Club Jili888 register Jili777 download APK JILI77 app download New member register free 100 in GCash 2024 Royal888casino net vip JOLIBET withdrawal MW play casino Jili365 login FB777 Pro Gold JILI Bet99 registration 55BMW red envelope Bet199 login philippines JILI188 casino login register download Phjoin legit or not Bigwin 777 Bigwin pro Apaldo PH pinasgame JILIPARK Login registration JiliApp ph04 Ph143 Jili168 login app Philippines MW Play online casino APK 77tbet register 8k8t Bigwin casino YE7 Download App Ph365 download apk Acejili Ph888 login S888 juan login 63win withdrawal Okbet cc labet 8888.com login password Mwbet188 com login register Philippines MNL168 net login registration kkjili.com download Jili888 Login registration Abc Jili com Download JILIPARK casino login Register Download AbcJili customer service live777. casino Jilievo casino jilievo APP live casino slots jilievo vip Jolibet legit PH888 login Register 888php register 55BMW win Mwbet188 com login register Philippines AbcJili customer service Jili88 ph com app 200Jili App MAXJILI casino ROYAL888 deposit mi777 Jili games free 100 ACEGAME Login Register Jilibet donnalyn login Voslot register Jilino1 live casino 18jl login app apk JILI Vip777 login Phtaya login Super Ace casino login Bigwin 777 Ubet95 free 190 superph.com casino Jili22 NEW com register SG777 win Wjpeso Logo 1xBet login mobile Jili88 casino login register Philippines sign up Okbet cc Agg777 slot login Phv888 login P88jili download jiliapp.com- 777 club Fish game online real money One sabong 888 login password QQJili Taya365 slot mnl168.net login Taya365 download Yes Jili Casino PHMACAO APK free download 365 casino login Bigwin 29 JILISM slot casino apk Wow88 jili777.com ph 888php login 49jili VIP Jilino1 legit SG777 slot Fish game online real money Voslot free 100 18jl login app apk OKJL app Jili22 NEW com register Nice88 free 120 register no deposit bonus Sugal777 app download 288jili PHJOIN VIP com Register Jl77 Casino login KKjili com login Lovejili philippines Pogo88 casino SLOTSGO VIP login password Jili22 net register login password Winph 8 we1win 100 Jili slot 777pnl promo code Sg77701 Bet88 download for Android PH365 casino Royal Club login Jili88 casino login register MWPLAY login register Jilibay Promotion 7SJILI com Register FC777 casino link download Royal meaning in relationship OKBET88 AbcJili customer service 777ph VIP BOSS JILI login Register 200Jili App KKJILI casino login register maxjili Mwcbet legit JILIASIA 50 login Milyon88 com casino login 8k8app17 Royal slot Login Phmacao rest 338 SLOTSGO Ph888 login PHGINTO com login YY777 app Phdream register Jili22 net register login password Lucky Win888 Jiligames API Agila club VIP 77PH VIP Login download Acegame888 register PHMAYA Download Jili88 online casino 7XM Lovejili philippines 63win register Jilimax VOSLOT 777 login 18JL Casino Login Register JILIASIA 50 login 50JILI VIP login registration 7XM com PH Nice888 casino login Register 58jl Jili168 casino login register download Timeph philippines 90jilievo Jili88 casino login register OKBet legit JILI slot game download Bet99 promo code 58jili app 55BMW com PH login password KKjili casino login bet999 How to play Jili in GCash BigWin69 app Download OKJL Milyon88 com casino login phdream 888php register Ph888 PH777 registration bonus JLBET Asia LOVEJILI download Royal Casino login 646 ph login Labet8888 review JLBET Casino Jili888 ph Login Wjpeso Wins JILIMACAO 666 Jiliplay login register JILIAPP com login Download JiliLuck download WIN888 PH JL777 app Voslot777 legit Pkjili login 20jili casino Jolibet login registration Phjoin legit or not Milyon88 com casino register JILI apps download 88jili login register Jili 365 Login register download 11phginto Jili777 vip login Ta777 casino online Swertegames Taya365 download 777PNL online Casino login Mi777 join panalo 123 JILI slot 18jili link Panalo lyrics Jiliplay login philippines yaman88 Bet88 login Jili888 Login registration FF777 TV Ok2bet app Pogibet casino philippines Www jilino1 club WOW JILI secret code AB JILI Jili168 online casino BET99 careers Go88 slot login JILI Vip777 login CG777 Casino link OKBet GCash www.50 jili.com login WINJILI download Lucky bet99 Acegame888 77ph com Login password ACEGAME Login Register ACEGAME casino Swerte88 login password Wj slots casino APALDO Casino Phjoin slot JLBET com JLBET ph Taya777 org login 49jili slot Svip slot Jili77 download APK 200jiliclub Bet199 philippines Jili888 Login registration 88jili withdrawal phjoin.com login register Swerte88 login registration Voslot777 legit Superph11 AAA JILI app download Www jililive com log in VIP777 Casino login download Jili77 download APK Jilibet donnalyn login Register JILICC sign up Pogibet app download www.mwplay888.com download apk Jili68 Jililuck App Download APK Yy777 apk mod Jili77 vipph.com login labet8888.com app Phdream live chat Ph646 login register mobile 7777pub download Jolibet Fortune Tree 90JILI app 18JL login Philippines JLSLOT login password 50JILI fun m.nn777 login 88jili withdrawal PH Cash Casino APK 888PHP Casino LINK Boss jili app download Jili999 login register FB777 download APK Free 100 promotion JILIPARK Download VIP PH casino JILIHOT ALLIN88 login 8K8 com login PHMAYA casino login 58jili withdrawal Ubet95 free 100 no deposit bonus KKJILI online casino M GG777 100jili APP JILI888 slot download PHBET88 Jili Games demo 1xBet OKJL Casino Login Nice888 casino login Register Betso88 App download APK VIP777 app Gcash jili register 1xBet registration 58jili withdrawal Jili63 Suhagame23 218 SLOTSGO AGG777 login Philippines Bay888 login JILIVIP 83444 PHCASH com casino login Jilievo 666 Jili 365 VIP register PHMAYA link PH cash VIP login register Yaman88 casino JP7 VIP We1Win download free rbet.win apk Jili168 casino login register download Milyon88 com casino register 18JL login app 88jili withdrawal AAA Casino jilibet.com register Winjili55 UG777 login app PH777 download Jili365 bet login app Osm Jili GCash 77tbet philippines GI Casino login philippines 88jili login FC178 casino free 100 SG777 Com Login registration Nice88 free 100 Oxjili Royal777 Top777 login FB777 live 200jili login Gogojili legit Yes Jili com login phcash.vip casino Sugal777 app download 58JL app Login Panalo login JILI games APK Lucky99 Slot login Jili scatter gcash 7XM APP download FB JILI casino login download PHMACAO app ROYAL888 Link Alternatif ACEPH Casino - Link 55bmw.com casino Timeph app Osm Jili GCash M GG777 Ubet95 login Jiligo88 CG777 Casino Philippines Tayabet login Boss jili app download YY777 app download Nice88 free 120 register no deposit bonus Bossjili7 XOJILI login 68 PHCASH login ezjili.com download apk Jili 365 VIP APK Milyon88 pro Jili88 casino login register download Jili online casino AgilaPlay Jili scatter gcash 7777pub login CC6 app bonus JK4 online PHJOIN casino Joyjili login register 22phmaya 5JILI Casino login register Betso88 VIP Winph 8 Phmacao rest JILI Slot game download free s888.live legit APALDO Casino link Plot 777 casino login register Philippines Ph646wincom Jili168 login app Philippines KKJILI casino Apaldo PH Phdream live chat Slot VIP777 PH888BET 22 phginto 50JILI APP MWPLAY login register Slotph We1Win apk VIP777 slot login Nice88 PRIZEPH online casino Jilipark App 7XM app for Android Jili58 Jili168 free 100 APALDO 888 CASINO login APaldo download Jiliasia8 com slot game phcash.vip casino OKJL Casino Login YY777 live Jili888 register Winjiliph QQ jili casino login registration Abcjili5 NN777 register Phvip casino Taya 365 casino login OKBet app Osm Jili GCash Nice88 free 100 5JILI Casino login register Bet88 app download 5 55bmw vip Jlph11 JILI slot casino login Nice88 bet sign up bonus JILI Slot game download for Android Abc Jili com Download FF777 TV Peso 63 online casino MILYON88 register free 100 7777pub JILIASIA 50 login CC6 online casino latest version Royal Club apk 1xBet login registration CG777 Casino Philippines 1xBet app Mwcbet net login Password LOVEJILI 21 FBJILI Now use Joyjili Promo code JILI188 casino login register download PHMACAO SuperPH login AGG777 login app Peso 63 online casino filiplay Sugal777 app download Galaxy88casino com login EZJILI Telegram JiliApp ph04 Jilino1 com you can now claim your free 88 PHP download 63win Coupon Code PHDream 8 login register Philippines MNL168 website CC6 online casino register login 3jl app download apk Jlph7 TA777 com Login Register password 5jili11 FF777 casino login Register KKJILI casino login register 10 JILI slot game 3JL login app Jili100 APP Winjili55 Milyon88 info Jilino1 VIP login YE7 bet sign up bonus Apaldo games Wj casino app AbcJili win.ph log in Jili22 VIP 204 SG777 Jl77 Casino login YY777 app download Jilimacao Okjl space Wjevo777 download Ubet95 free 100 no deposit bonus PHMAYA APK Xojili legit 77PH bet login Taya365 pilipinong sariling casino LOVEJILI AAAJILI Casino link Jollibee777 How to play mwplay888 18jl app download jilievo.com login password VIP PH casino mnl168.net login JiliLuck download Win2max casino 777PNL download app Ubet Casino Philippines Win888 Login Jili88 casino login register Philippines sign up Bet99 APK 18JL casino Login register Download Naga888 login JLPH login PHMACAO APK free download How to register Milyon88 Royal888ph com login JiliCC entertainment WINJILI customer service PHBET88 Jili888 Login Philippines SG777 slot FBJILI Jili365 bet login app Ubet95 free 100 no deposit bonus Taya 365 casino login LOVEJILI Jili777 free 150 YE7 casino login register download QQJili 58jili login Download S888 sabong Gi77 casino Login taya777 customer service philippines number 24/7 WINJILI customer service Https www wjevo com promocenter promotioncode Nice99 casino login Phdream 44 login Mi777app 777PNL online Casino login phjl.com casino JILILUCK promo code Pogibet 888 login BigWin Casino legit Jolibet app download Jilli pogibet.com casino JP7 VIP login Ug7772 Phjoy JILIMACAO 123 PH143 online casino jili365.bet download PH cash VIP login register Abc Jili Register Mwgooddomain login 58JL Casino link 365 Jili casino login no deposit bonus JILIEVO Casino 777 60win OKGames casino 49jili VIP kkjili.com app JILIPARK casino login Register Philippines Agila Club casino OKGames GCash OKBet casino online S888 juan login Yaman88 log in Winph99 com m home login Jili88 casino login register Winjiliph CG777 Casino LOGIN Register Ubet Casino Philippines Agilaclub review Is 49jili legit ph646 JLBET link JiliCC entertainment Jilicity withdrawal Ta777 casino online Jili777 login register Philippines JP7 coupon code Milyon88 one Ug7772 Jilibet casino 77PH VIP Login download Jili live login 68 PHCASH 7XM APP download Boss jili login MWCASH88 APP download Jilicity login Acegame888 real money LIKE777 JILILUCK app JiliBay Telegram Bet199 login philippines Ph646wincom PHJOIN login OKGames register JILIASIA withdrawal Panalo login 88jili Login Philippines Wjevo777 download phjl.com casino Fcc777 login Labet8888 login JILI8998 casino login PHJL Login password Jilibay Voucher Code 28k8 Casino P88jili download 49jili apps download Fk777city we1win CG777 Casino login no deposit bonus MW play casino FF777 casino login Register Philippines download JILIAPP com login Download Bet199 PHGINTO com login Bet88 bonus Sw888 withdrawal Vvjl666 Jiliapp 777 Login QQ jili login Jilicity download Jili188 login Philippines Timeph philippines Casino Club app download Nice88 bet login registration Bay888 login PH Cash casino download Jiliko777 Nice88 PH 777pnl Jiliplay login register JILI VIP casino cg777 mwcbets.com login Fbjili2 JILIAPP download 7xm login 77jl.com login JILI Slot game download for Android MWPLAY app superph.com casino Nice88 free 120 WJ peso app Jili58 register 3jl app download apk Betso88 link OKGames login free JILIASIA 888 login 58jl login register Jilibet888 68 PHCASH login Jili88ph net register 55BMW Casino app download APK Abc Jili com Download FB777 register login Philippines Jilievo org m home JiliLuck download jlbet.com login register Jp7 casino login 18JL Casino Login Register YE7 casino APK prizeph Boss jili login Royal logo FC178 casino - 777 slot games Taya777 pilipinong sariling casino Ph888 MWPLAY app @Plot777_casino CG777 login BOSS JILI login Register JILI PH646 login Vvjlstore Mi777 casino login Download Okgames redeem code 50JILI VIP login registration Bet88 login AGG777 login Philippines JILIMACAO Yesjili com legit P88jili com login OKBET88 Gold JILI VIP PH casino VIP PH log in bet88.ph legit kkjili.com app JiliLuck Login JILI Vip777 login 63win withdrawal bet999.ph login m.nn777 login 58JL 8k8app17