I tried your wordpress plugin on my WP 2.9.1 blog. Unfortunately, it
does not do anything.
After installing and activating your plugin i added inside a page
three sample emails.
1. plain email address
2. plain email address inside a mailto: link with the email address as
visible text
3. plain email address inside a mailto: link with "click me" as
visible text
None get transformed. Am i missing something?
I wonder if simply including the script in the header is enough. Maybe
you should add content and comment filters?
Thanks,
Alexandre
3 Questions that can help me solve your problem:
1) Did you examine the actual HTML using your browser's View Source
option?
2) Is there a live demo where I can see PrivateDaddy in action on your
web site? (to see the problem myself...)
3) Did you add the code to your page's HEAD section?
Please reply that that I can help you get this problem solved.
Thanks,
ND
--
You received this message because you are subscribed to the Google Groups "PrivateDaddy" group.
To post to this group, send email to privat...@googlegroups.com.
To unsubscribe from this group, send email to privatedaddy...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/privatedaddy?hl=en.
Strange. What other WordPress plug-ins do you have installed?
PrivateDaddy uses PHP output buffering, so it only needs one WP hook.
Cheers,
ND
On Jan 18, 12:40 pm, Alexandre Plennevaux <aplennev...@gmail.com>
wrote:
> Hello!
>
> the url is temporary and i don't want it parsed by search engines so please
> remove the white spaces:
>
> http://www.infographie-studheaj.be/privatedaddy
>
> The plugin is activated in my wordpress plugins administration screen. Do i
> need to do anything else?
>
> I notice that you simply do add_action('wp_head', 'privatedaddy_start');
>
> For your information, I've found another plugin that aims at the same
> functionality, which is quite old but works, and they do this:
>
> add_filter('the_content', 'emob_replace');
> add_filter('the_excerpt', 'emob_replace');
> add_filter('comment_text', 'emob_replace');
> add_filter('author_email', 'emob_replace');
> add_filter('comment_email', 'emob_replace');
>
> Hope this helps?
>
> Alexandre
>
> > privatedaddy...@googlegroups.com<privatedaddy%2Bunsu...@googlegroups.com>
The instructions at http://www.privatedaddy.com/wordpress don't
mention it.
ds
If you use WordPress, you can use the special PrivateDaddy plugin that
works out of the box with WordPress.
Once you install the PrivateDaddy plugin, all you have to do is
activate it in the WordPress Plugins page.
There's no need to add anything in your theme's HEAD section.
Hope this helps, drop me a line if you need any further help.
Andy
On Feb 17, 6:58 pm, Dylan Spurgin <dylan.spur...@gmail.com> wrote:
> What code needs to go in the <head> for this plugin to work?
>
> The instructions athttp://www.privatedaddy.com/wordpressdon't