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)

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://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://as.wordpress.org/plugins/buddypress-hovercards/#description)
 * [পৰ্য্যালোচনা](https://as.wordpress.org/plugins/buddypress-hovercards/#reviews)
 *  [ইনষ্টলেশ্যন](https://as.wordpress.org/plugins/buddypress-hovercards/#installation)
 * [বিকাশ](https://as.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” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।

অৱদানকাৰীসকল

 *   [ 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/) চাওক নাইবা
[RSS](https://plugins.trac.wordpress.org/log/buddypress-hovercards/?limit=100&mode=stop_on_copy&format=rss)-
দ্বাৰা [বিকাশৰ পঞ্জী](https://plugins.trac.wordpress.org/log/buddypress-hovercards/)
ছাবস্ক্ৰাইব কৰক।

## সলনি-পঞ্জী

#### 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

## মেটা

 *  **1.1.3** সংস্কৰণ
 *  **13 বছৰ আগত** শেষবাৰ আপডে’ট হৈছিল
 *  সক্ৰিয় ইনষ্টলেশ্যন **10+**
 *  ভাষা
 * [English (US)](https://wordpress.org/plugins/buddypress-hovercards/)
 * [buddypress](https://as.wordpress.org/plugins/tags/buddypress/)[hovercards](https://as.wordpress.org/plugins/tags/hovercards/)
 *  টেগবোৰ
 *  [উচ্চখাপৰ ভিউ](https://as.wordpress.org/plugins/buddypress-hovercards/advanced/)

## ৰে’টিংবোৰ

 5টাৰ ভিতৰত 4.5টা তৰা।

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/buddypress-hovercards/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/buddypress-hovercards/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/buddypress-hovercards/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/buddypress-hovercards/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/buddypress-hovercards/reviews/?filter=1)

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

[See all reviews](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/)