Title: BuddyPress Hovercards
Author: Mike Martel
Published: <strong>26 ມິຖຸນາ 2012</strong>
Last modified: 24 ມັງກອນ 2013

---

ຄົ້ນຫາປລັກອິນ

![](https://ps.w.org/buddypress-hovercards/assets/banner-772x250.png?rev=698109)

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ**. ມັນອາດຈະ
ບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອ
ໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

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

# BuddyPress Hovercards

 ໂດຍ [Mike Martel](https://profiles.wordpress.org/mike_cowobo/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/buddypress-hovercards.1.1.3.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/buddypress-hovercards/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/buddypress-hovercards/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/buddypress-hovercards/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/buddypress-hovercards/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/buddypress-hovercards/)

## ຄຳອະທິບາຍ

This plugin adds hovercards (like on WordPress,com (Gravatar), Twitter, Facebook,
Google+, etc.) to BuddyPress. Whenever a user hovers over a user avatar, the hovercard
shows up.

Hovercards are completely themable by adding a `hovercard.php` template to your (
child) theme.

Based on imath’s blogpost [on BuddyPress xprofile hovercards](http://imath.owni.fr/2010/11/23/buddypress-xprofile-hovercard/)
and uses the jQuery [Tipsy](http://onehackoranother.com/projects/jquery/tipsy/) 
library and [Rrrene’s hovercards](https://github.com/rrrene/tipsy.hovercard).

## ພາບໜ້າຈໍ

[⌊Example hovercard using the template included in the plugin.⌉⌊Example hovercard
using the template included in the plugin.⌉[

Example hovercard using the template included in the plugin.

## ການຕິດຕັ້ງ

 1. You can download and install BuddyPress hovercards using the built in WordPress
    plugin installer. If you download BuddyPress Hovercards manually, upload the whole
    folder to “/wp-content/plugins/”.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

If you want to add a custom hovercard, or change the displayed fields, copy ‘/bp-
hovercards/templates/hovercard.php’ to the root of your (child) theme and edit it
there to prevent it being overwritten at an update.

## ຄຳຖາມທີ່ພົບເລື້ອຍ

  How can I disable hovercards for certain avatars?

Hovercards are disabled for some avatars already, namely the profile badge and the
profile header. To add more disabled elements, you can use the folowing filters:

‘bphc_parent_filter’ to disable hovercards for all children of a certain element
id or class, e.g.:

    ```
    function disable_bphc_by_parent( $filter ) {
        return $filter . ', .children-of-this-class';
    }
    add_filter('bphc_parent_filter', 'disable_bphc_by_parent');
    ```

‘bphc_element_filter’ to disable hovercards for avatar img tag with this class/id,
e.g.:

    ```
    function disable_bphc_for_elements ( $filter ) {
        return $filter . ', .avatars-with-this-class, #avatar-with-this-id'
    }
    add_filter('bphc_parent_filter', 'disable_bphc_by_parent');
    ```

  Can I make my own hovercard?

Yes. If you want to add a custom hovercard, or change the displayed fields, copy‘/
bp-hovercards/templates/hovercard.php’ to the root of your (child) theme and edit
it there to prevent it being overwritten at an update.

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“BuddyPress Hovercards” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມ
ໃນການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ Mike Martel ](https://profiles.wordpress.org/mike_cowobo/)

[ແປ “BuddyPress Hovercards” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/buddypress-hovercards)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/buddypress-hovercards/),
ກວດເບິ່ງ [ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/buddypress-hovercards/),
ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/buddypress-hovercards/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/buddypress-hovercards/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 1.1.3

 * Fix that avatars would show the hovercard as an alt-text in certain cases

#### 1.1.2

 * Better compatibility with BP Social Theme

#### 1.1.1

 * Disable hovercards for profile badge and profile header (thanks Sandy)
 * Added filters ‘bphc_parent_filter’ and ‘bphc_element_filter’ to disable hovercards
   for certain avatars

#### 1.1

 * Hovercards are now not reloaded when they’re still visible
 * Never show two hovercards at the same time
 * Hovercards were loaded during AJAX calls (when the mouse was no longer on)

#### 1.0

 * Fixed that non-logged in users got a stylish ‘0’ instead of the hovercard
 * Hovercards are now reloaded on _all_ AJAX request (except BP Live Notifications)

#### 0.9.6

 * Hovercards now refresh anytime something is loaded in with AJAX
 * BP 1.6 Beta 1 & 2 compatibility

#### 0.95

 * Fixed ‘Load More’-bug. Users of the WP admin bar would not get hovercards on 
   posts loaded in using the ‘Load More’ button.

#### 0.9

 * Initial upload

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **1.1.3**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **14 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **10+**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/buddypress-hovercards/)
 * ແທັກ
 * [buddypress](https://lo.wordpress.org/plugins/tags/buddypress/)[hovercards](https://lo.wordpress.org/plugins/tags/hovercards/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/buddypress-hovercards/advanced/)

## ການໃຫ້ຄະແນນ

 4.5 ຈາກທັງໝົດ 5 ດາວ.

 *  [  ການວິຈານ 5 ດາວ ຈຳນວນ 1 ລາຍການ     ](https://wordpress.org/support/plugin/buddypress-hovercards/reviews/?filter=5)
 *  [  ການວິຈານ 4 ດາວ ຈຳນວນ 1 ລາຍການ     ](https://wordpress.org/support/plugin/buddypress-hovercards/reviews/?filter=4)
 *  [  ການວິຈານ 3 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/buddypress-hovercards/reviews/?filter=3)
 *  [  ການວິຈານ 2 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/buddypress-hovercards/reviews/?filter=2)
 *  [  ການວິຈານ 1 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/buddypress-hovercards/reviews/?filter=1)

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

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/buddypress-hovercards/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ Mike Martel ](https://profiles.wordpress.org/mike_cowobo/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/buddypress-hovercards/)

## ບໍລິຈາກ

ເຈົ້າຕ້ອງການສະໜັບສະໜູນການພັດທະນາຂອງປລັກອິນນີ້ບໍ່?

 [ ບໍລິຈາກໃຫ້ປລັກອິນນີ້ ](http://trenvo.nl/)