이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Current Location

설명

The plugin uses the Google Badge System and pulls the JSON file. The plugin then parses through the json file and displays your current location. You need to have a Google Account and signed into Google Latitude on your computer/mobile device. The idea behind this plugin is have my blog display my current location without my editing anything.

This plugin requires php5 or greater.

설치

  1. Copy the folder ‘current-location’ into the directory ‘wp-content/plugins/’.

  2. Activate the plugin.

  3. Find the Current Location settings button in your side of the ‘wp-admin’ panel.

  4. Update all settings.

  5. Add ‘<?php echo display_current_location(); ?>’ to your template. OR Add [current-location] to your posts. OR Add the Current Location Widget.

FAQ

If your question isn’t here, ask your own question at the WordPress.org forums.

Output says this “User ID incorrect. You entered this id: Nothing”

You need to visit the Current Location settings page and update the Google Badge UserID.

On the settings page you see this note: “Since you are using an older version of WordPress, the timestamp output will be set to the server.”

All that means is your not using WordPress 2.8, which is fine, but the new TimeZone feature in 2.8 will fix the timestamp to your local blog timezone instead of your server timezone. Example: My server is located in the EST timezone but I want my blog on the CST. This will fix the timestamps for CST not EST.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Current Location”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Current Location”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.5.9

  • Added a Dashboard Widget so you can see what your current location is when you login.

1.5.8

  • Re-styled the Admin Page.

1.5.7

  • Updated the Post/Page Meta Information to be able to keep previously stored information. So if you edit a post, it doesn’t automatically update your Current Location. It gives you an option to update it.
  • Fixed Bug on the Page Meta Information.

1.5.6

  • Updated all i18n Calls with the domain in the gettext calls. I missed this early. Sorry.

1.5.5

  • Fixed some i18n issues.
  • Added the TinyMCE button to the Post/Page Screen.
  • Fixed a bug with the Post/Pages Meta Tags.
  • Ready for i18n!

1.5.4

  • Minor updates. Renamed some variables that might be used by other people.
  • Updated all the stored and echos variables to be ready for I18n.

1.5.3

  • Removed the userid from the error message so someone wouldn’t steal it from the output.
  • Changed the Map Zoom to Numbers instead of words.
  • Updated the Config page to show the correct usage for a template add.
  • Also fixed a bug with the Static Maps (Thanks mnbvcx)

1.5.2

  • Post or Pages wouldn’t display any content if you used the words current-location. Now I make sure to look for ‘[current-location’ first then try and switch it with the post meta information.

1.5.1

  • Minor change with display of the post/page meta data.

1.5

  • Added Widget Support.
  • Added [current-location] shortcode to the post page.
  • Added Post Meta Data to work with the [current-location] shortcode.
  • Added Static Maps as an option.

1.4

  • Didn’t release because I made major updates to the plugin so I went to 1.5 before releasing this.
  • Works with WP 2.9.2
  • Added new function to store your current location in the meta table. You need to choose to store your location on the post and it will append it to the end of the article.
  • Works with both pages and post.
  • Currently adds ‘<p>Posted from: Nashville, TN, USA</p>’ to the end of each post that has the meta data stored.

1.3

  • Fixed spelling mistakes and updating all the correct files this times 🙂
  • Updated readme, index and screenshots.

1.2

  • Still learning Subversion and upload to early. Sorry about this.

1.1

  • Removed all old comments that had my default information stored.

1.0

  • Initial upload.