हे प्लगइन WordPress च्या शेवटच्या 3 महत्त्वाच्या प्रमुख पुनर्वितरणांच्या साथी चाचणी झालेले नाही. हे येथे वापरल्यास सामर्थ्य देणार नाही किंवा त्या आधारित असु शकते आणि WordPress च्या अधिक अद्ययावत आवृत्तींसह वापरताना संगतता समस्यांची शक्यता आहे.

Whereabouts: Swarm

वर्णन

Use a widget or the shortcode [whereabouts-swarm] to display your current location anywhere on your website.

Please note: The location will only be displayed if a location has been set.

Styling

There is no extra styling. You can however do it yourself, in your theme. This is what the HTML looks like, depending on what you decide to display (in the settings):

<div class="whereabouts-swarm-location">
    <img class="whereabouts-swarm-icon" src="..." alt="" />
    <span class="whereabouts-swarm-venue">Venue Name</span>
    <span class="whereabouts-swarm-city">City Name</span>
    <span class="whereabouts-swarm-country">Country Name</span>
    <span class="whereabouts-swarm-timezone">UTC Time Zone</span>
</div>

Requirements

  • PHP 5.3
  • WordPress 4.3

Support

Website

Author

स्क्रीनशॉट

  • Settings page

स्थापना

  1. Upload the whereabouts-swarm folder to your /wp-content/plugins directory.

  2. Activate the “Whereabouts: Swarm” plugin in the WordPress administration interface.

  3. Go to “Settings” -> “Whereabouts: Swarm” and authenticate with your Swarm/Foursquare account.

Widget

Add the widget, like you do with every other widget. 🙂

Shortcode

Use the following shortcode to display your location:

[whereabouts-swarm]

समीक्षा

सप्टेंबर 3, 2016
Plugin does what it promises to do. Developer was very responsive when I asked for support.
सर्व 1 पुनरावलोकन वाचा

योगदानकर्ते आणि विकसक

“Whereabouts: Swarm” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.

योगदानकर्ते

“Whereabouts: Swarm” 1 लोकॅलमध्ये भाषांतरित केले आहे. अनुवादकांना त्यांच्या योगदानाबद्दल धन्यवाद.

भाषांतर करा “Whereabouts: Swarm” तुमच्या भाषेत.

विकासातील आग्रह?

कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.

बदलांची यादी

0.5.0

  • Change plugin home

0.4.0

  • Now using the HTTP API for requests, duh!

0.3.0

  • Use curl if file_get_contents is not available
  • Add more meaningful error messages

0.2.1

  • Fix PHP 7 issues

0.2.0

  • Added a widget

0.1.0

  • Hello World