Title: Reach Me
Author: Leander Iversen
Published: <strong>ಆಗಷ್ಟ್ 8, 2016</strong>
Last modified: ಜನವರಿ 26, 2019

---

ಪ್ಲಗಿನ್‌ಗಳನ್ನು ಹುಡುಕಿ

![](https://ps.w.org/reach-me/assets/banner-772x250.png?rev=1470672)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/reach-me/assets/icon-256x256.png?rev=1470392)

# Reach Me

 ‍[Leander Iversen](https://profiles.wordpress.org/leanderiversen/) ಮೂಲಕ

[ಡೌನ್ಲೋಡ್](https://downloads.wordpress.org/plugin/reach-me.1.0.7.zip)

 * [ವಿವರಗಳು](https://kn.wordpress.org/plugins/reach-me/#description)
 * [‍ವಿಮರ್ಶೆಗಳು‍](https://kn.wordpress.org/plugins/reach-me/#reviews)
 *  [ಸ್ಥಾಪನೆ](https://kn.wordpress.org/plugins/reach-me/#installation)
 * [ಅಭಿವೃದ್ಧಿ](https://kn.wordpress.org/plugins/reach-me/#developers)

 [ಬೆಂಬಲ](https://wordpress.org/support/plugin/reach-me/)

## ವಿವರಣೆ

Reach Me is a simple, yet powerful plugin that allows you to display your contact
information anywhere on your website.

#### Supported Languages

 * English
 * Norwegian
 * Swedish

#### Like the plugin?

If you like the plugin, please review it! Every review is highly appreciated, but
if you want to suggest something, please send an email to info@carpe-noctem.no.

## ಸ್ಕ್ರೀನ್‌ಶಾಟ್‌ಗಳು

[⌊This is the page where you enter your contact information.⌉⌊This is the page where
you enter your contact information.⌉[

This is the page where you enter your contact information.

## ಸ್ಥಾಪನೆ

 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or 
    install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Navigate to “Reach Me”, then fill in the information.
 4. Use `<?php echo get_option('reme_facebook'); ?>` to display the information in 
    your theme.

## FAQ

  How to display the information

To display anywhere you want in your template:

    ```
    <?php echo get_option('reme_behance'); ?>
    <?php echo get_option('reme_facebook'); ?>
    <?php echo get_option('reme_github'); ?>
    <?php echo get_option('reme_google'); ?>
    <?php echo get_option('reme_instagram'); ?>
    <?php echo get_option('reme_linkedin'); ?>
    <?php echo get_option('reme_reddit'); ?>
    <?php echo get_option('reme_snapchat'); ?>
    <?php echo get_option('reme_tripadvisor'); ?>
    <?php echo get_option('reme_twitter'); ?>
    <?php echo get_option('reme_vk'); ?>
    <?php echo get_option('reme_youtube'); ?>


    <?php echo get_option('reme_email'); ?>
    <?php echo get_option('reme_fax'); ?>
    <?php echo get_option('reme_mobile'); ?>
    <?php echo get_option('reme_phone'); ?>
    <?php echo get_option('reme_skype'); ?>


    <?php echo get_option('reme_country'); ?>
    <?php echo get_option('reme_state'); ?>
    <?php echo get_option('reme_county'); ?>
    <?php echo get_option('reme_city'); ?>
    <?php echo get_option('reme_street'); ?>
    <?php echo get_option('reme_zip'); ?>
    ```

## ‍ವಿಮರ್ಶೆಗಳು‍

ಈ ಪ್ಲಗಿನ್‌ಗೆ ಯಾವುದೇ ವಿಮರ್ಶೆಗಳಿಲ್ಲ.

## ಕೊಡುಗೆದಾರರು & ಡೆವಲಪರ್‌ಗಳು

“Reach Me” ಓಪನ್ ಸೋರ್ಸ್ ಸಾಫ್ಟ್‌ವೇರ್ ಆಗಿದೆ. ಕೆಳಗಿನ ಜನರು ಈ ಪ್ಲಗಿನ್‌ಗೆ ಕೊಡುಗೆ ನೀಡಿದ್ದಾರೆ.

ಕೊಡುಗೆದಾರರು

 *   [ Leander Iversen ](https://profiles.wordpress.org/leanderiversen/)

“Reach Me” has been translated into 2 locales. ಅವರ ಕೊಡುಗೆಗಳಿಗಾಗಿ [ಅನುವಾದಕರು](https://translate.wordpress.org/projects/wp-plugins/reach-me/contributors)
ಅವರಿಗೆ ಧನ್ಯವಾದಗಳು.

[“Reach Me” ಅನ್ನು ನಿಮ್ಮ ಭಾಷೆಗೆ ಅನುವಾದಿಸಿ.](https://translate.wordpress.org/projects/wp-plugins/reach-me)

### ಅಭಿವೃದ್ಧಿಯಲ್ಲಿ ಆಸಕ್ತಿ ಇದೆಯೇ?

[ಕೋಡ್ ಬ್ರೌಸ್ ಮಾಡಿ](https://plugins.trac.wordpress.org/browser/reach-me/), [SVN ರೆಪೊಸಿಟರಿ](https://plugins.svn.wordpress.org/reach-me/)
ಪರಿಶೀಲಿಸಿ, ಅಥವಾ [ಅಭಿವೃದ್ಧಿ ಲಾಗ್](https://plugins.trac.wordpress.org/log/reach-me/)
ಗೆ [RSS](https://plugins.trac.wordpress.org/log/reach-me/?limit=100&mode=stop_on_copy&format=rss)
ಚಂದಾದಾರರಾಗಿ.

## Changelog

#### 1.0.7

 * Support for WordPress 4.8
 * Improved translations
 * Minor fixes

#### 1.0.6

 * Support for WordPress 4.7

#### 1.0.5

 * Updated translations

#### 1.0.4

 * Added new network:
    - Tripadvisor
 * Added new hierarchy of address:
    - County

#### 1.0.3

 * Enhancements:
    - The settings page has been through massive under the hood improvements
    - Changed YouTube icon from logo to play button
    - Support for WordPress 4.6
 * Added new networks:
    - Behance
    - Reddit

#### 1.0.2

 * Now loading Font Awesome locally
 * Updated translations
 * Added screenshot

#### 1.0.1

 * Added social network: Github
 * Updated translations
 * Updated readme

#### 1.0

 * Initial release

## ಮೆಟಾ

 *  Version **1.0.7**
 *  ಕೊನೆಯದಾಗಿ ನವೀಕರಿಸಿದ್ದು **7 ವರ್ಷಗಳು ರ ಮುನ್ನ**
 *  ಸಕ್ರಿಯ ಸ್ಥಾಪನೆಗಳು **10+**
 *  ವರ್ಡ್ಪ್ರೆಸ್ ಆವೃತ್ತಿ ** 3.5 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  **5.0.25** ವರೆಗೆ ಪರೀಕ್ಷಿಸಲಾಗಿದೆ
 *  ಭಾಷೆಗಳು
 * [English (UK)](https://en-gb.wordpress.org/plugins/reach-me/), [English (US)](https://wordpress.org/plugins/reach-me/),
   ಮತ್ತು [Norwegian (Bokmål)](https://nb.wordpress.org/plugins/reach-me/).
 *  [ನಿಮ್ಮ ಭಾಷೆಗೆ ಅನುವಾದಿಸಿ](https://translate.wordpress.org/projects/wp-plugins/reach-me)
 * ಟ್ಯಾಗ್‌ಗಳು
 * [contact](https://kn.wordpress.org/plugins/tags/contact/)[info](https://kn.wordpress.org/plugins/tags/info/)
   [links](https://kn.wordpress.org/plugins/tags/links/)[social](https://kn.wordpress.org/plugins/tags/social/)
 *  [ಸುಧಾರಿತ ನೋಟ](https://kn.wordpress.org/plugins/reach-me/advanced/)

## ರೇಟಿಂಗ್‌ಗಳು

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/reach-me/reviews/)

## ಕೊಡುಗೆದಾರರು

 *   [ Leander Iversen ](https://profiles.wordpress.org/leanderiversen/)

## ಬೆಂಬಲ

ಹೇಳಲು ಏನಾದರೂ ಸಿಕ್ಕಿದೆಯೇ? ಸಹಾಯ ಬೇಕೇ?

 [ಬೆಂಬಲ ವೇದಿಕೆಯನ್ನು ವೀಕ್ಷಿಸಿ](https://wordpress.org/support/plugin/reach-me/)