{"id":12140,"date":"2011-02-13T15:50:39","date_gmt":"2011-02-13T15:50:39","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/g3client\/"},"modified":"2011-02-19T17:27:49","modified_gmt":"2011-02-19T17:27:49","slug":"g3client","status":"publish","type":"plugin","link":"https:\/\/lmo.wordpress.org\/plugins\/g3client\/","author":7616110,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.2.0","stable_tag":"0.2.0","tested":"3.0.5","requires":"3.0.0","requires_php":"","requires_plugins":"","header_name":"G3Client","header_author":"Florian Stoffel <fstoffel@users.sourceforge.net>","header_description":"","assets_banners_color":"","last_updated":"2011-02-19 17:27:49","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":10,"downloads":3705,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>No interaction required<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.2.0"],"block_files":[],"assets_screenshots":{"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1539218","resolution":"4","location":"plugin"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1539218","resolution":"2","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1539218","resolution":"3","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1539218","resolution":"1","location":"plugin"}},"screenshots":{"1":"The preferences page","2":"The embedded gallery created by G3Client (default style sheet)","3":"Embedded gallery showing an album containing an album and photos","4":"Full image view using the lightbox (fancybox)"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[31416,210,31415,133],"plugin_category":[50],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-12140","plugin","type-plugin","status-publish","hentry","plugin_tags-g3","plugin_tags-gallery","plugin_tags-gallery3","plugin_tags-image","plugin_category-media","plugin_committers-fstoffel"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/g3client.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/g3client\/trunk\/screenshot-1.png?rev=1539218","caption":"The preferences page"},{"src":"https:\/\/ps.w.org\/g3client\/trunk\/screenshot-2.png?rev=1539218","caption":"The embedded gallery created by G3Client (default style sheet)"},{"src":"https:\/\/ps.w.org\/g3client\/trunk\/screenshot-3.png?rev=1539218","caption":"Embedded gallery showing an album containing an album and photos"},{"src":"https:\/\/ps.w.org\/g3client\/trunk\/screenshot-4.png?rev=1539218","caption":"Full image view using the lightbox (fancybox)"}],"raw_content":"<!--section=description-->\n<p>G3Client embedds Gallery3 resources (albums, photos) into a Wordpress posting or page.\nIt requires the following software available on the server:<\/p>\n\n<ul>\n<li>PHP 5 (tested with 5.3, recommended)<\/li>\n<li>Wordpress 3 (tested with 3.0.5)<\/li>\n<li>Gallery3 with REST API (tested with Gallery3 3.0.1)<\/li>\n<li>PHP CURL Extension or HTTP_Request2 (http:\/\/pear.php.net\/package\/HTTP_Request2\/)<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload g3client.zip to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Unzip g3client-VERSION.zip<\/li>\n<li>Install and activate <code>G3Client<\/code> in the plugin manager<\/li>\n<li>Make sure you've enabled the rest api in Gallery3<\/li>\n<li>Open <code>Settings<\/code> -&gt; <code>G3Client<\/code><\/li>\n<li>Set the Gallery3 api settings (api base url and api key)<\/li>\n<li>Save the settings. G3Client checks the connection to Gallery3, if you don't see an error\nmessage, G3Client should work<\/li>\n<li>Add the shortcode to a post\/page: <code>[g3client]<\/code><\/li>\n<\/ol>\n\n<p>You can easily modify the default style sheet, it is located in <code>\/wp-content\/plugins\/g3client\/css\/<\/code>.<\/p>\n\n<p>There is also the possibility to load a user defined style sheet (see the option page for details).<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>Can http basic authentication be used with G3Client?<\/dt>\n<dd><p>Yes, just specify it in the Gallery3 api base url as follows:<\/p>\n\n<p>http:\/\/username:password@example.com\/gallery3\/index.php\/rest\/<\/p><\/dd>\n<dt>How can I translate G3Client into my language?<\/dt>\n<dd><p>The <code>.pot<\/code> file is supplied in the directory <code>g3client\/languages<\/code>. Together with Poedit, you can\ntranslate all messages of G3Client.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.2.0<\/h4>\n\n<ul>\n<li>added siderbar widget to display a random image from Gallery3<\/li>\n<li>added custom album and photo listing titles<\/li>\n<li>fixed url generation errors<\/li>\n<li>fixed various small problems<\/li>\n<li>admin interface improvements<\/li>\n<li>refactorings and extensions to simplify the creation of new widgets and\noutput modules<\/li>\n<\/ul>\n\n<h4>0.1.5<\/h4>\n\n<ul>\n<li>added lightbox compatibility mode to prevent doubled lightboxes, especially when having\njQuery Colorbox installed, thx to admaust<\/li>\n<li>added the possibility to include a user defined css file (see <code>g3client\/css\/user.css<\/code> for\na template), the user css file will disable the default css, thx to admaust<\/li>\n<li>added some more shorttags and display customizations<\/li>\n<li>internal optimizations<\/li>\n<\/ul>\n\n<h4>0.1.4<\/h4>\n\n<ul>\n<li>fixed broken urls, thx to admaust<\/li>\n<\/ul>\n\n<h4>0.1.3<\/h4>\n\n<ul>\n<li>fixed versioning<\/li>\n<\/ul>\n\n<h4>0.1.2<\/h4>\n\n<ul>\n<li>removed HTTP_Request2 dependency, the more common php curl extension is now used by default<\/li>\n<li>added missing shortcode documentation for items per row<\/li>\n<\/ul>\n\n<h4>0.1.1<\/h4>\n\n<ul>\n<li>first public release<\/li>\n<\/ul>","raw_excerpt":"G3Client embedds Gallery3 resources into a Wordpress posting or page.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/12140","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=12140"}],"author":[{"embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/fstoffel"}],"wp:attachment":[{"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=12140"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=12140"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=12140"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=12140"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=12140"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/lmo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=12140"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}