{"id":2132,"date":"2007-10-09T19:01:20","date_gmt":"2007-10-09T19:01:20","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-dopplr\/"},"modified":"2010-08-11T14:55:27","modified_gmt":"2010-08-11T14:55:27","slug":"wp-dopplr","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/wp-dopplr\/","author":165695,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.6","stable_tag":"1.6","tested":"3.0.5","requires":"2.5","requires_php":"","requires_plugins":"","header_name":"WP-DOPPLR","header_author":"Ferran Rodenas","header_description":"","assets_banners_color":"","last_updated":"2010-08-11 14:55:27","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/www.rodenas.org\/blog\/2007\/10\/09\/wp-dopplr\/","header_author_uri":"http:\/\/www.rodenas.org\/blog\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":3684,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.1","1.2","1.3","1.4","1.5","1.6","1.7"],"block_files":[],"assets_screenshots":{"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1539332","resolution":"2","location":"plugin","width":315,"height":206},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1539332","resolution":"1","location":"plugin","width":800,"height":490}},"screenshots":{"1":"WP-DOPPLR Options Panel","2":"Widget activation"}},"plugin_section":[],"plugin_tags":[2305,58320,168,249,45458],"plugin_category":[39,43],"plugin_contributors":[81145],"plugin_business_model":[],"class_list":["post-2132","plugin","type-plugin","status-closed","hentry","plugin_tags-badge","plugin_tags-dopplr","plugin_tags-sidebar","plugin_tags-travel","plugin_tags-trips","plugin_category-business","plugin_category-customization","plugin_contributors-frodenas","plugin_committers-frodenas"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-dopplr.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-dopplr\/trunk\/screenshot-1.jpg?rev=1539332","caption":"WP-DOPPLR Options Panel"},{"src":"https:\/\/ps.w.org\/wp-dopplr\/trunk\/screenshot-2.jpg?rev=1539332","caption":"Widget activation"}],"raw_content":"<!--section=description-->\n<p>WP-DOPPLR is a Wordpress plugin that displays your <a href=\"http:\/\/www.dopplr.com\/\">DOPPLR<\/a> travel information on your blog.<\/p>\n\n<p>It can be used as a widget or directly as a PHP call in the theme.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Download WP-DOPPLR.<\/li>\n<li>Decompress and upload the contents of the archive into \/wp-content\/plugins\/.<\/li>\n<li>Activate the plugin on your WP Admin &gt; Plugins page by clicking 'Activate' at the left of the 'WP-DOPPLR' row.<\/li>\n<li>Configure the plugin on your WP Admin &gt; Settings &gt; Dopplr page. You must sign in to your DOPPLR account in order to get an API key (URL provided).<\/li>\n<li>To use it, there are two options:<\/li>\n<\/ol>\n\n<p>* Add the WP-DOPPLR widget on your WP Admin &gt; Appearance &gt; Widgets page.\n* Add &lt;?php wpdopplr_badge() ?&gt; at the place in the theme you want the DOPPLR information to appear.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>Is this plugin the official DOPPLR blog badge?<\/dt>\n<dd><p>No. Visit the <a href=\"http:\/\/blog.dopplr.com\/index.php\/2007\/10\/08\/dopplr-badge-for-your-blog\/\">Dopplr badge for your blog<\/a> post to find out how to get the official DOPPLR blog badge.<\/p><\/dd>\n<dt>Which are the plugin prerequisites?<\/dt>\n<dd><ul>\n<li>A <a href=\"http:\/\/www.dopplr.com\/\">DOPPLR<\/a> account.<\/li>\n<li>WP-DOPPLR needs PHP version &gt;= 5.1.0.<\/li>\n<li>WP-DOPPLR uses <a href=\"http:\/\/curl.haxx.se\/\">cURL<\/a> function calls, so your PHP installation must be compiled with cURL support.<\/li>\n<\/ul><\/dd>\n<dt>Can I modify the widget look &amp; feel?<\/dt>\n<dd><p>The DOPPLR widget information is in a &lt;div class=\"wpdopplr\"&gt; ... &lt;\/div&gt;. So to modify the look &amp; feel more precisely, just set the css properties of .wpdopplr.<\/p><\/dd>\n<dt>Can I customise the information that it is displayed?<\/dt>\n<dd><p>If you are using the widget, you can not customize the information that it is displayed.<\/p>\n\n<p>If you are calling the plugin directly in you theme, you can use these PHP functions:<\/p>\n\n<ul>\n<li>wpdopplr&#095;badge(): prints your badge.<\/li>\n<li>wpdopplr&#095;traveller&#095;info(): returns a text var with your current status.<\/li>\n<li>wpdopplr&#095;local&#095;time(): returns a text var with the local time at your current location.<\/li>\n<li>wpdopplr&#095;trips&#095;info(): returns an array with all your trips.<\/li>\n<li>wpdopplr&#095;past&#095;trips&#095;info(): returns an array with all your past trips.<\/li>\n<li>wpdopplr&#095;future&#095;trips&#095;info(): returns an array with all your future trips.<\/li>\n<\/ul>\n\n<p>If you wish to display another information, please make a comment in <a href=\"http:\/\/www.rodenas.org\/blog\/2007\/10\/09\/wp-dopplr\/\">this post<\/a>.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>Version 1.0 - 2007\/10\/09:<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>\n\n<h4>Version 1.1 - 2007\/10\/14:<\/h4>\n\n<ul>\n<li>Use the Dopplr AuthSub process.<\/li>\n<\/ul>\n\n<h4>Version 1.2 - 2008\/01\/13:<\/h4>\n\n<ul>\n<li>Add new method future&#095;trips&#095;info.<\/li>\n<li>Add new method local&#095;time.<\/li>\n<li>Add new option to display cities local time.<\/li>\n<li>Cache Dopplr query results (Thanks to Boris Anthony for this suggestion).<\/li>\n<\/ul>\n\n<h4>Version 1.3 - 2008\/02\/29:<\/h4>\n\n<ul>\n<li>Add CSS classes.<\/li>\n<\/ul>\n\n<h4>Version 1.4 - 2008\/11\/05:<\/h4>\n\n<ul>\n<li>Add new method past&#095;trips&#095;info.<\/li>\n<li>Add new option to display past and future trips.<\/li>\n<li>Add new option to display start and finish trip dates.<\/li>\n<li>Add new option to modify the date and time format.<\/li>\n<li>Add new option to display city colours.<\/li>\n<li>Add new option to display countries.<\/li>\n<\/ul>\n\n<h4>Version 1.5 - 2009\/06\/10:<\/h4>\n\n<ul>\n<li>Bug: Determine the correct wp-content directory.<\/li>\n<\/ul>\n\n<h4>Version 1.6 - 2009\/09\/14<\/h4>\n\n<ul>\n<li>Bug: Determine the correct local date &amp; time.<\/li>\n<li>Add new option to specify cities links.<\/li>\n<li>Add new option to specify cities colour type.<\/li>\n<li>Add new option to dismiss the API key.<\/li>\n<li>Add new option to clear the cache contents.<\/li>\n<li>Enhance settings and widget menu.<\/li>\n<li>Enhance installation process (subdirectories allowed).<\/li>\n<li>Translatable strings (internationalization).<\/li>\n<\/ul>","raw_excerpt":"WP-DOPPLR is a Wordpress plugin that displays your DOPPLR travel information on your blog.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/2132","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=2132"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/frodenas"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=2132"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=2132"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=2132"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=2132"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=2132"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=2132"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}