Title: FF Communitymap
Author: andibraeu
Published: <strong>નવેમ્બર 2, 2015</strong>
Last modified: માર્ચ 7, 2021

---

પ્લગીન શોધો

![](https://ps.w.org/ff-communitymap/assets/banner-772x250.png?rev=1344866)

આ પલ્ગઇન ** 2 વર્ષથી વધુમાં અપડેટ કરવામાં આવ્યો નથી **. એ કદાચ જાળવવામાં અથવા સપોર્ટેડ
નહી હોય. વર્ડપ્રેસ ના વધુ તાજેતરનાં સંસ્કરણો સાથે ઉપયોગમાં લેવાય તો સુસંગતતા મુદ્દાઓ
હોઈ શકે છે.

![](https://s.w.org/plugins/geopattern-icon/ff-communitymap_f0f0f0.svg)

# FF Communitymap

 [andibraeu](https://profiles.wordpress.org/andibraeu/) દ્વારા

[ડાઉનલોડ](https://downloads.wordpress.org/plugin/ff-communitymap.4.3.zip)

 * [વિગતો](https://gu.wordpress.org/plugins/ff-communitymap/#description)
 * [સમીક્ષાઓ](https://gu.wordpress.org/plugins/ff-communitymap/#reviews)
 * [ડેવલપમેન્ટ](https://gu.wordpress.org/plugins/ff-communitymap/#developers)

 [સપોર્ટ](https://wordpress.org/support/plugin/ff-communitymap/)

## વર્ણન

This plugin provides a shortcode to display the well known freifunk community map:[
ffcommunitymap]

It is fully configurable to embed your own sources. These options are available:

 * geojsonurl
    - Default: “//api.freifunk.net/map/ffGeoJsonp.php?callback=?”
    - Description: URL with API data, we need jsonp there
 * hidelocationbutton
    - Default: 0
    - Description:
 * hidelayercontrol
    - Default: 0
    - Description: hide or show layer box
 * hideinfobox
    - Default: 0
    - Description: hide or show info box
 * feedurl
    - Default: “//api.freifunk.net/feed/feed.php”
    - Description: a feed provided by https://github.com/freifunk/feed.api.freifunk.
      net
 * newscontentlimit
    - Default: 3
    - Description: number of news entries
 * eventscontentlimit
    - Default: 2
    - Description: number of event entries
 * postcontentlength
    - Default: 30
    - Description: length event headlines
 * zoomlevel
    - Default: 5
    - Description: default zoom level on page load
 * scrollandzoom
    - Default: 1
    - Enable scroll and zooming by mouse wheel or one-finger-touch
 * center
    - Default: [51.5,10.5]
    - Description: initial center of map
 * divid
    - Default: “map”
    - Description: div id where map should be displayed
 * showevents
    - Default: 0
    - Description: show events in community popup
 * shownews
    - Default: 0
    - Description: show news in community popup
 * mapboxid
    - Default: “mapbox.streets”
    - Description: id for your mapbox tiles
 * mapjs
    - Default: “//api.freifunk.net/map/community_map.js”
    - Description: link to community js files
 * popuptype
    - Default: “community”
    - Description: type for popups for different purposes

Another shortcode is for displaying a community table: [ffcommunitytable]

Available options are:

 * summaryurl
    - Default: “//api.freifunk.net/map/ffApiJsonp.php?mode=summary&callback=?”
    - Description: URL with API data, we need jsonp there
 * columns
    - Default: “city,name,firmware,routing,nodes,contact”
    - Description: select available columns comma separated
 * number_communities
    - Default: “3”
    - Description: number of communities displayed in search
 * enable_zip_search
    - Default: “1”
    - Description: enable zip/city search
 * nominatim_email
    - Default: “yourmail@domain.tld”
    - Description: email provided to nominatim queries to avoid abuse

The shortcode [ffapijs] simply loads ffctable.js and dependencies for use API data
in pages and posts.

Example code to embed a selction of email addresses of communities:

    ```
    <p>Adresse<br />
    *    [text* your-street placeholder "Straße"]
    *    [text your-location id:zipinput placeholder "Postleitzahl und Ort"]
    </p>
    <div class="zipsearch"><button type="button" id="zipsubmit" class="btn waves-effect waves-light">Nächste Communities finden</button></div>
    <div id="zipresult"></div>

    <p>Communities<br />
    *    [select your-communities id:mycommunities multiple]
    </p>

    <p>[submit "Senden"]</p>

    <script type="text/javascript">
    var cTable;
    jQuery(document).ready(function() {
      cTable = FFCTABLE.init("dummyid", "//api.freifunk.net/map/ffApiJsonp.php?mode=summary&callback=?", "mail@dingsund.so", "3");
      cTable.getData(function(e) {});
      jQuery("#zipsubmit").click(function(e) {
          cTable.getDistanceByZip(cTable, function(data, type) {
          console.log(data);
          jQuery("#mycommunities").empty();
          _.each(data.communityDataDisplay, function(item, key, list) {
              if (item.socialprojects && item.socialprojects.contact) {
              email = item.socialprojects.contact;

              } else if (item.contact && item.contact.email) {
              email = item.contact.email;

              }
              if (email) {
              email = email.replace('mailto:', '');
              jQuery("#mycommunities").append(new Option(item.name + " (ca. " + item.distance + " km)", email, true, true));

              }

              })

              });

          });

        });
    </script>
    ```

## સમીક્ષાઓ

આ પ્લગઇન માટે કોઈ સમીક્ષાઓ નથી.

## ફાળો આપનાર & ડેવલપર્સ

આ ઓપન સોર્સ સોફ્ટવેર છે. નીચેના લોકો એ આ પ્લગિન માટે ફાળો આપ્યો છે.

ફાળો આપનારા

 *   [ andibraeu ](https://profiles.wordpress.org/andibraeu/)

[“FF Communitymap” ને તમારી ભાષામાં અનુવાદ કરો.](https://translate.wordpress.org/projects/wp-plugins/ff-communitymap)

### વિકાસમાં રસ ધરાવો છો?

[કોડ બ્રાઉઝ કરો](https://plugins.trac.wordpress.org/browser/ff-communitymap/), જોવો
[અસ્વીએન રેપોઝિટરીમાંથી](https://plugins.svn.wordpress.org/ff-communitymap/),અથવા
સબ્સ્ક્રાઇબ કરો[ડેવલપમેન્ટ](https://plugins.trac.wordpress.org/log/ff-communitymap/)
દ્વારા[આરઅસઅસ](https://plugins.trac.wordpress.org/log/ff-communitymap/?limit=100&mode=stop_on_copy&format=rss).

## ચેન્જલૉગ

#### 4.2

 * use an icon font instead of an image for contact options

#### 4.1

 * add option to disable scroll by mouse wheel or one-finger-touch

#### 4.0

 * javascripts now use callbacks, we’re more flexible to use api data
 * added shortcode [ffapijs] to load javascripts in page

#### 3.2

 * refactoring to display popups on different use cases

#### 3.1

 * some minor corrections

#### 3.0

 * add zip search to community table

#### 2.1

 * refactoring
 * table now sortable
 * table now mobile friendly

#### 2.0

 * add community table

#### 1.0

 * initial release
 * show community map and use a bunch of options

## મેટા

 *  વર્ઝન **4.3**
 *  છેલ્લી અપડેટ: **5 વર્ષ પહેલા**
 *  સક્રિય સ્થાપનો: **10 કરતા ઓછા**
 *  વર્ડપ્રેસ વર્ઝન ** 3.6 અથવા ઉચ્ચતર **
 *  **5.6.17** સુધી પરીક્ષણ કર્યું
 *  ભાષા
 * [English (US)](https://wordpress.org/plugins/ff-communitymap/)
 * ટૅગ્સ:
 * [community map](https://gu.wordpress.org/plugins/tags/community-map/)[freifunk](https://gu.wordpress.org/plugins/tags/freifunk/)
   [wifi](https://gu.wordpress.org/plugins/tags/wifi/)
 *  [વિગતવાર દૃશ્ય](https://gu.wordpress.org/plugins/ff-communitymap/advanced/)

## પૉઇન્ટ્સ

હજુ સુધી કોઈ સમીક્ષા સબમિટ કરવામાં આવી નથી.

[Your review](https://wordpress.org/support/plugin/ff-communitymap/reviews/#new-post)

[બધા  સમીક્ષાઓ જુઓ](https://wordpress.org/support/plugin/ff-communitymap/reviews/)

## ફાળો આપનારા

 *   [ andibraeu ](https://profiles.wordpress.org/andibraeu/)

## સપોર્ટ

કંઈક કહેવું છે? મદદ જોઈએ છે?

 [આધાર ફોરમ જુઓ](https://wordpress.org/support/plugin/ff-communitymap/)

## દાન

શું તમે આ પ્લગિનની પ્રગતિને સમર્થન આપવા માંગો છો?

 [ આ પ્લગિનને દાન કરો ](http://www.weimarnetz.de/spenden)