Title: tooltip plugin
Last modified: August 19, 2016

---

# tooltip plugin

 *  [alexparadis](https://wordpress.org/support/users/alexparadis/)
 * (@alexparadis)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/tooltip-plugin/)
 * Hi everybody .
 * is it possible to explain me how to use this plugin:
    if you want a payment for
   your help,tell me a price.
 * [http://www.anuragbhateja.com/wordpress/ozakx-text-editor.html](http://www.anuragbhateja.com/wordpress/ozakx-text-editor.html).
 * In this example the author use:”here i am “
    for example if I want to write instead“
   here I am ” ,”more details” with another picture and link with tooltip effect
   what code I have to write?
 * Here is the code plugin editor below.
 * Best,
 * Alex
 * [alexsanders010@yahoo.fr](https://wordpress.org/support/topic/tooltip-plugin/alexsanders010@yahoo.fr?output_format=md)
 * `<?php
 * /*
 * Plugin Name: Ozakx Text Editor
 * Plugin URI: [http://www.anuragbhateja.com/wordpress/ozakx-text-editor.html](http://www.anuragbhateja.com/wordpress/ozakx-text-editor.html)
 * Description: With this plugin, you can add link, tooltip, style to any word=
   
   in the post/page/comment
 * Version: 1.0
 * Author: Anurag Bhateja
 * Author URI: [http://www.anuragbhateja.com](http://www.anuragbhateja.com)
 * */=20
 * function ozakx_link_editor($text) {
 * /*=20
 * To add link use the following syntex
 * =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0
    $text =3D preg_replace(‘”Word/Phrase”‘,'
   <b><a title=3D”Title Comes Here” target=3D”_blank” href=3D”[http://www.yourdomain.com/link,html”>Word/Phrase](http://www.yourdomain.com/link,html”>Word/Phrase)
   Again</b>’,$text);
 * To add Bold with tooltip use the following
    syntex
 * =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 $text =3D preg_replace(‘”Word/Ph=
   
   rase”‘,'<b title=3D”Tootip title”>Word/Phrase Again</b>’,$text);
 * To add Italic with tooltip use the following syntex
 * =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 $text =3D preg_replace(‘”Word/Ph=
   
   rase”‘,'<i title=3D”Tootip title”>Word/Phrase Again</i>’,$text);
 * To add Underline with tooltip use the following syntex
 * =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 $text =3D preg_replace(‘”Word/Ph=
   
   rase”‘,'<u title=3D”Tootip title”>Word/Phrase Again</u>’,$text);
 * You can also use combinations like of bold with italic and underline. A lit=
   
   tle HTML knowledge can make you control better.
 * */
 * =C2=A0
    $text =3D preg_replace(‘”Ozakx Text Editor”‘,'<u title=3D”Wordpress Plugin
   Provided By Ozakx Technologies – Developed By Anurag Bhateja”>Ozakx Text Editor
   </u>’,$text);
 * =C2=A0return $text;
 * }
 * // Highlight text and comments:
 * add_filter(‘the_content’, ‘ozakx_link_editor’);
 * add_filter(‘comment_text’, ‘ozakx_link_editor’);
 * ?>

The topic ‘tooltip plugin’ is closed to new replies.

 * 0 replies
 * 1 participant
 * Last reply from: [alexparadis](https://wordpress.org/support/users/alexparadis/)
 * Last activity: [17 years, 1 month ago](https://wordpress.org/support/topic/tooltip-plugin/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
